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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(MoodDetailPK activeDetailPK) void
setLastDetailPK
(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:
getBaseFactoryInstance
in classBaseValue<MoodPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<MoodPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<MoodPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<MoodPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-