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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setContentCatalogPK
(ContentCatalogPK contentCatalogPK) void
setContentCategoryItemSelectorPK
(SelectorPK contentCategoryItemSelectorPK) void
setContentCategoryName
(String contentCategoryName) void
setContentCategoryPK
(ContentCategoryPK contentCategoryPK) void
setDefaultOfferUsePK
(OfferUsePK defaultOfferUsePK) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setParentContentCategoryPK
(ContentCategoryPK parentContentCategoryPK) void
setSortOrder
(Integer sortOrder) void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<ContentCategoryDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ContentCategoryDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ContentCategoryDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-