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 TypeMethodDescriptionboolean
boolean
getGeoCodeSelector
(EntityPermission entityPermission) getGeoCodeSelector
(Session session) getGeoCodeSelector
(Session session, EntityPermission entityPermission) getGeoCodeSelectorForUpdate
(Session session) boolean
getItemSelector
(EntityPermission entityPermission) getItemSelector
(Session session) getItemSelector
(Session session, EntityPermission entityPermission) getItemSelectorForUpdate
(Session session) boolean
getShippingMethod
(EntityPermission entityPermission) getShippingMethod
(Session session) getShippingMethod
(Session session, EntityPermission entityPermission) getShippingMethodForUpdate
(Session session) boolean
boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setFromTime
(Long fromTime) void
setGeoCodeSelector
(Selector entity) void
setGeoCodeSelectorPK
(SelectorPK geoCodeSelectorPK) void
setItemSelector
(Selector entity) void
setItemSelectorPK
(SelectorPK itemSelectorPK) void
setShippingMethod
(ShippingMethod entity) void
void
setShippingMethodName
(String shippingMethodName) void
setShippingMethodPK
(ShippingMethodPK shippingMethodPK) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) void
toString()
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:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getShippingMethodDetailValue
-
setShippingMethodDetailValue
public void setShippingMethodDetailValue(ShippingMethodDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-