Class ItemDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ItemDetailPK>
com.echothree.model.data.item.server.value.ItemDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionItemDetailValue
(ItemDetailPK itemDetailPK, ItemPK itemPK, String itemName, ItemTypePK itemTypePK, ItemUseTypePK itemUseTypePK, ItemCategoryPK itemCategoryPK, ItemAccountingCategoryPK itemAccountingCategoryPK, ItemPurchasingCategoryPK itemPurchasingCategoryPK, PartyPK companyPartyPK, ItemDeliveryTypePK itemDeliveryTypePK, ItemInventoryTypePK itemInventoryTypePK, Boolean inventorySerialized, SequencePK serialNumberSequencePK, Boolean shippingChargeExempt, Long shippingStartTime, Long shippingEndTime, Long salesOrderStartTime, Long salesOrderEndTime, Long purchaseOrderStartTime, Long purchaseOrderEndTime, Boolean allowClubDiscounts, Boolean allowCouponDiscounts, Boolean allowAssociatePayments, UnitOfMeasureKindPK unitOfMeasureKindPK, ItemPriceTypePK itemPriceTypePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, StylePathPK stylePathPK, Long fromTime, Long thruTime) Creates a new instance of ItemDetailValueItemDetailValue
(ItemPK itemPK, String itemName, ItemTypePK itemTypePK, ItemUseTypePK itemUseTypePK, ItemCategoryPK itemCategoryPK, ItemAccountingCategoryPK itemAccountingCategoryPK, ItemPurchasingCategoryPK itemPurchasingCategoryPK, PartyPK companyPartyPK, ItemDeliveryTypePK itemDeliveryTypePK, ItemInventoryTypePK itemInventoryTypePK, Boolean inventorySerialized, SequencePK serialNumberSequencePK, Boolean shippingChargeExempt, Long shippingStartTime, Long shippingEndTime, Long salesOrderStartTime, Long salesOrderEndTime, Long purchaseOrderStartTime, Long purchaseOrderEndTime, Boolean allowClubDiscounts, Boolean allowCouponDiscounts, Boolean allowAssociatePayments, UnitOfMeasureKindPK unitOfMeasureKindPK, ItemPriceTypePK itemPriceTypePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, StylePathPK stylePathPK, Long fromTime, Long thruTime) Creates a new instance of ItemDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setAllowAssociatePayments
(Boolean allowAssociatePayments) void
setAllowClubDiscounts
(Boolean allowClubDiscounts) void
setAllowCouponDiscounts
(Boolean allowCouponDiscounts) void
setCancellationPolicyPK
(CancellationPolicyPK cancellationPolicyPK) void
setCompanyPartyPK
(PartyPK companyPartyPK) void
setFromTime
(Long fromTime) void
setInventorySerialized
(Boolean inventorySerialized) void
setItemAccountingCategoryPK
(ItemAccountingCategoryPK itemAccountingCategoryPK) void
setItemCategoryPK
(ItemCategoryPK itemCategoryPK) void
setItemDeliveryTypePK
(ItemDeliveryTypePK itemDeliveryTypePK) void
setItemInventoryTypePK
(ItemInventoryTypePK itemInventoryTypePK) void
setItemName
(String itemName) void
void
setItemPriceTypePK
(ItemPriceTypePK itemPriceTypePK) void
setItemPurchasingCategoryPK
(ItemPurchasingCategoryPK itemPurchasingCategoryPK) void
setItemTypePK
(ItemTypePK itemTypePK) void
setItemUseTypePK
(ItemUseTypePK itemUseTypePK) void
setPurchaseOrderEndTime
(Long purchaseOrderEndTime) void
setPurchaseOrderStartTime
(Long purchaseOrderStartTime) void
setReturnPolicyPK
(ReturnPolicyPK returnPolicyPK) void
setSalesOrderEndTime
(Long salesOrderEndTime) void
setSalesOrderStartTime
(Long salesOrderStartTime) void
setSerialNumberSequencePK
(SequencePK serialNumberSequencePK) void
setShippingChargeExempt
(Boolean shippingChargeExempt) void
setShippingEndTime
(Long shippingEndTime) void
setShippingStartTime
(Long shippingStartTime) void
setStylePathPK
(StylePathPK stylePathPK) void
setThruTime
(Long thruTime) void
setUnitOfMeasureKindPK
(UnitOfMeasureKindPK unitOfMeasureKindPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ItemDetailValue
public ItemDetailValue(ItemDetailPK itemDetailPK, ItemPK itemPK, String itemName, ItemTypePK itemTypePK, ItemUseTypePK itemUseTypePK, ItemCategoryPK itemCategoryPK, ItemAccountingCategoryPK itemAccountingCategoryPK, ItemPurchasingCategoryPK itemPurchasingCategoryPK, PartyPK companyPartyPK, ItemDeliveryTypePK itemDeliveryTypePK, ItemInventoryTypePK itemInventoryTypePK, Boolean inventorySerialized, SequencePK serialNumberSequencePK, Boolean shippingChargeExempt, Long shippingStartTime, Long shippingEndTime, Long salesOrderStartTime, Long salesOrderEndTime, Long purchaseOrderStartTime, Long purchaseOrderEndTime, Boolean allowClubDiscounts, Boolean allowCouponDiscounts, Boolean allowAssociatePayments, UnitOfMeasureKindPK unitOfMeasureKindPK, ItemPriceTypePK itemPriceTypePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, StylePathPK stylePathPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ItemDetailValue- Throws:
PersistenceNotNullException
-
ItemDetailValue
public ItemDetailValue(ItemPK itemPK, String itemName, ItemTypePK itemTypePK, ItemUseTypePK itemUseTypePK, ItemCategoryPK itemCategoryPK, ItemAccountingCategoryPK itemAccountingCategoryPK, ItemPurchasingCategoryPK itemPurchasingCategoryPK, PartyPK companyPartyPK, ItemDeliveryTypePK itemDeliveryTypePK, ItemInventoryTypePK itemInventoryTypePK, Boolean inventorySerialized, SequencePK serialNumberSequencePK, Boolean shippingChargeExempt, Long shippingStartTime, Long shippingEndTime, Long salesOrderStartTime, Long salesOrderEndTime, Long purchaseOrderStartTime, Long purchaseOrderEndTime, Boolean allowClubDiscounts, Boolean allowCouponDiscounts, Boolean allowAssociatePayments, UnitOfMeasureKindPK unitOfMeasureKindPK, ItemPriceTypePK itemPriceTypePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, StylePathPK stylePathPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ItemDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ItemDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ItemDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ItemDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ItemDetailPK>
-
getItemPK
-
setItemPK
- Throws:
PersistenceNotNullException
-
getItemPKHasBeenModified
-
getItemName
-
setItemName
- Throws:
PersistenceNotNullException
-
getItemNameHasBeenModified
-
getItemTypePK
-
setItemTypePK
- Throws:
PersistenceNotNullException
-
getItemTypePKHasBeenModified
-
getItemUseTypePK
-
setItemUseTypePK
- Throws:
PersistenceNotNullException
-
getItemUseTypePKHasBeenModified
-
getItemCategoryPK
-
setItemCategoryPK
- Throws:
PersistenceNotNullException
-
getItemCategoryPKHasBeenModified
-
getItemAccountingCategoryPK
-
setItemAccountingCategoryPK
-
getItemAccountingCategoryPKHasBeenModified
-
getItemPurchasingCategoryPK
-
setItemPurchasingCategoryPK
-
getItemPurchasingCategoryPKHasBeenModified
-
getCompanyPartyPK
-
setCompanyPartyPK
- Throws:
PersistenceNotNullException
-
getCompanyPartyPKHasBeenModified
-
getItemDeliveryTypePK
-
setItemDeliveryTypePK
-
getItemDeliveryTypePKHasBeenModified
-
getItemInventoryTypePK
-
setItemInventoryTypePK
-
getItemInventoryTypePKHasBeenModified
-
getInventorySerialized
-
setInventorySerialized
-
getInventorySerializedHasBeenModified
-
getSerialNumberSequencePK
-
setSerialNumberSequencePK
-
getSerialNumberSequencePKHasBeenModified
-
getShippingChargeExempt
-
setShippingChargeExempt
public void setShippingChargeExempt(Boolean shippingChargeExempt) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getShippingChargeExemptHasBeenModified
-
getShippingStartTime
-
setShippingStartTime
- Throws:
PersistenceNotNullException
-
getShippingStartTimeHasBeenModified
-
getShippingEndTime
-
setShippingEndTime
-
getShippingEndTimeHasBeenModified
-
getSalesOrderStartTime
-
setSalesOrderStartTime
- Throws:
PersistenceNotNullException
-
getSalesOrderStartTimeHasBeenModified
-
getSalesOrderEndTime
-
setSalesOrderEndTime
-
getSalesOrderEndTimeHasBeenModified
-
getPurchaseOrderStartTime
-
setPurchaseOrderStartTime
-
getPurchaseOrderStartTimeHasBeenModified
-
getPurchaseOrderEndTime
-
setPurchaseOrderEndTime
-
getPurchaseOrderEndTimeHasBeenModified
-
getAllowClubDiscounts
-
setAllowClubDiscounts
- Throws:
PersistenceNotNullException
-
getAllowClubDiscountsHasBeenModified
-
getAllowCouponDiscounts
-
setAllowCouponDiscounts
public void setAllowCouponDiscounts(Boolean allowCouponDiscounts) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getAllowCouponDiscountsHasBeenModified
-
getAllowAssociatePayments
-
setAllowAssociatePayments
public void setAllowAssociatePayments(Boolean allowAssociatePayments) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getAllowAssociatePaymentsHasBeenModified
-
getUnitOfMeasureKindPK
-
setUnitOfMeasureKindPK
public void setUnitOfMeasureKindPK(UnitOfMeasureKindPK unitOfMeasureKindPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getUnitOfMeasureKindPKHasBeenModified
-
getItemPriceTypePK
-
setItemPriceTypePK
- Throws:
PersistenceNotNullException
-
getItemPriceTypePKHasBeenModified
-
getCancellationPolicyPK
-
setCancellationPolicyPK
-
getCancellationPolicyPKHasBeenModified
-
getReturnPolicyPK
-
setReturnPolicyPK
-
getReturnPolicyPKHasBeenModified
-
getStylePathPK
-
setStylePathPK
-
getStylePathPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-