public class UnitFormulatedCost extends KraPersistableBusinessObjectBase
UPDATE_USER_LENGTH| Constructor and Description |
|---|
UnitFormulatedCost() |
| Modifier and Type | Method and Description |
|---|---|
FormulatedType |
getFormulatedType() |
String |
getFormulatedTypeCode() |
Unit |
getUnit() |
BudgetDecimal |
getUnitCost() |
Long |
getUnitFormulatedCostId() |
String |
getUnitNumber() |
void |
setFormulatedType(FormulatedType formulatedType) |
void |
setFormulatedTypeCode(String formulatedTypeCode) |
void |
setUnit(Unit unit) |
void |
setUnitCost(BudgetDecimal unitCost) |
void |
setUnitFormulatedCostId(Long unitFormulatedCostId) |
void |
setUnitNumber(String unitNumber) |
getAuthorPersonName, getKcPersonService, getUpdateTimestamp, getUpdateUser, isUpdateUserSet, postPersist, prePersist, preUpdate, setUpdateTimestamp, setUpdateUser, setUpdateUserSetafterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postRemove, postUpdate, preRemove, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberpublic Long getUnitFormulatedCostId()
public void setUnitFormulatedCostId(Long unitFormulatedCostId)
public String getFormulatedTypeCode()
public void setFormulatedTypeCode(String formulatedTypeCode)
public String getUnitNumber()
public void setUnitNumber(String unitNumber)
public BudgetDecimal getUnitCost()
public void setUnitCost(BudgetDecimal unitCost)
public Unit getUnit()
public void setUnit(Unit unit)
public FormulatedType getFormulatedType()
public void setFormulatedType(FormulatedType formulatedType)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.