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