public class InvItem
extends org.beigesoft.persistable.APersistableBaseNameVersion
Model of invItem. Version, changed time algorithm cause check dirty of calculated from it (derived) records.
| Modifier and Type | Field and Description |
|---|---|
static Long |
FINISHED_PRODUCT_ID
Finished products type ID.
|
static Long |
MATERIAL_ID
Raw materials type ID.
|
static Long |
MERCHANDISE_ID
Merchandise or stock in trade type ID.
|
static Long |
SUPPLIES_PART_OF_PRODUCT_ID
Supplies that physically become a part of
the item intended for sale type ID.
|
static Long |
WORK_IN_PROGRESS_ID
Work in process type ID.
|
| Constructor and Description |
|---|
InvItem() |
| Modifier and Type | Method and Description |
|---|---|
UnitOfMeasure |
getDefUnitOfMeasure()
Geter for defUnitOfMeasure.
|
List<DestTaxGoodsLn> |
getDestinationTaxes()
Getter for destinationTaxes.
|
InvItemCategory |
getItsCategory()
Geter for itsCategory.
|
InvItemType |
getItsType()
Geter for itsType.
|
BigDecimal |
getKnownCost()
Geter for knownCost.
|
InvItemTaxCategory |
getTaxCategory()
Geter for taxCategory.
|
void |
setDefUnitOfMeasure(UnitOfMeasure pDefUnitOfMeasure)
Setter for defUnitOfMeasure.
|
void |
setDestinationTaxes(List<DestTaxGoodsLn> pDestinationTaxes)
Setter for destinationTaxes.
|
void |
setItsCategory(InvItemCategory pItsCategory)
Setter for itsCategory.
|
void |
setItsType(InvItemType pItsType)
Setter for itsType.
|
void |
setKnownCost(BigDecimal pKnownCost)
Setter for knownCost.
|
void |
setTaxCategory(InvItemTaxCategory pTaxCategory)
Setter for taxCategory.
|
getItsName, setItsNamegetItsVersion, setItsVersiongetIdBirth, getIdDatabaseBirth, getItsId, setIdBirth, setIdDatabaseBirth, setItsIdpublic static final Long MERCHANDISE_ID
Merchandise or stock in trade type ID.
public static final Long MATERIAL_ID
Raw materials type ID.
public static final Long WORK_IN_PROGRESS_ID
Work in process type ID.
public static final Long FINISHED_PRODUCT_ID
Finished products type ID.
public static final Long SUPPLIES_PART_OF_PRODUCT_ID
Supplies that physically become a part of the item intended for sale type ID.
public final InvItemType getItsType()
Geter for itsType.
public final void setItsType(InvItemType pItsType)
Setter for itsType.
pItsType - referencepublic final UnitOfMeasure getDefUnitOfMeasure()
Geter for defUnitOfMeasure.
public final void setDefUnitOfMeasure(UnitOfMeasure pDefUnitOfMeasure)
Setter for defUnitOfMeasure.
pDefUnitOfMeasure - referencepublic final InvItemCategory getItsCategory()
Geter for itsCategory.
public final void setItsCategory(InvItemCategory pItsCategory)
Setter for itsCategory.
pItsCategory - referencepublic final BigDecimal getKnownCost()
Geter for knownCost.
public final void setKnownCost(BigDecimal pKnownCost)
Setter for knownCost.
pKnownCost - referencepublic final InvItemTaxCategory getTaxCategory()
Geter for taxCategory.
public final void setTaxCategory(InvItemTaxCategory pTaxCategory)
Setter for taxCategory.
pTaxCategory - referencepublic final List<DestTaxGoodsLn> getDestinationTaxes()
Getter for destinationTaxes.
public final void setDestinationTaxes(List<DestTaxGoodsLn> pDestinationTaxes)
Setter for destinationTaxes.
pDestinationTaxes - referenceCopyright © 2016–2018. All rights reserved.