Class OrderLineTimeValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<OrderLineTimePK>
com.echothree.model.data.order.server.value.OrderLineTimeValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class OrderLineTimeValue
extends BaseValue<OrderLineTimePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionOrderLineTimeValue
(OrderLinePK orderLinePK, OrderTimeTypePK orderTimeTypePK, Long time, Long fromTime, Long thruTime) Creates a new instance of OrderLineTimeValueOrderLineTimeValue
(OrderLineTimePK orderLineTimePK, OrderLinePK orderLinePK, OrderTimeTypePK orderTimeTypePK, Long time, Long fromTime, Long thruTime) Creates a new instance of OrderLineTimeValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
getTime()
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setOrderLinePK
(OrderLinePK orderLinePK) void
setOrderTimeTypePK
(OrderTimeTypePK orderTimeTypePK) void
setThruTime
(Long thruTime) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
OrderLineTimeValue
public OrderLineTimeValue(OrderLineTimePK orderLineTimePK, OrderLinePK orderLinePK, OrderTimeTypePK orderTimeTypePK, Long time, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of OrderLineTimeValue- Throws:
PersistenceNotNullException
-
OrderLineTimeValue
public OrderLineTimeValue(OrderLinePK orderLinePK, OrderTimeTypePK orderTimeTypePK, Long time, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of OrderLineTimeValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<OrderLineTimePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<OrderLineTimePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<OrderLineTimePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<OrderLineTimePK>
-
getOrderLinePK
-
setOrderLinePK
- Throws:
PersistenceNotNullException
-
getOrderLinePKHasBeenModified
-
getOrderTimeTypePK
-
setOrderTimeTypePK
- Throws:
PersistenceNotNullException
-
getOrderTimeTypePKHasBeenModified
-
getTime
-
setTime
- Throws:
PersistenceNotNullException
-
getTimeHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-