public class GLFinancialAccount extends GLAccount
Constructor and Description |
---|
GLFinancialAccount() |
Modifier and Type | Method and Description |
---|---|
PostingLevel |
getPostInventoryIn() |
PostingLevel |
getPostPayrollIn() |
PostingLevel |
getPostPurchasingIn() |
PostingLevel |
getPostSalesIn() |
void |
setPostInventoryIn(PostingLevel value) |
void |
setPostPayrollIn(PostingLevel value) |
void |
setPostPurchasingIn(PostingLevel value) |
void |
setPostSalesIn(PostingLevel value) |
getAlias, getCreatedDate, getDescription, getKey, getModifiedDate, getType, isIsActive, setAlias, setCreatedDate, setDescription, setIsActive, setKey, setModifiedDate, setType
public PostingLevel getPostInventoryIn()
public void setPostInventoryIn(PostingLevel value)
public PostingLevel getPostPayrollIn()
public void setPostPayrollIn(PostingLevel value)
public PostingLevel getPostPurchasingIn()
public void setPostPurchasingIn(PostingLevel value)
public PostingLevel getPostSalesIn()
public void setPostSalesIn(PostingLevel value)
Copyright © 2010–2016. All rights reserved.