|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AbstractAccount
Abstract class AbstractAccount
| Method Summary | |
|---|---|
List<Short> |
getAccountCategory()
|
short |
getAccountRating()
Retrieves the value for the attribute accountRating. |
short |
getAccountState()
Retrieves the value for the attribute accountState. |
List<Short> |
getAccountType()
|
String |
getAliasName()
|
List<Short> |
getBusinessType()
|
String |
getDescription()
|
String |
getFullName()
|
void |
setAccountCategory(short... accountCategory)
This method is equivalent to |
void |
setAccountRating(short accountRating)
Sets a new value for the attribute accountRating. |
void |
setAccountState(short accountState)
Sets a new value for the attribute accountState. |
void |
setAccountType(short... accountType)
This method is equivalent to |
void |
setAliasName(String aliasName)
Sets a new value for the attribute aliasName. |
void |
setBusinessType(short... businessType)
This method is equivalent to |
void |
setDescription(String description)
Sets a new value for the attribute description. |
| Method Detail |
|---|
List<Short> getAccountCategory()
void setAccountCategory(short... accountCategory)
This method is equivalent to
list.clear();
for(short e : attributeName){
list.add(e);
}
accountCategory - value(s) to be added to accountCategoryshort getAccountRating()
accountRating.
accountRating.void setAccountRating(short accountRating)
accountRating.
accountRating - The non-null new value for attribute accountRating.short getAccountState()
accountState.
accountState.void setAccountState(short accountState)
accountState.
accountState - The non-null new value for attribute accountState.List<Short> getAccountType()
void setAccountType(short... accountType)
This method is equivalent to
list.clear();
for(short e : attributeName){
list.add(e);
}
accountType - value(s) to be added to accountTypeString getAliasName()
aliasName.void setAliasName(String aliasName)
aliasName.
aliasName - The possibly null new value for attribute aliasName.List<Short> getBusinessType()
void setBusinessType(short... businessType)
This method is equivalent to
list.clear();
for(short e : attributeName){
list.add(e);
}
businessType - value(s) to be added to businessTypeString getDescription()
description.void setDescription(String description)
description.
description - The possibly null new value for attribute description.String getFullName()
fullName.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||