Class ContentCatalogItemVariablePrice
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.content.server.entity.ContentCatalogItemVariablePrice
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of ContentCatalogItemVariablePriceContentCatalogItemVariablePrice(ContentCatalogItemVariablePriceValue value, EntityPermission entityPermission) Creates a new instance of ContentCatalogItemVariablePrice -
Method Summary
Modifier and TypeMethodDescriptionbooleangetContentCatalogItem(EntityPermission entityPermission) getContentCatalogItem(Session session) getContentCatalogItem(Session session, EntityPermission entityPermission) getContentCatalogItemForUpdate(Session session) booleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidvoidsetContentCatalogItemPK(ContentCatalogItemPK contentCatalogItemPK) voidvoidsetFromTime(Long fromTime) voidsetMaximumUnitPrice(Long maximumUnitPrice) voidsetMinimumUnitPrice(Long minimumUnitPrice) voidsetThruTime(Long thruTime) voidsetUnitPriceIncrement(Long unitPriceIncrement) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
ContentCatalogItemVariablePrice
Creates a new instance of ContentCatalogItemVariablePrice- Throws:
PersistenceException
-
ContentCatalogItemVariablePrice
public ContentCatalogItemVariablePrice(ContentCatalogItemVariablePriceValue value, EntityPermission entityPermission) Creates a new instance of ContentCatalogItemVariablePrice
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getContentCatalogItemVariablePriceValue
-
setContentCatalogItemVariablePriceValue
public void setContentCatalogItemVariablePriceValue(ContentCatalogItemVariablePriceValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getContentCatalogItemPK
-
getContentCatalogItem
-
getContentCatalogItem
-
getContentCatalogItem
-
getContentCatalogItem
-
getContentCatalogItemForUpdate
-
getContentCatalogItemForUpdate
-
setContentCatalogItemPK
public void setContentCatalogItemPK(ContentCatalogItemPK contentCatalogItemPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setContentCatalogItem
-
getContentCatalogItemPKHasBeenModified
-
getMinimumUnitPrice
-
setMinimumUnitPrice
public void setMinimumUnitPrice(Long minimumUnitPrice) throws PersistenceNotNullException, PersistenceReadOnlyException -
getMinimumUnitPriceHasBeenModified
-
getMaximumUnitPrice
-
setMaximumUnitPrice
public void setMaximumUnitPrice(Long maximumUnitPrice) throws PersistenceNotNullException, PersistenceReadOnlyException -
getMaximumUnitPriceHasBeenModified
-
getUnitPriceIncrement
-
setUnitPriceIncrement
public void setUnitPriceIncrement(Long unitPriceIncrement) throws PersistenceNotNullException, PersistenceReadOnlyException -
getUnitPriceIncrementHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-