org.opencrx.kernel.account1.cci2
Interface SearchIndexEntry

All Superinterfaces:
AspectCapable, 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.
 
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, setOwningUser, setOwningUser
 
Methods inherited from interface org.openmdx.base.cci2.ContextCapable
getContext
 
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.


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