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