public class InvItem extends AItem<InvItem,DestTaxGoodsLn> implements org.beigesoft.persistable.IPersistableBase
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 |
|---|---|
List<DestTaxGoodsLn> |
getDestinationTaxes()
Getter for destinationTaxes.
|
Long |
getIdBirth()
Geter for idBirth.
|
Integer |
getIdDatabaseBirth()
Geter for idDatabaseBirth.
|
InvItemCategory |
getItsCategory()
Geter for itsCategory.
|
InvItemType |
getItsType()
Geter for itsType.
|
BigDecimal |
getKnownCost()
Geter for knownCost.
|
void |
setDestinationTaxes(List<DestTaxGoodsLn> pDestinationTaxes)
Setter for destinationTaxes.
|
void |
setIdBirth(Long pIdBirth)
Setter for idBirth.
|
void |
setIdDatabaseBirth(Integer pIdDatabaseBirth)
Setter for idDatabaseBirth.
|
void |
setItsCategory(InvItemCategory pItsCategory)
Setter for itsCategory.
|
void |
setItsType(InvItemType pItsType)
Setter for itsType.
|
void |
setKnownCost(BigDecimal pKnownCost)
Setter for knownCost.
|
getDefUnitOfMeasure, getTaxCategory, setDefUnitOfMeasure, setTaxCategorygetItsVersion, setItsVersionpublic 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 List<DestTaxGoodsLn> getDestinationTaxes()
Getter for destinationTaxes.
getDestinationTaxes in class AItem<InvItem,DestTaxGoodsLn>public final void setDestinationTaxes(List<DestTaxGoodsLn> pDestinationTaxes)
Setter for destinationTaxes.
setDestinationTaxes in class AItem<InvItem,DestTaxGoodsLn>pDestinationTaxes - referencepublic final Integer getIdDatabaseBirth()
Geter for idDatabaseBirth.
getIdDatabaseBirth in interface org.beigesoft.persistable.IPersistableBasepublic final void setIdDatabaseBirth(Integer pIdDatabaseBirth)
Setter for idDatabaseBirth.
setIdDatabaseBirth in interface org.beigesoft.persistable.IPersistableBasepIdDatabaseBirth - referencepublic final Long getIdBirth()
Geter for idBirth.
getIdBirth in interface org.beigesoft.persistable.IPersistableBasepublic final void setIdBirth(Long pIdBirth)
Setter for idBirth.
setIdBirth in interface org.beigesoft.persistable.IPersistableBasepIdBirth - referencepublic final InvItemType getItsType()
Geter for itsType.
public final void setItsType(InvItemType pItsType)
Setter for itsType.
pItsType - 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 - referenceCopyright © 2016–2019. All rights reserved.