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