Class ContentCatalogDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ContentCatalogDetailPK>
com.echothree.model.data.content.server.value.ContentCatalogDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class ContentCatalogDetailValue
extends BaseValue<ContentCatalogDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionContentCatalogDetailValue(ContentCatalogDetailPK contentCatalogDetailPK, ContentCatalogPK contentCatalogPK, ContentCollectionPK contentCollectionPK, String contentCatalogName, OfferUsePK defaultOfferUsePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContentCatalogDetailValueContentCatalogDetailValue(ContentCatalogPK contentCatalogPK, ContentCollectionPK contentCollectionPK, String contentCatalogName, OfferUsePK defaultOfferUsePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContentCatalogDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetContentCatalogName(String contentCatalogName) voidsetContentCatalogPK(ContentCatalogPK contentCatalogPK) voidsetContentCollectionPK(ContentCollectionPK contentCollectionPK) voidsetDefaultOfferUsePK(OfferUsePK defaultOfferUsePK) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ContentCatalogDetailValue
public ContentCatalogDetailValue(ContentCatalogDetailPK contentCatalogDetailPK, ContentCatalogPK contentCatalogPK, ContentCollectionPK contentCollectionPK, String contentCatalogName, OfferUsePK defaultOfferUsePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContentCatalogDetailValue- Throws:
PersistenceNotNullException
-
ContentCatalogDetailValue
public ContentCatalogDetailValue(ContentCatalogPK contentCatalogPK, ContentCollectionPK contentCollectionPK, String contentCatalogName, OfferUsePK defaultOfferUsePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContentCatalogDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<ContentCatalogDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ContentCatalogDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ContentCatalogDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ContentCatalogDetailPK>
-
getContentCatalogPK
-
setContentCatalogPK
public void setContentCatalogPK(ContentCatalogPK contentCatalogPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContentCatalogPKHasBeenModified
-
getContentCollectionPK
-
setContentCollectionPK
public void setContentCollectionPK(ContentCollectionPK contentCollectionPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContentCollectionPKHasBeenModified
-
getContentCatalogName
-
setContentCatalogName
- Throws:
PersistenceNotNullException
-
getContentCatalogNameHasBeenModified
-
getDefaultOfferUsePK
-
setDefaultOfferUsePK
- Throws:
PersistenceNotNullException
-
getDefaultOfferUsePKHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-