public class GLPostingAccount extends GLFinancialAccount
Constructor and Description |
---|
GLPostingAccount() |
Modifier and Type | Method and Description |
---|---|
List<GLAccountCurrency> |
getCurrencies() |
GLAccountCategoryKey |
getGLAccountCategoryKey() |
PostingType |
getPostingType() |
PostRevaluationResultsTo |
getPostRevaluationResultsTo() |
RevaluationMethod |
getRevaluationMethod() |
TypicalBalance |
getTypicalBalance() |
String |
getUserDefined1() |
String |
getUserDefined2() |
String |
getUserDefined3() |
String |
getUserDefined4() |
Boolean |
isAllowAccountEntry() |
Boolean |
isIsRevalued() |
void |
setAllowAccountEntry(Boolean value) |
void |
setCurrencies(List<GLAccountCurrency> value) |
void |
setGLAccountCategoryKey(GLAccountCategoryKey value) |
void |
setIsRevalued(Boolean value) |
void |
setPostingType(PostingType value) |
void |
setPostRevaluationResultsTo(PostRevaluationResultsTo value) |
void |
setRevaluationMethod(RevaluationMethod value) |
void |
setTypicalBalance(TypicalBalance value) |
void |
setUserDefined1(String value) |
void |
setUserDefined2(String value) |
void |
setUserDefined3(String value) |
void |
setUserDefined4(String value) |
getPostInventoryIn, getPostPayrollIn, getPostPurchasingIn, getPostSalesIn, setPostInventoryIn, setPostPayrollIn, setPostPurchasingIn, setPostSalesIn
getAlias, getCreatedDate, getDescription, getKey, getModifiedDate, getType, isIsActive, setAlias, setCreatedDate, setDescription, setIsActive, setKey, setModifiedDate, setType
public Boolean isAllowAccountEntry()
public void setAllowAccountEntry(Boolean value)
public List<GLAccountCurrency> getCurrencies()
public void setCurrencies(List<GLAccountCurrency> value)
public GLAccountCategoryKey getGLAccountCategoryKey()
public void setGLAccountCategoryKey(GLAccountCategoryKey value)
public Boolean isIsRevalued()
public void setIsRevalued(Boolean value)
public PostRevaluationResultsTo getPostRevaluationResultsTo()
public void setPostRevaluationResultsTo(PostRevaluationResultsTo value)
public PostingType getPostingType()
public void setPostingType(PostingType value)
public RevaluationMethod getRevaluationMethod()
public void setRevaluationMethod(RevaluationMethod value)
public TypicalBalance getTypicalBalance()
public void setTypicalBalance(TypicalBalance value)
public String getUserDefined1()
public void setUserDefined1(String value)
public String getUserDefined2()
public void setUserDefined2(String value)
public String getUserDefined3()
public void setUserDefined3(String value)
public String getUserDefined4()
public void setUserDefined4(String value)
Copyright © 2010–2016. All rights reserved.