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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(OrderShipmentGroupDetailPK activeDetailPK) voidsetLastDetailPK(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:
getBaseFactoryInstancein classBaseValue<OrderShipmentGroupPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<OrderShipmentGroupPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<OrderShipmentGroupPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<OrderShipmentGroupPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-