Class AppearanceValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<AppearancePK>
com.echothree.model.data.core.server.value.AppearanceValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionAppearanceValue
(AppearanceDetailPK activeDetailPK, AppearanceDetailPK lastDetailPK) Creates a new instance of AppearanceValueAppearanceValue
(AppearancePK appearancePK, AppearanceDetailPK activeDetailPK, AppearanceDetailPK lastDetailPK) Creates a new instance of AppearanceValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(AppearanceDetailPK activeDetailPK) void
setLastDetailPK
(AppearanceDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
AppearanceValue
public AppearanceValue(AppearancePK appearancePK, AppearanceDetailPK activeDetailPK, AppearanceDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of AppearanceValue- Throws:
PersistenceNotNullException
-
AppearanceValue
public AppearanceValue(AppearanceDetailPK activeDetailPK, AppearanceDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of AppearanceValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<AppearancePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<AppearancePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<AppearancePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<AppearancePK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-