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