Class MoodValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<MoodPK>
com.echothree.model.data.party.server.value.MoodValue
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionMoodValue(MoodDetailPK activeDetailPK, MoodDetailPK lastDetailPK) Creates a new instance of MoodValueMoodValue(MoodPK moodPK, MoodDetailPK activeDetailPK, MoodDetailPK lastDetailPK) Creates a new instance of MoodValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(MoodDetailPK activeDetailPK) voidsetLastDetailPK(MoodDetailPK lastDetailPK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
MoodValue
public MoodValue(MoodPK moodPK, MoodDetailPK activeDetailPK, MoodDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of MoodValue- Throws:
PersistenceNotNullException
-
MoodValue
public MoodValue(MoodDetailPK activeDetailPK, MoodDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of MoodValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<MoodPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<MoodPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<MoodPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<MoodPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-