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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setCarrierServicePK
(CarrierServicePK carrierServicePK) void
setFromTime
(Long fromTime) void
setShippingMethodPK
(ShippingMethodPK shippingMethodPK) void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<ShippingMethodCarrierServicePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ShippingMethodCarrierServicePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ShippingMethodCarrierServicePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-