public abstract class PurchasingItemCapitalAssetBase extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements ItemCapitalAsset
| Constructor and Description |
|---|
PurchasingItemCapitalAssetBase()
Default constructor
|
PurchasingItemCapitalAssetBase(Long capitalAssetNumber)
Constructs a PurchasingItemCapitalAsset.
|
| Modifier and Type | Method and Description |
|---|---|
Long |
getCapitalAssetNumber() |
CapitalAssetSystem |
getCapitalAssetSystem() |
Integer |
getCapitalAssetSystemIdentifier() |
Integer |
getItemCapitalAssetIdentifier() |
void |
setCapitalAssetNumber(Long capitalAssetNumber) |
void |
setCapitalAssetSystem(CapitalAssetSystem capitalAssetSystem) |
void |
setCapitalAssetSystemIdentifier(Integer capitalAssetSystemIdentifier) |
void |
setItemCapitalAssetIdentifier(Integer itemCapitalAssetIdentifier) |
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 PurchasingItemCapitalAssetBase()
public PurchasingItemCapitalAssetBase(Long capitalAssetNumber)
capitalAssetNumber - public Long getCapitalAssetNumber()
getCapitalAssetNumber in interface ItemCapitalAssetpublic void setCapitalAssetNumber(Long capitalAssetNumber)
setCapitalAssetNumber in interface ItemCapitalAssetpublic Integer getCapitalAssetSystemIdentifier()
getCapitalAssetSystemIdentifier in interface ItemCapitalAssetpublic void setCapitalAssetSystemIdentifier(Integer capitalAssetSystemIdentifier)
setCapitalAssetSystemIdentifier in interface ItemCapitalAssetpublic Integer getItemCapitalAssetIdentifier()
getItemCapitalAssetIdentifier in interface ItemCapitalAssetpublic void setItemCapitalAssetIdentifier(Integer itemCapitalAssetIdentifier)
setItemCapitalAssetIdentifier in interface ItemCapitalAssetpublic CapitalAssetSystem getCapitalAssetSystem()
public void setCapitalAssetSystem(CapitalAssetSystem capitalAssetSystem)
protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()Copyright © 2004–2015 The Kuali Foundation. All rights reserved.