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