public class GLAccount extends Object implements Serializable
| Constructor and Description |
|---|
GLAccount() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getClassification() |
String |
getCode()
Access method for the code property.
|
Boolean |
getFunctionRequired() |
ArrayList |
getGLParameters() |
long |
getId()
Access method for the id property.
|
boolean |
getIsActiveForPosting() |
String |
getName()
Access method for the name property.
|
boolean |
isActiveForPosting() |
void |
setClassification(Long classification) |
void |
setCode(String aCode)
Sets the value of the code property.
|
void |
setFunctionRequired(Boolean functionRequired) |
void |
setGLParameters(ArrayList aglParameters) |
void |
setID(int aId)
Sets the value of the id property.
|
void |
setIsActiveForPosting(boolean active)
Sets the value of the id property.
|
void |
setName(String aName)
Sets the value of the name property.
|
public long getId()
public void setID(int aId)
aId - the new value of the id propertypublic String getCode()
public void setCode(String aCode)
aCode - the new value of the code propertypublic String getName()
public void setName(String aName)
aName - the new value of the name propertypublic boolean isActiveForPosting()
public void setIsActiveForPosting(boolean active)
aId - the new value of the id propertypublic void setGLParameters(ArrayList aglParameters)
public ArrayList getGLParameters()
public boolean getIsActiveForPosting()
public Boolean getFunctionRequired()
public void setFunctionRequired(Boolean functionRequired)
public Long getClassification()
public void setClassification(Long classification)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.