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) booleangetCompanyParty(EntityPermission entityPermission) booleanbooleanbooleangetItem()getItem(EntityPermission entityPermission) getItemAccountingCategory(EntityPermission entityPermission) booleangetItemCategory(EntityPermission entityPermission) booleangetItemDeliveryType(EntityPermission entityPermission) booleangetItemInventoryType(EntityPermission entityPermission) booleanbooleanbooleangetItemPriceType(EntityPermission entityPermission) booleangetItemPurchasingCategory(EntityPermission entityPermission) booleangetItemType(EntityPermission entityPermission) booleangetItemUseType(EntityPermission entityPermission) booleanbooleanbooleangetReturnPolicy(EntityPermission entityPermission) booleanbooleanbooleangetSerialNumberSequence(EntityPermission entityPermission) booleanbooleanbooleanbooleangetStylePath(EntityPermission entityPermission) booleanbooleangetUnitOfMeasureKind(EntityPermission entityPermission) booleanbooleaninthashCode()voidremove()voidsetAllowAssociatePayments(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) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
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
-
getItemDetailValue
-
setItemDetailValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getItemPK
-
getItem
-
getItem
-
getItemForUpdate
-
setItemPK
public void setItemPK(@Nonnull ItemPK itemPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItem
-
getItemPKHasBeenModified
-
getItemName
-
setItemName
public void setItemName(@Nonnull String itemName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getItemNameHasBeenModified
-
getItemTypePK
-
getItemType
-
getItemType
-
getItemTypeForUpdate
-
setItemTypePK
public void setItemTypePK(@Nonnull ItemTypePK itemTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItemType
-
getItemTypePKHasBeenModified
-
getItemUseTypePK
-
getItemUseType
-
getItemUseType
-
getItemUseTypeForUpdate
-
setItemUseTypePK
public void setItemUseTypePK(@Nonnull ItemUseTypePK itemUseTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItemUseType
-
getItemUseTypePKHasBeenModified
-
getItemCategoryPK
-
getItemCategory
-
getItemCategory
-
getItemCategoryForUpdate
-
setItemCategoryPK
public void setItemCategoryPK(@Nonnull ItemCategoryPK itemCategoryPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItemCategory
-
getItemCategoryPKHasBeenModified
-
getItemAccountingCategoryPK
-
getItemAccountingCategory
@Nullable public ItemAccountingCategory getItemAccountingCategory(EntityPermission entityPermission) -
getItemAccountingCategory
-
getItemAccountingCategoryForUpdate
-
setItemAccountingCategoryPK
public void setItemAccountingCategoryPK(@Nullable ItemAccountingCategoryPK itemAccountingCategoryPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItemAccountingCategory
-
getItemAccountingCategoryPKHasBeenModified
-
getItemPurchasingCategoryPK
-
getItemPurchasingCategory
@Nullable public ItemPurchasingCategory getItemPurchasingCategory(EntityPermission entityPermission) -
getItemPurchasingCategory
-
getItemPurchasingCategoryForUpdate
-
setItemPurchasingCategoryPK
public void setItemPurchasingCategoryPK(@Nullable ItemPurchasingCategoryPK itemPurchasingCategoryPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItemPurchasingCategory
-
getItemPurchasingCategoryPKHasBeenModified
-
getCompanyPartyPK
-
getCompanyParty
-
getCompanyParty
-
getCompanyPartyForUpdate
-
setCompanyPartyPK
public void setCompanyPartyPK(@Nonnull PartyPK companyPartyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCompanyParty
-
getCompanyPartyPKHasBeenModified
-
getItemDeliveryTypePK
-
getItemDeliveryType
-
getItemDeliveryType
-
getItemDeliveryTypeForUpdate
-
setItemDeliveryTypePK
public void setItemDeliveryTypePK(@Nullable ItemDeliveryTypePK itemDeliveryTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItemDeliveryType
-
getItemDeliveryTypePKHasBeenModified
-
getItemInventoryTypePK
-
getItemInventoryType
-
getItemInventoryType
-
getItemInventoryTypeForUpdate
-
setItemInventoryTypePK
public void setItemInventoryTypePK(@Nullable ItemInventoryTypePK itemInventoryTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItemInventoryType
-
getItemInventoryTypePKHasBeenModified
-
getInventorySerialized
-
setInventorySerialized
public void setInventorySerialized(@Nullable Boolean inventorySerialized) throws PersistenceNotNullException, PersistenceReadOnlyException -
getInventorySerializedHasBeenModified
-
getSerialNumberSequencePK
-
getSerialNumberSequence
-
getSerialNumberSequence
-
getSerialNumberSequenceForUpdate
-
setSerialNumberSequencePK
public void setSerialNumberSequencePK(@Nullable SequencePK serialNumberSequencePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setSerialNumberSequence
-
getSerialNumberSequencePKHasBeenModified
-
getShippingChargeExempt
-
setShippingChargeExempt
public void setShippingChargeExempt(@Nonnull Boolean shippingChargeExempt) throws PersistenceNotNullException, PersistenceReadOnlyException -
getShippingChargeExemptHasBeenModified
-
getShippingStartTime
-
setShippingStartTime
public void setShippingStartTime(@Nonnull Long shippingStartTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getShippingStartTimeHasBeenModified
-
getShippingEndTime
-
setShippingEndTime
public void setShippingEndTime(@Nullable Long shippingEndTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getShippingEndTimeHasBeenModified
-
getSalesOrderStartTime
-
setSalesOrderStartTime
public void setSalesOrderStartTime(@Nonnull Long salesOrderStartTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSalesOrderStartTimeHasBeenModified
-
getSalesOrderEndTime
-
setSalesOrderEndTime
public void setSalesOrderEndTime(@Nullable Long salesOrderEndTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSalesOrderEndTimeHasBeenModified
-
getPurchaseOrderStartTime
-
setPurchaseOrderStartTime
public void setPurchaseOrderStartTime(@Nullable Long purchaseOrderStartTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getPurchaseOrderStartTimeHasBeenModified
-
getPurchaseOrderEndTime
-
setPurchaseOrderEndTime
public void setPurchaseOrderEndTime(@Nullable Long purchaseOrderEndTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getPurchaseOrderEndTimeHasBeenModified
-
getAllowClubDiscounts
-
setAllowClubDiscounts
public void setAllowClubDiscounts(@Nonnull Boolean allowClubDiscounts) throws PersistenceNotNullException, PersistenceReadOnlyException -
getAllowClubDiscountsHasBeenModified
-
getAllowCouponDiscounts
-
setAllowCouponDiscounts
public void setAllowCouponDiscounts(@Nonnull Boolean allowCouponDiscounts) throws PersistenceNotNullException, PersistenceReadOnlyException -
getAllowCouponDiscountsHasBeenModified
-
getAllowAssociatePayments
-
setAllowAssociatePayments
public void setAllowAssociatePayments(@Nonnull Boolean allowAssociatePayments) throws PersistenceNotNullException, PersistenceReadOnlyException -
getAllowAssociatePaymentsHasBeenModified
-
getUnitOfMeasureKindPK
-
getUnitOfMeasureKind
-
getUnitOfMeasureKind
-
getUnitOfMeasureKindForUpdate
-
setUnitOfMeasureKindPK
public void setUnitOfMeasureKindPK(@Nonnull UnitOfMeasureKindPK unitOfMeasureKindPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setUnitOfMeasureKind
-
getUnitOfMeasureKindPKHasBeenModified
-
getItemPriceTypePK
-
getItemPriceType
-
getItemPriceType
-
getItemPriceTypeForUpdate
-
setItemPriceTypePK
public void setItemPriceTypePK(@Nonnull ItemPriceTypePK itemPriceTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItemPriceType
-
getItemPriceTypePKHasBeenModified
-
getCancellationPolicyPK
-
getCancellationPolicy
-
getCancellationPolicy
-
getCancellationPolicyForUpdate
-
setCancellationPolicyPK
public void setCancellationPolicyPK(@Nullable CancellationPolicyPK cancellationPolicyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCancellationPolicy
-
getCancellationPolicyPKHasBeenModified
-
getReturnPolicyPK
-
getReturnPolicy
-
getReturnPolicy
-
getReturnPolicyForUpdate
-
setReturnPolicyPK
public void setReturnPolicyPK(@Nullable ReturnPolicyPK returnPolicyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setReturnPolicy
-
getReturnPolicyPKHasBeenModified
-
getStylePathPK
-
getStylePath
-
getStylePath
-
getStylePathForUpdate
-
setStylePathPK
public void setStylePathPK(@Nullable StylePathPK stylePathPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setStylePath
-
getStylePathPKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(@Nonnull Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(@Nonnull Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-