Class ShippingMethodCarrierService
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.shipping.server.entity.ShippingMethodCarrierService
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of ShippingMethodCarrierServiceShippingMethodCarrierService(ShippingMethodCarrierServiceValue value, EntityPermission entityPermission) Creates a new instance of ShippingMethodCarrierService -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCarrierService(EntityPermission entityPermission) getCarrierService(Session session) getCarrierService(Session session, EntityPermission entityPermission) getCarrierServiceForUpdate(Session session) booleanbooleangetShippingMethod(EntityPermission entityPermission) getShippingMethod(Session session) getShippingMethod(Session session, EntityPermission entityPermission) getShippingMethodForUpdate(Session session) booleanbooleanbooleaninthashCode()voidremove()voidvoidsetCarrierService(CarrierService entity) voidsetCarrierServicePK(CarrierServicePK carrierServicePK) voidsetFromTime(Long fromTime) voidsetShippingMethod(ShippingMethod entity) voidvoidsetShippingMethodPK(ShippingMethodPK shippingMethodPK) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
ShippingMethodCarrierService
Creates a new instance of ShippingMethodCarrierService- Throws:
PersistenceException
-
ShippingMethodCarrierService
public ShippingMethodCarrierService(ShippingMethodCarrierServiceValue value, EntityPermission entityPermission) Creates a new instance of ShippingMethodCarrierService
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getShippingMethodCarrierServiceValue
-
setShippingMethodCarrierServiceValue
public void setShippingMethodCarrierServiceValue(ShippingMethodCarrierServiceValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getShippingMethodPK
-
getShippingMethod
-
getShippingMethod
-
getShippingMethod
-
getShippingMethod
-
getShippingMethodForUpdate
-
getShippingMethodForUpdate
-
setShippingMethodPK
public void setShippingMethodPK(ShippingMethodPK shippingMethodPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setShippingMethod
-
getShippingMethodPKHasBeenModified
-
getCarrierServicePK
-
getCarrierService
-
getCarrierService
-
getCarrierService
-
getCarrierService
-
getCarrierServiceForUpdate
-
getCarrierServiceForUpdate
-
setCarrierServicePK
public void setCarrierServicePK(CarrierServicePK carrierServicePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCarrierService
-
getCarrierServicePKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-