public class InternalBillingItem extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
| Constructor and Description | 
|---|
| InternalBillingItem()Constructs a InternalBillingItem. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDocumentNumber()Gets the documentNumber attribute. | 
| Integer | getItemQuantity()Gets the itemQuantity attribute. | 
| Integer | getItemSequenceId()Gets the itemSequenceId attribute. | 
| Timestamp | getItemServiceDate()Gets the itemServiceDate attribute. | 
| String | getItemStockDescription()Gets the itemStockDescription attribute. | 
| String | getItemStockNumber()Gets the itemStockNumber attribute. | 
| org.kuali.rice.core.api.util.type.KualiDecimal | getItemUnitAmount()Gets the itemUnitAmount attribute. | 
| org.kuali.rice.core.api.util.type.KualiDecimal | getTotal() | 
| String | getUnitOfMeasureCode()Gets the unitOfMeasureCode attribute. | 
| void | setDocumentNumber(String documentNumber)Sets the documentNumber attribute value. | 
| void | setItemQuantity(Integer itemQuantity)Sets the itemQuantity attribute value. | 
| void | setItemSequenceId(Integer itemSequenceId)Sets the itemSequenceId attribute value. | 
| void | setItemServiceDate(Timestamp itemServiceDate)Sets the itemServiceDate attribute value. | 
| void | setItemStockDescription(String itemStockDescription)Sets the itemStockDescription attribute value. | 
| void | setItemStockNumber(String itemStockNumber)Sets the itemStockNumber attribute value. | 
| void | setItemUnitAmount(org.kuali.rice.core.api.util.type.KualiDecimal itemUnitAmount)Sets the itemUnitAmount attribute value. | 
| void | setUnitOfMeasureCode(String unitOfMeasureCode)Sets the unitOfMeasureCode attribute value. | 
| protected LinkedHashMap | toStringMapper_RICE20_REFACTORME() | 
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberpublic InternalBillingItem()
public String getDocumentNumber()
public void setDocumentNumber(String documentNumber)
documentNumber - The documentNumber to set.public Integer getItemQuantity()
public void setItemQuantity(Integer itemQuantity)
itemQuantity - The itemQuantity to set.public Integer getItemSequenceId()
public void setItemSequenceId(Integer itemSequenceId)
itemSequenceId - The itemSequenceId to set.public Timestamp getItemServiceDate()
public void setItemServiceDate(Timestamp itemServiceDate)
itemServiceDate - The itemServiceDate to set.public String getItemStockDescription()
public void setItemStockDescription(String itemStockDescription)
itemStockDescription - The itemStockDescription to set.public String getItemStockNumber()
public void setItemStockNumber(String itemStockNumber)
itemStockNumber - The itemStockNumber to set.public org.kuali.rice.core.api.util.type.KualiDecimal getItemUnitAmount()
public void setItemUnitAmount(org.kuali.rice.core.api.util.type.KualiDecimal itemUnitAmount)
itemUnitAmount - The itemUnitAmount to set.public String getUnitOfMeasureCode()
public void setUnitOfMeasureCode(String unitOfMeasureCode)
unitOfMeasureCode - The unitOfMeasureCode to set.public org.kuali.rice.core.api.util.type.KualiDecimal getTotal()
protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()Copyright © 2004–2015 The Kuali Foundation. All rights reserved.