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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(ContentPageDetailPK activeDetailPK) voidsetLastDetailPK(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:
getBaseFactoryInstancein classBaseValue<ContentPagePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ContentPagePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ContentPagePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ContentPagePK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-