org.opencrx.kernel.account1.cci2
Interface SearchIndexEntry

All Superinterfaces:
BasicObject, ContextCapable, Creatable, ExtentCapable, Modifiable, SecureObject
All Known Subinterfaces:
SearchIndexEntry
All Known Implementing Classes:
SearchIndexEntry

public interface SearchIndexEntry
extends SecureObject, BasicObject

Class SearchIndexEntry

isFrozen


Nested Class Summary
static interface SearchIndexEntry.Identity
          Object Identity
 
Method Summary
 Account getAccount()
          Retrieves the value for the reference account.
 String getAccountAddressIndex()
          Retrieves the value for the attribute accountAddressIndex.
 void setAccount(Account account)
          Sets a new value for the reference account.
 void setAccountAddressIndex(String accountAddressIndex)
          Sets a new value for the attribute accountAddressIndex.
 
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject
addOwningGroup, checkPermissions, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUser
 
Methods inherited from interface org.openmdx.base.cci2.Creatable
getCreatedAt, getCreatedBy
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.base.cci2.Modifiable
getModifiedAt, getModifiedBy
 

Method Detail

getAccount

Account getAccount()
Retrieves the value for the reference account.

Returns:
The non-null value for this reference.

setAccount

void setAccount(Account account)
Sets a new value for the reference account.

Parameters:
account - The non-null new value for this reference.

getAccountAddressIndex

String getAccountAddressIndex()
Retrieves the value for the attribute accountAddressIndex.

Returns:
The non-null value for attribute accountAddressIndex.

setAccountAddressIndex

void setAccountAddressIndex(String accountAddressIndex)
Sets a new value for the attribute accountAddressIndex.

This attribute is not changeable, i.e. its value can be set as long as the object is TRANSIENT or NEW

Parameters:
accountAddressIndex - The non-null new value for attribute accountAddressIndex.


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