Class ContentCatalogItemFixedPrice
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.content.server.entity.ContentCatalogItemFixedPrice
- 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 ContentCatalogItemFixedPriceContentCatalogItemFixedPrice(ContentCatalogItemFixedPriceValue value, EntityPermission entityPermission) Creates a new instance of ContentCatalogItemFixedPrice -
Method Summary
Modifier and TypeMethodDescriptionbooleangetContentCatalogItem(EntityPermission entityPermission) getContentCatalogItem(Session session) getContentCatalogItem(Session session, EntityPermission entityPermission) getContentCatalogItemForUpdate(Session session) booleanbooleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidvoidvoidsetContentCatalogItemPK(ContentCatalogItemPK contentCatalogItemPK) voidsetFromTime(Long fromTime) voidsetThruTime(Long thruTime) voidsetUnitPrice(Long unitPrice) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
ContentCatalogItemFixedPrice
Creates a new instance of ContentCatalogItemFixedPrice- Throws:
PersistenceException
-
ContentCatalogItemFixedPrice
public ContentCatalogItemFixedPrice(ContentCatalogItemFixedPriceValue value, EntityPermission entityPermission) Creates a new instance of ContentCatalogItemFixedPrice
-
-
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
-
getContentCatalogItemFixedPriceValue
-
setContentCatalogItemFixedPriceValue
public void setContentCatalogItemFixedPriceValue(ContentCatalogItemFixedPriceValue 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
-
getUnitPrice
-
setUnitPrice
public void setUnitPrice(Long unitPrice) throws PersistenceNotNullException, PersistenceReadOnlyException -
getUnitPriceHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-