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