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 TypeMethodDescriptionboolean
getContentCatalogItem
(EntityPermission entityPermission) getContentCatalogItem
(Session session) getContentCatalogItem
(Session session, EntityPermission entityPermission) getContentCatalogItemForUpdate
(Session session) boolean
boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
void
void
setContentCatalogItemPK
(ContentCatalogItemPK contentCatalogItemPK) void
setFromTime
(Long fromTime) void
setThruTime
(Long thruTime) void
setUnitPrice
(Long unitPrice) void
toString()
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:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getContentCatalogItemFixedPriceValue
-
setContentCatalogItemFixedPriceValue
public void setContentCatalogItemFixedPriceValue(ContentCatalogItemFixedPriceValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-