Class DateTimeFormatDescriptionValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<DateTimeFormatDescriptionPK>
com.echothree.model.data.party.server.value.DateTimeFormatDescriptionValue
- All Implemented Interfaces:
Serializable,Cloneable
public class DateTimeFormatDescriptionValue
extends BaseValue<DateTimeFormatDescriptionPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionDateTimeFormatDescriptionValue(DateTimeFormatDescriptionPK dateTimeFormatDescriptionPK, DateTimeFormatPK dateTimeFormatPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of DateTimeFormatDescriptionValueDateTimeFormatDescriptionValue(DateTimeFormatPK dateTimeFormatPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of DateTimeFormatDescriptionValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetDateTimeFormatPK(DateTimeFormatPK dateTimeFormatPK) voidsetDescription(String description) voidsetFromTime(Long fromTime) voidsetLanguagePK(LanguagePK languagePK) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
DateTimeFormatDescriptionValue
public DateTimeFormatDescriptionValue(DateTimeFormatDescriptionPK dateTimeFormatDescriptionPK, DateTimeFormatPK dateTimeFormatPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of DateTimeFormatDescriptionValue- Throws:
PersistenceNotNullException
-
DateTimeFormatDescriptionValue
public DateTimeFormatDescriptionValue(DateTimeFormatPK dateTimeFormatPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of DateTimeFormatDescriptionValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<DateTimeFormatDescriptionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<DateTimeFormatDescriptionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<DateTimeFormatDescriptionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<DateTimeFormatDescriptionPK>
-
getDateTimeFormatPK
-
setDateTimeFormatPK
public void setDateTimeFormatPK(DateTimeFormatPK dateTimeFormatPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getDateTimeFormatPKHasBeenModified
-
getLanguagePK
-
setLanguagePK
- Throws:
PersistenceNotNullException
-
getLanguagePKHasBeenModified
-
getDescription
-
setDescription
- Throws:
PersistenceNotNullException
-
getDescriptionHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-