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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setDateTimeFormatPK
(DateTimeFormatPK dateTimeFormatPK) void
setDescription
(String description) void
setFromTime
(Long fromTime) void
setLanguagePK
(LanguagePK languagePK) void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<DateTimeFormatDescriptionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<DateTimeFormatDescriptionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<DateTimeFormatDescriptionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-