Class ItemDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.item.server.entity.ItemDetail
- 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 ItemDetailItemDetail(ItemDetailValue value, EntityPermission entityPermission) Creates a new instance of ItemDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleangetCancellationPolicy(EntityPermission entityPermission) getCancellationPolicy(Session session) getCancellationPolicy(Session session, EntityPermission entityPermission) getCancellationPolicyForUpdate(Session session) booleangetCompanyParty(EntityPermission entityPermission) getCompanyParty(Session session) getCompanyParty(Session session, EntityPermission entityPermission) getCompanyPartyForUpdate(Session session) booleanbooleanbooleangetItem()getItem(EntityPermission entityPermission) getItem(Session session, EntityPermission entityPermission) getItemAccountingCategory(EntityPermission entityPermission) getItemAccountingCategory(Session session) getItemAccountingCategory(Session session, EntityPermission entityPermission) booleangetItemCategory(EntityPermission entityPermission) getItemCategory(Session session) getItemCategory(Session session, EntityPermission entityPermission) getItemCategoryForUpdate(Session session) booleangetItemDeliveryType(EntityPermission entityPermission) getItemDeliveryType(Session session) getItemDeliveryType(Session session, EntityPermission entityPermission) getItemDeliveryTypeForUpdate(Session session) booleangetItemForUpdate(Session session) getItemInventoryType(EntityPermission entityPermission) getItemInventoryType(Session session) getItemInventoryType(Session session, EntityPermission entityPermission) getItemInventoryTypeForUpdate(Session session) booleanbooleanbooleangetItemPriceType(EntityPermission entityPermission) getItemPriceType(Session session) getItemPriceType(Session session, EntityPermission entityPermission) getItemPriceTypeForUpdate(Session session) booleangetItemPurchasingCategory(EntityPermission entityPermission) getItemPurchasingCategory(Session session) getItemPurchasingCategory(Session session, EntityPermission entityPermission) booleangetItemType(EntityPermission entityPermission) getItemType(Session session) getItemType(Session session, EntityPermission entityPermission) getItemTypeForUpdate(Session session) booleangetItemUseType(EntityPermission entityPermission) getItemUseType(Session session) getItemUseType(Session session, EntityPermission entityPermission) getItemUseTypeForUpdate(Session session) booleanbooleanbooleangetReturnPolicy(EntityPermission entityPermission) getReturnPolicy(Session session) getReturnPolicy(Session session, EntityPermission entityPermission) getReturnPolicyForUpdate(Session session) booleanbooleanbooleangetSerialNumberSequence(EntityPermission entityPermission) getSerialNumberSequence(Session session) getSerialNumberSequence(Session session, EntityPermission entityPermission) getSerialNumberSequenceForUpdate(Session session) booleanbooleanbooleanbooleangetStylePath(EntityPermission entityPermission) getStylePath(Session session) getStylePath(Session session, EntityPermission entityPermission) getStylePathForUpdate(Session session) booleanbooleangetUnitOfMeasureKind(EntityPermission entityPermission) getUnitOfMeasureKind(Session session) getUnitOfMeasureKind(Session session, EntityPermission entityPermission) getUnitOfMeasureKindForUpdate(Session session) booleanbooleaninthashCode()voidremove()voidvoidsetAllowAssociatePayments(Boolean allowAssociatePayments) voidsetAllowClubDiscounts(Boolean allowClubDiscounts) voidsetAllowCouponDiscounts(Boolean allowCouponDiscounts) voidvoidsetCancellationPolicyPK(CancellationPolicyPK cancellationPolicyPK) voidsetCompanyParty(Party entity) voidsetCompanyPartyPK(PartyPK companyPartyPK) voidsetFromTime(Long fromTime) voidsetInventorySerialized(Boolean inventorySerialized) voidvoidvoidsetItemAccountingCategoryPK(ItemAccountingCategoryPK itemAccountingCategoryPK) voidsetItemCategory(ItemCategory entity) voidsetItemCategoryPK(ItemCategoryPK itemCategoryPK) voidsetItemDeliveryType(ItemDeliveryType entity) voidsetItemDeliveryTypePK(ItemDeliveryTypePK itemDeliveryTypePK) voidvoidvoidsetItemInventoryTypePK(ItemInventoryTypePK itemInventoryTypePK) voidsetItemName(String itemName) voidvoidsetItemPriceType(ItemPriceType entity) voidsetItemPriceTypePK(ItemPriceTypePK itemPriceTypePK) voidvoidsetItemPurchasingCategoryPK(ItemPurchasingCategoryPK itemPurchasingCategoryPK) voidsetItemType(ItemType entity) voidsetItemTypePK(ItemTypePK itemTypePK) voidsetItemUseType(ItemUseType entity) voidsetItemUseTypePK(ItemUseTypePK itemUseTypePK) voidsetPurchaseOrderEndTime(Long purchaseOrderEndTime) voidsetPurchaseOrderStartTime(Long purchaseOrderStartTime) voidsetReturnPolicy(ReturnPolicy entity) voidsetReturnPolicyPK(ReturnPolicyPK returnPolicyPK) voidsetSalesOrderEndTime(Long salesOrderEndTime) voidsetSalesOrderStartTime(Long salesOrderStartTime) voidsetSerialNumberSequence(Sequence entity) voidsetSerialNumberSequencePK(SequencePK serialNumberSequencePK) voidsetShippingChargeExempt(Boolean shippingChargeExempt) voidsetShippingEndTime(Long shippingEndTime) voidsetShippingStartTime(Long shippingStartTime) voidsetStylePath(StylePath entity) voidsetStylePathPK(StylePathPK stylePathPK) voidsetThruTime(Long thruTime) voidvoidsetUnitOfMeasureKindPK(UnitOfMeasureKindPK unitOfMeasureKindPK) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
ItemDetail
Creates a new instance of ItemDetail- Throws:
PersistenceException
-
ItemDetail
Creates a new instance of ItemDetail
-
-
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
-
getItemDetailValue
-
setItemDetailValue
- 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
-
getItemName
-
setItemName
public void setItemName(String itemName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getItemNameHasBeenModified
-
getItemTypePK
-
getItemType
-
getItemType
-
getItemType
-
getItemType
-
getItemTypeForUpdate
-
getItemTypeForUpdate
-
setItemTypePK
public void setItemTypePK(ItemTypePK itemTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItemType
-
getItemTypePKHasBeenModified
-
getItemUseTypePK
-
getItemUseType
-
getItemUseType
-
getItemUseType
-
getItemUseType
-
getItemUseTypeForUpdate
-
getItemUseTypeForUpdate
-
setItemUseTypePK
public void setItemUseTypePK(ItemUseTypePK itemUseTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItemUseType
-
getItemUseTypePKHasBeenModified
-
getItemCategoryPK
-
getItemCategory
-
getItemCategory
-
getItemCategory
-
getItemCategory
-
getItemCategoryForUpdate
-
getItemCategoryForUpdate
-
setItemCategoryPK
public void setItemCategoryPK(ItemCategoryPK itemCategoryPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItemCategory
-
getItemCategoryPKHasBeenModified
-
getItemAccountingCategoryPK
-
getItemAccountingCategory
public ItemAccountingCategory getItemAccountingCategory(Session session, EntityPermission entityPermission) -
getItemAccountingCategory
-
getItemAccountingCategory
-
getItemAccountingCategory
-
getItemAccountingCategoryForUpdate
-
getItemAccountingCategoryForUpdate
-
setItemAccountingCategoryPK
public void setItemAccountingCategoryPK(ItemAccountingCategoryPK itemAccountingCategoryPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItemAccountingCategory
-
getItemAccountingCategoryPKHasBeenModified
-
getItemPurchasingCategoryPK
-
getItemPurchasingCategory
public ItemPurchasingCategory getItemPurchasingCategory(Session session, EntityPermission entityPermission) -
getItemPurchasingCategory
-
getItemPurchasingCategory
-
getItemPurchasingCategory
-
getItemPurchasingCategoryForUpdate
-
getItemPurchasingCategoryForUpdate
-
setItemPurchasingCategoryPK
public void setItemPurchasingCategoryPK(ItemPurchasingCategoryPK itemPurchasingCategoryPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItemPurchasingCategory
-
getItemPurchasingCategoryPKHasBeenModified
-
getCompanyPartyPK
-
getCompanyParty
-
getCompanyParty
-
getCompanyParty
-
getCompanyParty
-
getCompanyPartyForUpdate
-
getCompanyPartyForUpdate
-
setCompanyPartyPK
public void setCompanyPartyPK(PartyPK companyPartyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCompanyParty
-
getCompanyPartyPKHasBeenModified
-
getItemDeliveryTypePK
-
getItemDeliveryType
-
getItemDeliveryType
-
getItemDeliveryType
-
getItemDeliveryType
-
getItemDeliveryTypeForUpdate
-
getItemDeliveryTypeForUpdate
-
setItemDeliveryTypePK
public void setItemDeliveryTypePK(ItemDeliveryTypePK itemDeliveryTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItemDeliveryType
-
getItemDeliveryTypePKHasBeenModified
-
getItemInventoryTypePK
-
getItemInventoryType
-
getItemInventoryType
-
getItemInventoryType
-
getItemInventoryType
-
getItemInventoryTypeForUpdate
-
getItemInventoryTypeForUpdate
-
setItemInventoryTypePK
public void setItemInventoryTypePK(ItemInventoryTypePK itemInventoryTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItemInventoryType
-
getItemInventoryTypePKHasBeenModified
-
getInventorySerialized
-
setInventorySerialized
public void setInventorySerialized(Boolean inventorySerialized) throws PersistenceNotNullException, PersistenceReadOnlyException -
getInventorySerializedHasBeenModified
-
getSerialNumberSequencePK
-
getSerialNumberSequence
-
getSerialNumberSequence
-
getSerialNumberSequence
-
getSerialNumberSequence
-
getSerialNumberSequenceForUpdate
-
getSerialNumberSequenceForUpdate
-
setSerialNumberSequencePK
public void setSerialNumberSequencePK(SequencePK serialNumberSequencePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setSerialNumberSequence
-
getSerialNumberSequencePKHasBeenModified
-
getShippingChargeExempt
-
setShippingChargeExempt
public void setShippingChargeExempt(Boolean shippingChargeExempt) throws PersistenceNotNullException, PersistenceReadOnlyException -
getShippingChargeExemptHasBeenModified
-
getShippingStartTime
-
setShippingStartTime
public void setShippingStartTime(Long shippingStartTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getShippingStartTimeHasBeenModified
-
getShippingEndTime
-
setShippingEndTime
public void setShippingEndTime(Long shippingEndTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getShippingEndTimeHasBeenModified
-
getSalesOrderStartTime
-
setSalesOrderStartTime
public void setSalesOrderStartTime(Long salesOrderStartTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSalesOrderStartTimeHasBeenModified
-
getSalesOrderEndTime
-
setSalesOrderEndTime
public void setSalesOrderEndTime(Long salesOrderEndTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSalesOrderEndTimeHasBeenModified
-
getPurchaseOrderStartTime
-
setPurchaseOrderStartTime
public void setPurchaseOrderStartTime(Long purchaseOrderStartTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getPurchaseOrderStartTimeHasBeenModified
-
getPurchaseOrderEndTime
-
setPurchaseOrderEndTime
public void setPurchaseOrderEndTime(Long purchaseOrderEndTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getPurchaseOrderEndTimeHasBeenModified
-
getAllowClubDiscounts
-
setAllowClubDiscounts
public void setAllowClubDiscounts(Boolean allowClubDiscounts) throws PersistenceNotNullException, PersistenceReadOnlyException -
getAllowClubDiscountsHasBeenModified
-
getAllowCouponDiscounts
-
setAllowCouponDiscounts
public void setAllowCouponDiscounts(Boolean allowCouponDiscounts) throws PersistenceNotNullException, PersistenceReadOnlyException -
getAllowCouponDiscountsHasBeenModified
-
getAllowAssociatePayments
-
setAllowAssociatePayments
public void setAllowAssociatePayments(Boolean allowAssociatePayments) throws PersistenceNotNullException, PersistenceReadOnlyException -
getAllowAssociatePaymentsHasBeenModified
-
getUnitOfMeasureKindPK
-
getUnitOfMeasureKind
-
getUnitOfMeasureKind
-
getUnitOfMeasureKind
-
getUnitOfMeasureKind
-
getUnitOfMeasureKindForUpdate
-
getUnitOfMeasureKindForUpdate
-
setUnitOfMeasureKindPK
public void setUnitOfMeasureKindPK(UnitOfMeasureKindPK unitOfMeasureKindPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setUnitOfMeasureKind
-
getUnitOfMeasureKindPKHasBeenModified
-
getItemPriceTypePK
-
getItemPriceType
-
getItemPriceType
-
getItemPriceType
-
getItemPriceType
-
getItemPriceTypeForUpdate
-
getItemPriceTypeForUpdate
-
setItemPriceTypePK
public void setItemPriceTypePK(ItemPriceTypePK itemPriceTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItemPriceType
-
getItemPriceTypePKHasBeenModified
-
getCancellationPolicyPK
-
getCancellationPolicy
-
getCancellationPolicy
-
getCancellationPolicy
-
getCancellationPolicy
-
getCancellationPolicyForUpdate
-
getCancellationPolicyForUpdate
-
setCancellationPolicyPK
public void setCancellationPolicyPK(CancellationPolicyPK cancellationPolicyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCancellationPolicy
-
getCancellationPolicyPKHasBeenModified
-
getReturnPolicyPK
-
getReturnPolicy
-
getReturnPolicy
-
getReturnPolicy
-
getReturnPolicy
-
getReturnPolicyForUpdate
-
getReturnPolicyForUpdate
-
setReturnPolicyPK
public void setReturnPolicyPK(ReturnPolicyPK returnPolicyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setReturnPolicy
-
getReturnPolicyPKHasBeenModified
-
getStylePathPK
-
getStylePath
-
getStylePath
-
getStylePath
-
getStylePath
-
getStylePathForUpdate
-
getStylePathForUpdate
-
setStylePathPK
public void setStylePathPK(StylePathPK stylePathPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setStylePath
-
getStylePathPKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-