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 SummaryFields inherited from class com.echothree.util.server.persistence.BaseValue_primaryKey, entityId
- 
Constructor SummaryConstructorsConstructorDescriptionMoodDetailValue(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 SummaryModifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidvoidsetIsDefault(Boolean isDefault) voidsetMoodName(String moodName) voidvoidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValuecheckForNull, getEntityId, hasIdentity, setEntityId
- 
Constructor Details- 
MoodDetailValuepublic 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
 
- 
MoodDetailValuepublic 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:
- getBaseFactoryInstancein class- BaseValue<MoodDetailPK>
 
- 
clone
- 
getPrimaryKey- Specified by:
- getPrimaryKeyin class- BaseValue<MoodDetailPK>
 
- 
hashCode
- 
toString
- 
equals
- 
isIdentical
- 
hasBeenModified- Specified by:
- hasBeenModifiedin class- BaseValue<MoodDetailPK>
 
- 
clearHasBeenModified- Specified by:
- clearHasBeenModifiedin class- BaseValue<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
 
-