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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(PeriodKindDetailPK activeDetailPK) voidsetLastDetailPK(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:
getBaseFactoryInstancein classBaseValue<PeriodKindPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<PeriodKindPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<PeriodKindPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<PeriodKindPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-