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) booleanbooleangetOrderType(EntityPermission entityPermission) booleanbooleanbooleanbooleanbooleaninthashCode()voidremove()voidsetFromTime(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) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
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
-
getOrderPriorityDetailValue
-
setOrderPriorityDetailValue
public void setOrderPriorityDetailValue(@Nonnull OrderPriorityDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getOrderPriorityPK
-
getOrderPriority
-
getOrderPriority
-
getOrderPriorityForUpdate
-
setOrderPriorityPK
public void setOrderPriorityPK(@Nonnull OrderPriorityPK orderPriorityPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOrderPriority
-
getOrderPriorityPKHasBeenModified
-
getOrderTypePK
-
getOrderType
-
getOrderType
-
getOrderTypeForUpdate
-
setOrderTypePK
public void setOrderTypePK(@Nonnull OrderTypePK orderTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOrderType
-
getOrderTypePKHasBeenModified
-
getOrderPriorityName
-
setOrderPriorityName
public void setOrderPriorityName(@Nonnull String orderPriorityName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getOrderPriorityNameHasBeenModified
-
getPriority
-
setPriority
public void setPriority(@Nonnull Integer priority) throws PersistenceNotNullException, PersistenceReadOnlyException -
getPriorityHasBeenModified
-
getIsDefault
-
setIsDefault
public void setIsDefault(@Nonnull Boolean isDefault) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
public void setSortOrder(@Nonnull Integer sortOrder) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(@Nonnull Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(@Nonnull Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-