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