Class DateTimeFormatValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<DateTimeFormatPK>
com.echothree.model.data.party.server.value.DateTimeFormatValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class DateTimeFormatValue
extends BaseValue<DateTimeFormatPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionDateTimeFormatValue
(DateTimeFormatDetailPK activeDetailPK, DateTimeFormatDetailPK lastDetailPK) Creates a new instance of DateTimeFormatValueDateTimeFormatValue
(DateTimeFormatPK dateTimeFormatPK, DateTimeFormatDetailPK activeDetailPK, DateTimeFormatDetailPK lastDetailPK) Creates a new instance of DateTimeFormatValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(DateTimeFormatDetailPK activeDetailPK) void
setLastDetailPK
(DateTimeFormatDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
DateTimeFormatValue
public DateTimeFormatValue(DateTimeFormatPK dateTimeFormatPK, DateTimeFormatDetailPK activeDetailPK, DateTimeFormatDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of DateTimeFormatValue- Throws:
PersistenceNotNullException
-
DateTimeFormatValue
public DateTimeFormatValue(DateTimeFormatDetailPK activeDetailPK, DateTimeFormatDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of DateTimeFormatValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<DateTimeFormatPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<DateTimeFormatPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<DateTimeFormatPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<DateTimeFormatPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-