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