Class OrderContentCatalog
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.order.server.entity.OrderContentCatalog
- 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 OrderContentCatalogOrderContentCatalog(OrderContentCatalogValue value, EntityPermission entityPermission) Creates a new instance of OrderContentCatalog -
Method Summary
Modifier and TypeMethodDescriptionbooleangetContentCatalog(EntityPermission entityPermission) booleanbooleangetOrder()getOrder(EntityPermission entityPermission) booleanbooleanbooleaninthashCode()voidremove()voidsetContentCatalog(ContentCatalog entity) voidsetContentCatalogPK(ContentCatalogPK contentCatalogPK) voidsetFromTime(Long fromTime) voidvoidvoidsetOrderPK(OrderPK orderPK) voidsetThruTime(Long thruTime) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
OrderContentCatalog
Creates a new instance of OrderContentCatalog- Throws:
PersistenceException
-
OrderContentCatalog
Creates a new instance of OrderContentCatalog
-
-
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
-
getOrderContentCatalogValue
-
setOrderContentCatalogValue
public void setOrderContentCatalogValue(OrderContentCatalogValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getOrderPK
-
getOrder
-
getOrder
-
getOrderForUpdate
-
setOrderPK
public void setOrderPK(OrderPK orderPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOrder
-
getOrderPKHasBeenModified
-
getContentCatalogPK
-
getContentCatalog
-
getContentCatalog
-
getContentCatalogForUpdate
-
setContentCatalogPK
public void setContentCatalogPK(ContentCatalogPK contentCatalogPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setContentCatalog
-
getContentCatalogPKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-