public class ProjectDistributionBase extends BusinessObject
Constructor and Description |
---|
ProjectDistributionBase() |
Modifier and Type | Method and Description |
---|---|
String |
getAuditTrailCode() |
MoneyAmount |
getCreditAmount() |
MoneyAmount |
getDebitAmount() |
DistributionTypeKey |
getDistributionTypeKey() |
GLAccountNumberKey |
getGLAccountKey() |
String |
getReference() |
void |
setAuditTrailCode(String value) |
void |
setCreditAmount(MoneyAmount value) |
void |
setDebitAmount(MoneyAmount value) |
void |
setDistributionTypeKey(DistributionTypeKey value) |
void |
setGLAccountKey(GLAccountNumberKey value) |
void |
setReference(String value) |
public String getAuditTrailCode()
public void setAuditTrailCode(String value)
public MoneyAmount getCreditAmount()
public void setCreditAmount(MoneyAmount value)
public MoneyAmount getDebitAmount()
public void setDebitAmount(MoneyAmount value)
public DistributionTypeKey getDistributionTypeKey()
public void setDistributionTypeKey(DistributionTypeKey value)
public GLAccountNumberKey getGLAccountKey()
public void setGLAccountKey(GLAccountNumberKey value)
public String getReference()
public void setReference(String value)
Copyright © 2010–2016. All rights reserved.