org.opencrx.kernel.account1.jmi1
Interface AbstractAccount

All Superinterfaces:
AbstractAccount, RefBaseObject, RefFeatured, RefObject
All Known Subinterfaces:
AbstractGroup, Account, Contact, ContractRole, CustomerContractRole, Group, LegalEntity, UnspecifiedAccount

public interface AbstractAccount
extends AbstractAccount, RefObject

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

getAccountCategory

short getAccountCategory(int index)
Returns:
An element of this attribute.

setAccountCategory

void setAccountCategory(List<Short> accountCategory)

This method is equivalent to

   list.clear();
   list.addAll(accountCategory);
 

Parameters:
accountCategory - collection to be copied.

getAccountType

short getAccountType(int index)
Returns:
An element of this attribute.

setAccountType

void setAccountType(List<Short> accountType)

This method is equivalent to

   list.clear();
   list.addAll(accountType);
 

Parameters:
accountType - collection to be copied.

getBusinessType

short getBusinessType(int index)
Returns:
An element of this attribute.

setBusinessType

void setBusinessType(List<Short> businessType)

This method is equivalent to

   list.clear();
   list.addAll(businessType);
 

Parameters:
businessType - collection to be copied.


This software is published under the BSD license. Copyright © 2003-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.