Class OrderTimeValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<OrderTimePK>
com.echothree.model.data.order.server.value.OrderTimeValue
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionOrderTimeValue(OrderPK orderPK, OrderTimeTypePK orderTimeTypePK, Long time, Long fromTime, Long thruTime) Creates a new instance of OrderTimeValueOrderTimeValue(OrderTimePK orderTimePK, OrderPK orderPK, OrderTimeTypePK orderTimeTypePK, Long time, Long fromTime, Long thruTime) Creates a new instance of OrderTimeValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleangetTime()booleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetOrderPK(OrderPK orderPK) voidsetOrderTimeTypePK(OrderTimeTypePK orderTimeTypePK) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
OrderTimeValue
public OrderTimeValue(OrderTimePK orderTimePK, OrderPK orderPK, OrderTimeTypePK orderTimeTypePK, Long time, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of OrderTimeValue- Throws:
PersistenceNotNullException
-
OrderTimeValue
public OrderTimeValue(OrderPK orderPK, OrderTimeTypePK orderTimeTypePK, Long time, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of OrderTimeValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<OrderTimePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<OrderTimePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<OrderTimePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<OrderTimePK>
-
getOrderPK
-
setOrderPK
- Throws:
PersistenceNotNullException
-
getOrderPKHasBeenModified
-
getOrderTimeTypePK
-
setOrderTimeTypePK
- Throws:
PersistenceNotNullException
-
getOrderTimeTypePKHasBeenModified
-
getTime
-
setTime
- Throws:
PersistenceNotNullException
-
getTimeHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-