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