Class OrderPriorityDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<OrderPriorityDetailPK>
com.echothree.model.data.order.server.value.OrderPriorityDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class OrderPriorityDetailValue
extends BaseValue<OrderPriorityDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionOrderPriorityDetailValue(OrderPriorityDetailPK orderPriorityDetailPK, OrderPriorityPK orderPriorityPK, OrderTypePK orderTypePK, String orderPriorityName, Integer priority, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of OrderPriorityDetailValueOrderPriorityDetailValue(OrderPriorityPK orderPriorityPK, OrderTypePK orderTypePK, String orderPriorityName, Integer priority, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of OrderPriorityDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetOrderPriorityName(String orderPriorityName) voidsetOrderPriorityPK(OrderPriorityPK orderPriorityPK) voidsetOrderTypePK(OrderTypePK orderTypePK) voidsetPriority(Integer priority) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
OrderPriorityDetailValue
public OrderPriorityDetailValue(OrderPriorityDetailPK orderPriorityDetailPK, OrderPriorityPK orderPriorityPK, OrderTypePK orderTypePK, String orderPriorityName, Integer priority, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of OrderPriorityDetailValue- Throws:
PersistenceNotNullException
-
OrderPriorityDetailValue
public OrderPriorityDetailValue(OrderPriorityPK orderPriorityPK, OrderTypePK orderTypePK, String orderPriorityName, Integer priority, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of OrderPriorityDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<OrderPriorityDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<OrderPriorityDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<OrderPriorityDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<OrderPriorityDetailPK>
-
getOrderPriorityPK
-
setOrderPriorityPK
- Throws:
PersistenceNotNullException
-
getOrderPriorityPKHasBeenModified
-
getOrderTypePK
-
setOrderTypePK
- Throws:
PersistenceNotNullException
-
getOrderTypePKHasBeenModified
-
getOrderPriorityName
-
setOrderPriorityName
- Throws:
PersistenceNotNullException
-
getOrderPriorityNameHasBeenModified
-
getPriority
-
setPriority
- Throws:
PersistenceNotNullException
-
getPriorityHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-