Class ShipmentValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ShipmentPK>
com.echothree.model.data.shipment.server.value.ShipmentValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionShipmentValue
(ShipmentDetailPK activeDetailPK, ShipmentDetailPK lastDetailPK) Creates a new instance of ShipmentValueShipmentValue
(ShipmentPK shipmentPK, ShipmentDetailPK activeDetailPK, ShipmentDetailPK lastDetailPK) Creates a new instance of ShipmentValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(ShipmentDetailPK activeDetailPK) void
setLastDetailPK
(ShipmentDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ShipmentValue
public ShipmentValue(ShipmentPK shipmentPK, ShipmentDetailPK activeDetailPK, ShipmentDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of ShipmentValue- Throws:
PersistenceNotNullException
-
ShipmentValue
public ShipmentValue(ShipmentDetailPK activeDetailPK, ShipmentDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of ShipmentValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ShipmentPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ShipmentPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ShipmentPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ShipmentPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-