org.kuali.kfs.fp.businessobject
Class InternalBillingItem

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.fp.businessobject.InternalBillingItem
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject

public class InternalBillingItem
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase

This class represents an Internal Billing Item business object.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
InternalBillingItem()
          Constructs a InternalBillingItem.
 
Method Summary
 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.kns.util.KualiDecimal getItemUnitAmount()
          Gets the itemUnitAmount attribute.
 org.kuali.rice.kns.util.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.kns.util.KualiDecimal itemUnitAmount)
          Sets the itemUnitAmount attribute value.
 void setUnitOfMeasureCode(String unitOfMeasureCode)
          Sets the unitOfMeasureCode attribute value.
protected  LinkedHashMap toStringMapper()
           
 
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes
 
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase
prepareForWorkflow, toString, toStringBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow
 

Constructor Detail

InternalBillingItem

public InternalBillingItem()
Constructs a InternalBillingItem.

Method Detail

getDocumentNumber

public String getDocumentNumber()
Gets the documentNumber attribute.

Returns:
Returns the documentNumber.

setDocumentNumber

public void setDocumentNumber(String documentNumber)
Sets the documentNumber attribute value.

Parameters:
documentNumber - The documentNumber to set.

getItemQuantity

public Integer getItemQuantity()
Gets the itemQuantity attribute.

Returns:
Returns the itemQuantity.

setItemQuantity

public void setItemQuantity(Integer itemQuantity)
Sets the itemQuantity attribute value.

Parameters:
itemQuantity - The itemQuantity to set.

getItemSequenceId

public Integer getItemSequenceId()
Gets the itemSequenceId attribute.

Returns:
Returns the itemSequenceId.

setItemSequenceId

public void setItemSequenceId(Integer itemSequenceId)
Sets the itemSequenceId attribute value.

Parameters:
itemSequenceId - The itemSequenceId to set.

getItemServiceDate

public Timestamp getItemServiceDate()
Gets the itemServiceDate attribute.

Returns:
Returns the itemServiceDate.

setItemServiceDate

public void setItemServiceDate(Timestamp itemServiceDate)
Sets the itemServiceDate attribute value.

Parameters:
itemServiceDate - The itemServiceDate to set.

getItemStockDescription

public String getItemStockDescription()
Gets the itemStockDescription attribute.

Returns:
Returns the itemStockDescription.

setItemStockDescription

public void setItemStockDescription(String itemStockDescription)
Sets the itemStockDescription attribute value.

Parameters:
itemStockDescription - The itemStockDescription to set.

getItemStockNumber

public String getItemStockNumber()
Gets the itemStockNumber attribute.

Returns:
Returns the itemStockNumber.

setItemStockNumber

public void setItemStockNumber(String itemStockNumber)
Sets the itemStockNumber attribute value.

Parameters:
itemStockNumber - The itemStockNumber to set.

getItemUnitAmount

public org.kuali.rice.kns.util.KualiDecimal getItemUnitAmount()
Gets the itemUnitAmount attribute.

Returns:
Returns the itemUnitAmount.

setItemUnitAmount

public void setItemUnitAmount(org.kuali.rice.kns.util.KualiDecimal itemUnitAmount)
Sets the itemUnitAmount attribute value.

Parameters:
itemUnitAmount - The itemUnitAmount to set.

getUnitOfMeasureCode

public String getUnitOfMeasureCode()
Gets the unitOfMeasureCode attribute.

Returns:
Returns the unitOfMeasureCode.

setUnitOfMeasureCode

public void setUnitOfMeasureCode(String unitOfMeasureCode)
Sets the unitOfMeasureCode attribute value.

Parameters:
unitOfMeasureCode - The unitOfMeasureCode to set.

getTotal

public org.kuali.rice.kns.util.KualiDecimal getTotal()
Returns:
the total amount for this item

toStringMapper

protected LinkedHashMap toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase
See Also:
BusinessObjectBase.toStringMapper()


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.