public class GoodsAvailable extends org.beigesoft.model.AEditableHasVersion implements org.beigesoft.model.IHasId<GoodsAvailableId>
Model of Goods Available - hold availability of a goods at pickup place.
| Constructor and Description |
|---|
GoodsAvailable() |
| Modifier and Type | Method and Description |
|---|---|
org.beigesoft.accounting.persistable.InvItem |
getGoods()
Getter for goods.
|
Boolean |
getIsAlways()
Getter for isAlways.
|
GoodsAvailableId |
getItsId()
Usually it's simple getter that return model ID.
|
BigDecimal |
getItsQuantity()
Getter for itsQuantity.
|
PickUpPlace |
getPickUpPlace()
Getter for pickUpPlace.
|
Date |
getSinceDate()
Getter for sinceDate.
|
void |
setGoods(org.beigesoft.accounting.persistable.InvItem pGoods)
Setter for goods.
|
void |
setIsAlways(Boolean pIsAlways)
Setter for isAlways.
|
void |
setItsId(GoodsAvailableId pItsId)
Usually it's simple setter for model ID.
|
void |
setItsQuantity(BigDecimal pItsQuantity)
Setter for itsQuantity.
|
void |
setPickUpPlace(PickUpPlace pPickUpPlace)
Setter for pickUpPlace.
|
void |
setSinceDate(Date pSinceDate)
Setter for sinceDate.
|
public final GoodsAvailableId getItsId()
Usually it's simple getter that return model ID.
getItsId in interface org.beigesoft.model.IHasId<GoodsAvailableId>public final void setItsId(GoodsAvailableId pItsId)
Usually it's simple setter for model ID.
setItsId in interface org.beigesoft.model.IHasId<GoodsAvailableId>pId - model IDpublic final void setPickUpPlace(PickUpPlace pPickUpPlace)
Setter for pickUpPlace.
pPickUpPlace - referencepublic final void setGoods(org.beigesoft.accounting.persistable.InvItem pGoods)
Setter for goods.
pGoods - referencepublic final Date getSinceDate()
Getter for sinceDate.
public final void setSinceDate(Date pSinceDate)
Setter for sinceDate.
pSinceDate - referencepublic final PickUpPlace getPickUpPlace()
Getter for pickUpPlace.
public final org.beigesoft.accounting.persistable.InvItem getGoods()
Getter for goods.
public final Boolean getIsAlways()
Getter for isAlways.
public final void setIsAlways(Boolean pIsAlways)
Setter for isAlways.
pIsAlways - referencepublic final BigDecimal getItsQuantity()
Getter for itsQuantity.
public final void setItsQuantity(BigDecimal pItsQuantity)
Setter for itsQuantity.
pItsQuantity - referenceCopyright © 2017–2018. All rights reserved.