public class AccountDetailType extends Object implements Serializable
| Constructor and Description |
|---|
AccountDetailType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeName()
Access method for the attributeName property.
|
String |
getColumnName()
Access method for the columnName property.
|
String |
getDescription()
Access method for the description property.
|
int |
getId()
Access method for the Id property.
|
String |
getName()
Access method for the name property.
|
int |
getNbrOfLevels()
Access method for the nbrOfLevels property.
|
String |
getTableName()
Access method for the tableName property.
|
void |
setAttributeName(String aAttributeName)
Sets the value of the attributeName property.
|
void |
setColumnName(String aColumnName)
Sets the value of the columnName property.
|
void |
setDescription(String aDescription)
Sets the value of the description property.
|
void |
setId(int aId)
Sets the value of the Id property.
|
void |
setName(String aName)
Sets the value of the name property.
|
void |
setNbrOfLevels(int aNbrOfLevels)
Sets the value of the nbrOfLevels property.
|
void |
setTableName(String aTableName)
Sets the value of the tableName property.
|
public int getId()
public void setId(int aId)
aId - the new value of the Id propertypublic String getName()
public void setName(String aName)
aName - the new value of the name propertypublic String getDescription()
public void setDescription(String aDescription)
aDescription - the new value of the description propertypublic String getTableName()
public void setTableName(String aTableName)
aTableName - the new value of the tableName propertypublic String getColumnName()
public void setColumnName(String aColumnName)
aColumnName - the new value of the columnName propertypublic String getAttributeName()
public void setAttributeName(String aAttributeName)
aAttributeName - the new value of the attributeName propertypublic int getNbrOfLevels()
public void setNbrOfLevels(int aNbrOfLevels)
aNbrOfLevels - the new value of the nbrOfLevels propertyCopyright © 2015–2017 eGovernments Foundation. All rights reserved.