Class ShipmentTimeValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ShipmentTimePK>
com.echothree.model.data.shipment.server.value.ShipmentTimeValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionShipmentTimeValue
(ShipmentPK shipmentPK, ShipmentTimeTypePK shipmentTimeTypePK, Long time, Long fromTime, Long thruTime) Creates a new instance of ShipmentTimeValueShipmentTimeValue
(ShipmentTimePK shipmentTimePK, ShipmentPK shipmentPK, ShipmentTimeTypePK shipmentTimeTypePK, Long time, Long fromTime, Long thruTime) Creates a new instance of ShipmentTimeValue -
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
setShipmentPK
(ShipmentPK shipmentPK) void
setShipmentTimeTypePK
(ShipmentTimeTypePK shipmentTimeTypePK) void
setThruTime
(Long thruTime) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ShipmentTimeValue
public ShipmentTimeValue(ShipmentTimePK shipmentTimePK, ShipmentPK shipmentPK, ShipmentTimeTypePK shipmentTimeTypePK, Long time, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ShipmentTimeValue- Throws:
PersistenceNotNullException
-
ShipmentTimeValue
public ShipmentTimeValue(ShipmentPK shipmentPK, ShipmentTimeTypePK shipmentTimeTypePK, Long time, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ShipmentTimeValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ShipmentTimePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ShipmentTimePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ShipmentTimePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ShipmentTimePK>
-
getShipmentPK
-
setShipmentPK
- Throws:
PersistenceNotNullException
-
getShipmentPKHasBeenModified
-
getShipmentTimeTypePK
-
setShipmentTimeTypePK
public void setShipmentTimeTypePK(ShipmentTimeTypePK shipmentTimeTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getShipmentTimeTypePKHasBeenModified
-
getTime
-
setTime
- Throws:
PersistenceNotNullException
-
getTimeHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-