org.opencrx.kernel.account1.cci2
Interface AccountMembership

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

public interface AccountMembership
extends SecureObject, BasicObject

Class AccountMembership

isFrozenisFrozenisFrozenisFrozen


Nested Class Summary
static interface AccountMembership.Identity
          Object Identity
 
Method Summary
 Account getAccountFrom()
          Retrieves the value for the reference accountFrom.
 String getAccountFromId()
          Retrieves the possibly null value for the optional attribute accountFromId.
 Account getAccountTo()
          Retrieves the value for the reference accountTo.
 String getAccountToId()
          Retrieves the possibly null value for the optional attribute accountToId.
 String getDescription()
          Retrieves the possibly null value for the optional attribute description.
 int getDistance()
          Retrieves the value for the attribute distance.
<T extends Account>
List<T>
getForUseBy()
          Retrieves the Collection of objects referenced by forUseBy.
 Member getMember()
          Retrieves the value for the reference member.
 List<Short> getMemberRole()
          Retrieves a list containing all the elements for the attribute memberRole.
 String getName()
          Retrieves the value for the attribute name.
 short getQuality()
          Retrieves the value for the attribute quality.
 Date getValidFrom()
          Retrieves the possibly null value for the optional attribute validFrom.
 Date getValidTo()
          Retrieves the possibly null value for the optional attribute validTo.
 Boolean isDisabled()
          Retrieves the possibly null value for the optional attribute disabled.
 
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

getAccountFrom

Account getAccountFrom()
Retrieves the value for the reference accountFrom.

Returns:
The – possibly null – value for this reference.

getAccountFromId

String getAccountFromId()
Retrieves the possibly null value for the optional attribute accountFromId.

Returns:
The possibly null value for attribute accountFromId.

getAccountTo

Account getAccountTo()
Retrieves the value for the reference accountTo.

Returns:
The – possibly null – value for this reference.

getAccountToId

String getAccountToId()
Retrieves the possibly null value for the optional attribute accountToId.

Returns:
The possibly null value for attribute accountToId.

getDescription

String getDescription()
Retrieves the possibly null value for the optional attribute description.

Returns:
The possibly null value for attribute description.

isDisabled

Boolean isDisabled()
Retrieves the possibly null value for the optional attribute disabled.

Returns:
The possibly null value for attribute disabled.

getDistance

int getDistance()
Retrieves the value for the attribute distance.

Returns:
The non-null value for attribute distance.

getForUseBy

<T extends Account> List<T> getForUseBy()
Retrieves the Collection of objects referenced by forUseBy.

Returns:
The Collection of referenced objects.

getMember

Member getMember()
Retrieves the value for the reference member.

Returns:
The – possibly null – value for this reference.

getMemberRole

List<Short> getMemberRole()
Retrieves a list containing all the elements for the attribute memberRole.

Returns:
A list containing all elements for this attribute.

getName

String getName()
Retrieves the value for the attribute name.

Returns:
The non-null value for attribute name.

getQuality

short getQuality()
Retrieves the value for the attribute quality.

Returns:
The non-null value for attribute quality.

getValidFrom

Date getValidFrom()
Retrieves the possibly null value for the optional attribute validFrom.

Returns:
The possibly null value for attribute validFrom.

getValidTo

Date getValidTo()
Retrieves the possibly null value for the optional attribute validTo.

Returns:
The possibly null value for attribute validTo.


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