public class Distribution extends BusinessObject
Constructor and Description |
---|
Distribution() |
Modifier and Type | Method and Description |
---|---|
Amount |
getCreditAmount() |
Amount |
getDebitAmount() |
DistributionTypeKey |
getDistributionTypeKey() |
GLAccountNumberKey |
getGLAccountKey() |
String |
getReference() |
void |
setCreditAmount(Amount value) |
void |
setDebitAmount(Amount value) |
void |
setDistributionTypeKey(DistributionTypeKey value) |
void |
setGLAccountKey(GLAccountNumberKey value) |
void |
setReference(String value) |
public Amount getCreditAmount()
public void setCreditAmount(Amount value)
public Amount getDebitAmount()
public void setDebitAmount(Amount 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.