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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(ContentCategoryDetailPK activeDetailPK) voidsetLastDetailPK(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:
getBaseFactoryInstancein classBaseValue<ContentCategoryPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ContentCategoryPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ContentCategoryPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ContentCategoryPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-