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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleangetTime()booleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetOrderLinePK(OrderLinePK orderLinePK) voidsetOrderTimeTypePK(OrderTimeTypePK orderTimeTypePK) voidsetThruTime(Long thruTime) voidtoString()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:
getBaseFactoryInstancein classBaseValue<OrderLineTimePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<OrderLineTimePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<OrderLineTimePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-