Class ShipmentStatusValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ShipmentStatusPK>
com.echothree.model.data.shipment.server.value.ShipmentStatusValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ShipmentStatusValue
extends BaseValue<ShipmentStatusPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionShipmentStatusValue
(ShipmentPK shipmentPK, Integer shipmentLineSequence) Creates a new instance of ShipmentStatusValueShipmentStatusValue
(ShipmentStatusPK shipmentStatusPK, ShipmentPK shipmentPK, Integer shipmentLineSequence) Creates a new instance of ShipmentStatusValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setShipmentLineSequence
(Integer shipmentLineSequence) void
setShipmentPK
(ShipmentPK shipmentPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ShipmentStatusValue
public ShipmentStatusValue(ShipmentStatusPK shipmentStatusPK, ShipmentPK shipmentPK, Integer shipmentLineSequence) throws PersistenceNotNullException Creates a new instance of ShipmentStatusValue- Throws:
PersistenceNotNullException
-
ShipmentStatusValue
public ShipmentStatusValue(ShipmentPK shipmentPK, Integer shipmentLineSequence) throws PersistenceNotNullException Creates a new instance of ShipmentStatusValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ShipmentStatusPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ShipmentStatusPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ShipmentStatusPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ShipmentStatusPK>
-
getShipmentPK
-
setShipmentPK
- Throws:
PersistenceNotNullException
-
getShipmentPKHasBeenModified
-
getShipmentLineSequence
-
setShipmentLineSequence
public void setShipmentLineSequence(Integer shipmentLineSequence) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getShipmentLineSequenceHasBeenModified
-