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