Class OrderPriorityDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.order.server.entity.OrderPriorityDetail
- 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 OrderPriorityDetailOrderPriorityDetail(OrderPriorityDetailValue value, EntityPermission entityPermission) Creates a new instance of OrderPriorityDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleangetOrderPriority(EntityPermission entityPermission) getOrderPriority(Session session) getOrderPriority(Session session, EntityPermission entityPermission) getOrderPriorityForUpdate(Session session) booleanbooleangetOrderType(EntityPermission entityPermission) getOrderType(Session session) getOrderType(Session session, EntityPermission entityPermission) getOrderTypeForUpdate(Session session) booleanbooleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetOrderPriority(OrderPriority entity) voidvoidsetOrderPriorityName(String orderPriorityName) voidsetOrderPriorityPK(OrderPriorityPK orderPriorityPK) voidsetOrderType(OrderType entity) voidsetOrderTypePK(OrderTypePK orderTypePK) voidsetPriority(Integer priority) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
OrderPriorityDetail
Creates a new instance of OrderPriorityDetail- Throws:
PersistenceException
-
OrderPriorityDetail
Creates a new instance of OrderPriorityDetail
-
-
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
-
getOrderPriorityDetailValue
-
setOrderPriorityDetailValue
public void setOrderPriorityDetailValue(OrderPriorityDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getOrderPriorityPK
-
getOrderPriority
-
getOrderPriority
-
getOrderPriority
-
getOrderPriority
-
getOrderPriorityForUpdate
-
getOrderPriorityForUpdate
-
setOrderPriorityPK
public void setOrderPriorityPK(OrderPriorityPK orderPriorityPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOrderPriority
-
getOrderPriorityPKHasBeenModified
-
getOrderTypePK
-
getOrderType
-
getOrderType
-
getOrderType
-
getOrderType
-
getOrderTypeForUpdate
-
getOrderTypeForUpdate
-
setOrderTypePK
public void setOrderTypePK(OrderTypePK orderTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOrderType
-
getOrderTypePKHasBeenModified
-
getOrderPriorityName
-
setOrderPriorityName
public void setOrderPriorityName(String orderPriorityName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getOrderPriorityNameHasBeenModified
-
getPriority
-
setPriority
public void setPriority(Integer priority) throws PersistenceNotNullException, PersistenceReadOnlyException -
getPriorityHasBeenModified
-
getIsDefault
-
setIsDefault
public void setIsDefault(Boolean isDefault) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
public void setSortOrder(Integer sortOrder) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-