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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setOrderPriorityName
(String orderPriorityName) void
setOrderPriorityPK
(OrderPriorityPK orderPriorityPK) void
setOrderTypePK
(OrderTypePK orderTypePK) void
setPriority
(Integer priority) void
setSortOrder
(Integer sortOrder) void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<OrderPriorityDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<OrderPriorityDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<OrderPriorityDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-