Class ContentCategoryDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ContentCategoryDetailPK>
com.echothree.model.data.content.server.value.ContentCategoryDetailValue
- All Implemented Interfaces:
 Serializable,Cloneable
public class ContentCategoryDetailValue
extends BaseValue<ContentCategoryDetailPK>
implements Cloneable, Serializable
- See Also:
 
- 
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId - 
Constructor Summary
ConstructorsConstructorDescriptionContentCategoryDetailValue(ContentCategoryDetailPK contentCategoryDetailPK, ContentCategoryPK contentCategoryPK, ContentCatalogPK contentCatalogPK, String contentCategoryName, ContentCategoryPK parentContentCategoryPK, OfferUsePK defaultOfferUsePK, SelectorPK contentCategoryItemSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContentCategoryDetailValueContentCategoryDetailValue(ContentCategoryPK contentCategoryPK, ContentCatalogPK contentCatalogPK, String contentCategoryName, ContentCategoryPK parentContentCategoryPK, OfferUsePK defaultOfferUsePK, SelectorPK contentCategoryItemSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContentCategoryDetailValue - 
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetContentCatalogPK(ContentCatalogPK contentCatalogPK) voidsetContentCategoryItemSelectorPK(SelectorPK contentCategoryItemSelectorPK) voidsetContentCategoryName(String contentCategoryName) voidsetContentCategoryPK(ContentCategoryPK contentCategoryPK) voidsetDefaultOfferUsePK(OfferUsePK defaultOfferUsePK) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetParentContentCategoryPK(ContentCategoryPK parentContentCategoryPK) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId 
- 
Constructor Details
- 
ContentCategoryDetailValue
public ContentCategoryDetailValue(ContentCategoryDetailPK contentCategoryDetailPK, ContentCategoryPK contentCategoryPK, ContentCatalogPK contentCatalogPK, String contentCategoryName, ContentCategoryPK parentContentCategoryPK, OfferUsePK defaultOfferUsePK, SelectorPK contentCategoryItemSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContentCategoryDetailValue- Throws:
 PersistenceNotNullException
 - 
ContentCategoryDetailValue
public ContentCategoryDetailValue(ContentCategoryPK contentCategoryPK, ContentCatalogPK contentCatalogPK, String contentCategoryName, ContentCategoryPK parentContentCategoryPK, OfferUsePK defaultOfferUsePK, SelectorPK contentCategoryItemSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContentCategoryDetailValue- Throws:
 PersistenceNotNullException
 
 - 
 - 
Method Details
- 
getBaseFactoryInstance
- Specified by:
 getBaseFactoryInstancein classBaseValue<ContentCategoryDetailPK>
 - 
clone
 - 
getPrimaryKey
- Specified by:
 getPrimaryKeyin classBaseValue<ContentCategoryDetailPK>
 - 
hashCode
 - 
toString
 - 
equals
 - 
isIdentical
 - 
hasBeenModified
- Specified by:
 hasBeenModifiedin classBaseValue<ContentCategoryDetailPK>
 - 
clearHasBeenModified
- Specified by:
 clearHasBeenModifiedin classBaseValue<ContentCategoryDetailPK>
 - 
getContentCategoryPK
 - 
setContentCategoryPK
public void setContentCategoryPK(ContentCategoryPK contentCategoryPK) throws PersistenceNotNullException - Throws:
 PersistenceNotNullException
 - 
getContentCategoryPKHasBeenModified
 - 
getContentCatalogPK
 - 
setContentCatalogPK
public void setContentCatalogPK(ContentCatalogPK contentCatalogPK) throws PersistenceNotNullException - Throws:
 PersistenceNotNullException
 - 
getContentCatalogPKHasBeenModified
 - 
getContentCategoryName
 - 
setContentCategoryName
- Throws:
 PersistenceNotNullException
 - 
getContentCategoryNameHasBeenModified
 - 
getParentContentCategoryPK
 - 
setParentContentCategoryPK
 - 
getParentContentCategoryPKHasBeenModified
 - 
getDefaultOfferUsePK
 - 
setDefaultOfferUsePK
 - 
getDefaultOfferUsePKHasBeenModified
 - 
getContentCategoryItemSelectorPK
 - 
setContentCategoryItemSelectorPK
 - 
getContentCategoryItemSelectorPKHasBeenModified
 - 
getIsDefault
 - 
setIsDefault
- Throws:
 PersistenceNotNullException
 - 
getIsDefaultHasBeenModified
 - 
getSortOrder
 - 
setSortOrder
- Throws:
 PersistenceNotNullException
 - 
getSortOrderHasBeenModified
 - 
getFromTime
 - 
setFromTime
- Throws:
 PersistenceNotNullException
 - 
getFromTimeHasBeenModified
 - 
getThruTime
 - 
setThruTime
- Throws:
 PersistenceNotNullException
 - 
getThruTimeHasBeenModified
 
 -