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