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