Class DateTimeFormatDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<DateTimeFormatDetailPK>
com.echothree.model.data.party.server.value.DateTimeFormatDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class DateTimeFormatDetailValue
extends BaseValue<DateTimeFormatDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionDateTimeFormatDetailValue(DateTimeFormatDetailPK dateTimeFormatDetailPK, DateTimeFormatPK dateTimeFormatPK, String dateTimeFormatName, String javaShortDateFormat, String javaAbbrevDateFormat, String javaAbbrevDateFormatWeekday, String javaLongDateFormat, String javaLongDateFormatWeekday, String javaTimeFormat, String javaTimeFormatSeconds, String unixShortDateFormat, String unixAbbrevDateFormat, String unixAbbrevDateFormatWeekday, String unixLongDateFormat, String unixLongDateFormatWeekday, String unixTimeFormat, String unixTimeFormatSeconds, String shortDateSeparator, String timeSeparator, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of DateTimeFormatDetailValueDateTimeFormatDetailValue(DateTimeFormatPK dateTimeFormatPK, String dateTimeFormatName, String javaShortDateFormat, String javaAbbrevDateFormat, String javaAbbrevDateFormatWeekday, String javaLongDateFormat, String javaLongDateFormatWeekday, String javaTimeFormat, String javaTimeFormatSeconds, String unixShortDateFormat, String unixAbbrevDateFormat, String unixAbbrevDateFormatWeekday, String unixLongDateFormat, String unixLongDateFormatWeekday, String unixTimeFormat, String unixTimeFormatSeconds, String shortDateSeparator, String timeSeparator, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of DateTimeFormatDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetDateTimeFormatName(String dateTimeFormatName) voidsetDateTimeFormatPK(DateTimeFormatPK dateTimeFormatPK) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetJavaAbbrevDateFormat(String javaAbbrevDateFormat) voidsetJavaAbbrevDateFormatWeekday(String javaAbbrevDateFormatWeekday) voidsetJavaLongDateFormat(String javaLongDateFormat) voidsetJavaLongDateFormatWeekday(String javaLongDateFormatWeekday) voidsetJavaShortDateFormat(String javaShortDateFormat) voidsetJavaTimeFormat(String javaTimeFormat) voidsetJavaTimeFormatSeconds(String javaTimeFormatSeconds) voidsetShortDateSeparator(String shortDateSeparator) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidsetTimeSeparator(String timeSeparator) voidsetUnixAbbrevDateFormat(String unixAbbrevDateFormat) voidsetUnixAbbrevDateFormatWeekday(String unixAbbrevDateFormatWeekday) voidsetUnixLongDateFormat(String unixLongDateFormat) voidsetUnixLongDateFormatWeekday(String unixLongDateFormatWeekday) voidsetUnixShortDateFormat(String unixShortDateFormat) voidsetUnixTimeFormat(String unixTimeFormat) voidsetUnixTimeFormatSeconds(String unixTimeFormatSeconds) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
DateTimeFormatDetailValue
public DateTimeFormatDetailValue(DateTimeFormatDetailPK dateTimeFormatDetailPK, DateTimeFormatPK dateTimeFormatPK, String dateTimeFormatName, String javaShortDateFormat, String javaAbbrevDateFormat, String javaAbbrevDateFormatWeekday, String javaLongDateFormat, String javaLongDateFormatWeekday, String javaTimeFormat, String javaTimeFormatSeconds, String unixShortDateFormat, String unixAbbrevDateFormat, String unixAbbrevDateFormatWeekday, String unixLongDateFormat, String unixLongDateFormatWeekday, String unixTimeFormat, String unixTimeFormatSeconds, String shortDateSeparator, String timeSeparator, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of DateTimeFormatDetailValue- Throws:
PersistenceNotNullException
-
DateTimeFormatDetailValue
public DateTimeFormatDetailValue(DateTimeFormatPK dateTimeFormatPK, String dateTimeFormatName, String javaShortDateFormat, String javaAbbrevDateFormat, String javaAbbrevDateFormatWeekday, String javaLongDateFormat, String javaLongDateFormatWeekday, String javaTimeFormat, String javaTimeFormatSeconds, String unixShortDateFormat, String unixAbbrevDateFormat, String unixAbbrevDateFormatWeekday, String unixLongDateFormat, String unixLongDateFormatWeekday, String unixTimeFormat, String unixTimeFormatSeconds, String shortDateSeparator, String timeSeparator, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of DateTimeFormatDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<DateTimeFormatDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<DateTimeFormatDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<DateTimeFormatDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<DateTimeFormatDetailPK>
-
getDateTimeFormatPK
-
setDateTimeFormatPK
public void setDateTimeFormatPK(@Nonnull DateTimeFormatPK dateTimeFormatPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getDateTimeFormatPKHasBeenModified
-
getDateTimeFormatName
-
setDateTimeFormatName
public void setDateTimeFormatName(@Nonnull String dateTimeFormatName) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getDateTimeFormatNameHasBeenModified
-
getJavaShortDateFormat
-
setJavaShortDateFormat
public void setJavaShortDateFormat(@Nonnull String javaShortDateFormat) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getJavaShortDateFormatHasBeenModified
-
getJavaAbbrevDateFormat
-
setJavaAbbrevDateFormat
public void setJavaAbbrevDateFormat(@Nonnull String javaAbbrevDateFormat) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getJavaAbbrevDateFormatHasBeenModified
-
getJavaAbbrevDateFormatWeekday
-
setJavaAbbrevDateFormatWeekday
public void setJavaAbbrevDateFormatWeekday(@Nonnull String javaAbbrevDateFormatWeekday) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getJavaAbbrevDateFormatWeekdayHasBeenModified
-
getJavaLongDateFormat
-
setJavaLongDateFormat
public void setJavaLongDateFormat(@Nonnull String javaLongDateFormat) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getJavaLongDateFormatHasBeenModified
-
getJavaLongDateFormatWeekday
-
setJavaLongDateFormatWeekday
public void setJavaLongDateFormatWeekday(@Nonnull String javaLongDateFormatWeekday) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getJavaLongDateFormatWeekdayHasBeenModified
-
getJavaTimeFormat
-
setJavaTimeFormat
- Throws:
PersistenceNotNullException
-
getJavaTimeFormatHasBeenModified
-
getJavaTimeFormatSeconds
-
setJavaTimeFormatSeconds
public void setJavaTimeFormatSeconds(@Nonnull String javaTimeFormatSeconds) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getJavaTimeFormatSecondsHasBeenModified
-
getUnixShortDateFormat
-
setUnixShortDateFormat
public void setUnixShortDateFormat(@Nonnull String unixShortDateFormat) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getUnixShortDateFormatHasBeenModified
-
getUnixAbbrevDateFormat
-
setUnixAbbrevDateFormat
public void setUnixAbbrevDateFormat(@Nonnull String unixAbbrevDateFormat) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getUnixAbbrevDateFormatHasBeenModified
-
getUnixAbbrevDateFormatWeekday
-
setUnixAbbrevDateFormatWeekday
public void setUnixAbbrevDateFormatWeekday(@Nonnull String unixAbbrevDateFormatWeekday) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getUnixAbbrevDateFormatWeekdayHasBeenModified
-
getUnixLongDateFormat
-
setUnixLongDateFormat
public void setUnixLongDateFormat(@Nonnull String unixLongDateFormat) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getUnixLongDateFormatHasBeenModified
-
getUnixLongDateFormatWeekday
-
setUnixLongDateFormatWeekday
public void setUnixLongDateFormatWeekday(@Nonnull String unixLongDateFormatWeekday) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getUnixLongDateFormatWeekdayHasBeenModified
-
getUnixTimeFormat
-
setUnixTimeFormat
- Throws:
PersistenceNotNullException
-
getUnixTimeFormatHasBeenModified
-
getUnixTimeFormatSeconds
-
setUnixTimeFormatSeconds
public void setUnixTimeFormatSeconds(@Nonnull String unixTimeFormatSeconds) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getUnixTimeFormatSecondsHasBeenModified
-
getShortDateSeparator
-
setShortDateSeparator
public void setShortDateSeparator(@Nonnull String shortDateSeparator) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getShortDateSeparatorHasBeenModified
-
getTimeSeparator
-
setTimeSeparator
- Throws:
PersistenceNotNullException
-
getTimeSeparatorHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-