public class CapitalAccountingLine extends org.kuali.rice.krad.bo.TransientBusinessObjectBase
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
canCreateAsset |
protected String |
distributionCode |
| Constructor and Description |
|---|
CapitalAccountingLine()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDistributionCode()
Gets the distributionCode attribute.
|
boolean |
isCanCreateAsset()
Gets the canCreateAsset attribute.
|
void |
setCanCreateAsset(boolean canCreateAsset)
Sets the canCreateAsset attribute.
|
void |
setDistributionCode(String distributionCode)
Sets the distributionCode attribute.
|
LinkedHashMap |
toStringMapper_RICE20_REFACTORME() |
protected String distributionCode
protected boolean canCreateAsset
public CapitalAccountingLine()
public String getDistributionCode()
public void setDistributionCode(String distributionCode)
distributionCode - The distributionCode to set.public boolean isCanCreateAsset()
public void setCanCreateAsset(boolean canCreateAsset)
canCreateAsset - The canCreateAsset to set.public LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()Copyright © 2004–2015 The Kuali Foundation. All rights reserved.