Class ShippingMethodDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.shipping.server.entity.ShippingMethodDetail
- 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 ShippingMethodDetailShippingMethodDetail(ShippingMethodDetailValue value, EntityPermission entityPermission) Creates a new instance of ShippingMethodDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetGeoCodeSelector(EntityPermission entityPermission) getGeoCodeSelector(Session session) getGeoCodeSelector(Session session, EntityPermission entityPermission) getGeoCodeSelectorForUpdate(Session session) booleangetItemSelector(EntityPermission entityPermission) getItemSelector(Session session) getItemSelector(Session session, EntityPermission entityPermission) getItemSelectorForUpdate(Session session) booleangetShippingMethod(EntityPermission entityPermission) getShippingMethod(Session session) getShippingMethod(Session session, EntityPermission entityPermission) getShippingMethodForUpdate(Session session) booleanbooleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetFromTime(Long fromTime) voidsetGeoCodeSelector(Selector entity) voidsetGeoCodeSelectorPK(SelectorPK geoCodeSelectorPK) voidsetItemSelector(Selector entity) voidsetItemSelectorPK(SelectorPK itemSelectorPK) voidsetShippingMethod(ShippingMethod entity) voidvoidsetShippingMethodName(String shippingMethodName) voidsetShippingMethodPK(ShippingMethodPK shippingMethodPK) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
ShippingMethodDetail
Creates a new instance of ShippingMethodDetail- Throws:
PersistenceException
-
ShippingMethodDetail
Creates a new instance of ShippingMethodDetail
-
-
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
-
getShippingMethodDetailValue
-
setShippingMethodDetailValue
public void setShippingMethodDetailValue(ShippingMethodDetailValue 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
-
getShippingMethodName
-
setShippingMethodName
public void setShippingMethodName(String shippingMethodName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getShippingMethodNameHasBeenModified
-
getGeoCodeSelectorPK
-
getGeoCodeSelector
-
getGeoCodeSelector
-
getGeoCodeSelector
-
getGeoCodeSelector
-
getGeoCodeSelectorForUpdate
-
getGeoCodeSelectorForUpdate
-
setGeoCodeSelectorPK
public void setGeoCodeSelectorPK(SelectorPK geoCodeSelectorPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setGeoCodeSelector
-
getGeoCodeSelectorPKHasBeenModified
-
getItemSelectorPK
-
getItemSelector
-
getItemSelector
-
getItemSelector
-
getItemSelector
-
getItemSelectorForUpdate
-
getItemSelectorForUpdate
-
setItemSelectorPK
public void setItemSelectorPK(SelectorPK itemSelectorPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItemSelector
-
getItemSelectorPKHasBeenModified
-
getSortOrder
-
setSortOrder
public void setSortOrder(Integer sortOrder) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-