Class MoodDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<MoodDetailPK>
com.echothree.model.data.party.server.value.MoodDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionMoodDetailValue
(MoodDetailPK moodDetailPK, MoodPK moodPK, String moodName, IconPK iconPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of MoodDetailValueMoodDetailValue
(MoodPK moodPK, String moodName, IconPK iconPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of MoodDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
void
setIsDefault
(Boolean isDefault) void
setMoodName
(String moodName) void
void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
MoodDetailValue
public MoodDetailValue(MoodDetailPK moodDetailPK, MoodPK moodPK, String moodName, IconPK iconPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of MoodDetailValue- Throws:
PersistenceNotNullException
-
MoodDetailValue
public MoodDetailValue(MoodPK moodPK, String moodName, IconPK iconPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of MoodDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<MoodDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<MoodDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<MoodDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<MoodDetailPK>
-
getMoodPK
-
setMoodPK
- Throws:
PersistenceNotNullException
-
getMoodPKHasBeenModified
-
getMoodName
-
setMoodName
- Throws:
PersistenceNotNullException
-
getMoodNameHasBeenModified
-
getIconPK
-
setIconPK
-
getIconPKHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-