Class ShipmentPK
java.lang.Object
com.echothree.util.common.persistence.BasePK
com.echothree.model.data.shipment.common.pk.ShipmentPK
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionShipmentPK
(Long entityId) Creates a new instance of ShipmentPKShipmentPK
(String entityId) Creates a new instance of ShipmentPK -
Method Summary
Methods inherited from class com.echothree.util.common.persistence.BasePK
equals, getComponentVendorName, getEntityId, getEntityRef, getEntityTypeName, hashCode, toString
-
Constructor Details
-
ShipmentPK
Creates a new instance of ShipmentPK -
ShipmentPK
Creates a new instance of ShipmentPK
-