|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AbstractAccount
Abstract class AbstractAccount
| Method Summary | |
|---|---|
short |
getAccountCategory(int index)
|
short |
getAccountType(int index)
|
short |
getBusinessType(int index)
|
void |
setAccountCategory(List<Short> accountCategory)
This method is equivalent to |
void |
setAccountType(List<Short> accountType)
This method is equivalent to |
void |
setBusinessType(List<Short> businessType)
This method is equivalent to |
| Methods inherited from interface org.opencrx.kernel.account1.cci2.AbstractAccount |
|---|
getAccountCategory, getAccountRating, getAccountState, getAccountType, getAliasName, getBusinessType, getDescription, getFullName, setAccountCategory, setAccountRating, setAccountState, setAccountType, setAliasName, setBusinessType, setDescription |
| Methods inherited from interface javax.jmi.reflect.RefObject |
|---|
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
| Methods inherited from interface javax.jmi.reflect.RefFeatured |
|---|
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
| Methods inherited from interface javax.jmi.reflect.RefBaseObject |
|---|
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
| Method Detail |
|---|
short getAccountCategory(int index)
void setAccountCategory(List<Short> accountCategory)
This method is equivalent to
list.clear(); list.addAll(accountCategory);
accountCategory - collection to be copied.short getAccountType(int index)
void setAccountType(List<Short> accountType)
This method is equivalent to
list.clear(); list.addAll(accountType);
accountType - collection to be copied.short getBusinessType(int index)
void setBusinessType(List<Short> businessType)
This method is equivalent to
list.clear(); list.addAll(businessType);
businessType - collection to be copied.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||