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