Class ShippingMethodCarrierServiceValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ShippingMethodCarrierServicePK>
com.echothree.model.data.shipping.server.value.ShippingMethodCarrierServiceValue
- All Implemented Interfaces:
Serializable,Cloneable
public class ShippingMethodCarrierServiceValue
extends BaseValue<ShippingMethodCarrierServicePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionShippingMethodCarrierServiceValue(ShippingMethodCarrierServicePK shippingMethodCarrierServicePK, ShippingMethodPK shippingMethodPK, CarrierServicePK carrierServicePK, Long fromTime, Long thruTime) Creates a new instance of ShippingMethodCarrierServiceValueShippingMethodCarrierServiceValue(ShippingMethodPK shippingMethodPK, CarrierServicePK carrierServicePK, Long fromTime, Long thruTime) Creates a new instance of ShippingMethodCarrierServiceValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetCarrierServicePK(CarrierServicePK carrierServicePK) voidsetFromTime(Long fromTime) voidsetShippingMethodPK(ShippingMethodPK shippingMethodPK) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ShippingMethodCarrierServiceValue
public ShippingMethodCarrierServiceValue(ShippingMethodCarrierServicePK shippingMethodCarrierServicePK, ShippingMethodPK shippingMethodPK, CarrierServicePK carrierServicePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ShippingMethodCarrierServiceValue- Throws:
PersistenceNotNullException
-
ShippingMethodCarrierServiceValue
public ShippingMethodCarrierServiceValue(ShippingMethodPK shippingMethodPK, CarrierServicePK carrierServicePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ShippingMethodCarrierServiceValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<ShippingMethodCarrierServicePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ShippingMethodCarrierServicePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ShippingMethodCarrierServicePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ShippingMethodCarrierServicePK>
-
getShippingMethodPK
-
setShippingMethodPK
public void setShippingMethodPK(ShippingMethodPK shippingMethodPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getShippingMethodPKHasBeenModified
-
getCarrierServicePK
-
setCarrierServicePK
public void setCarrierServicePK(CarrierServicePK carrierServicePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getCarrierServicePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-