Class ItemShippingTime
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.item.server.entity.ItemShippingTime
- 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 ItemShippingTimeItemShippingTime(ItemShippingTimeValue value, EntityPermission entityPermission) Creates a new instance of ItemShippingTime -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCustomerType(EntityPermission entityPermission) getCustomerType(Session session) getCustomerType(Session session, EntityPermission entityPermission) getCustomerTypeForUpdate(Session session) booleanbooleangetItem()getItem(EntityPermission entityPermission) getItem(Session session, EntityPermission entityPermission) getItemForUpdate(Session session) booleanbooleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetCustomerType(CustomerType entity) voidsetCustomerTypePK(CustomerTypePK customerTypePK) voidsetFromTime(Long fromTime) voidvoidvoidvoidsetShippingEndTime(Long shippingEndTime) voidsetShippingStartTime(Long shippingStartTime) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
ItemShippingTime
Creates a new instance of ItemShippingTime- Throws:
PersistenceException
-
ItemShippingTime
Creates a new instance of ItemShippingTime
-
-
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
-
getItemShippingTimeValue
-
setItemShippingTimeValue
public void setItemShippingTimeValue(ItemShippingTimeValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getItemPK
-
getItem
-
getItem
-
getItem
-
getItem
-
getItemForUpdate
-
getItemForUpdate
-
setItemPK
public void setItemPK(ItemPK itemPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItem
-
getItemPKHasBeenModified
-
getCustomerTypePK
-
getCustomerType
-
getCustomerType
-
getCustomerType
-
getCustomerType
-
getCustomerTypeForUpdate
-
getCustomerTypeForUpdate
-
setCustomerTypePK
public void setCustomerTypePK(CustomerTypePK customerTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCustomerType
-
getCustomerTypePKHasBeenModified
-
getShippingStartTime
-
setShippingStartTime
public void setShippingStartTime(Long shippingStartTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getShippingStartTimeHasBeenModified
-
getShippingEndTime
-
setShippingEndTime
public void setShippingEndTime(Long shippingEndTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getShippingEndTimeHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-