|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AccountMembership
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. |
|
|
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. |
|
void |
setAccountFromId(String accountFromId)
Sets a new value for the attribute accountFromId. |
|
void |
setAccountToId(String accountToId)
Sets a new value for the attribute accountToId. |
|
void |
setDescription(String description)
Sets a new value for the attribute description. |
|
void |
setDisabled(Boolean disabled)
Sets a new value for the attribute disabled. |
|
void |
setDistance(int distance)
Sets a new value for the attribute distance. |
|
void |
setMemberRole(short... memberRole)
Clears memberRole and adds the given value(s). |
|
void |
setName(String name)
Sets a new value for the attribute name. |
|
void |
setQuality(short quality)
Sets a new value for the attribute quality. |
|
void |
setValidFrom(Date validFrom)
Sets a new value for the attribute validFrom. |
|
void |
setValidTo(Date validTo)
Sets a new value for the attribute validTo. |
|
| 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.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 |
|---|
Account getAccountFrom()
accountFrom.
null – value for this reference.String getAccountFromId()
accountFromId.
accountFromId.void setAccountFromId(String accountFromId)
accountFromId.
accountFromId - The possibly null new value for attribute accountFromId.Account getAccountTo()
accountTo.
null – value for this reference.String getAccountToId()
accountToId.
accountToId.void setAccountToId(String accountToId)
accountToId.
accountToId - The possibly null new value for attribute accountToId.String getDescription()
description.
description.void setDescription(String description)
description.
description - The possibly null new value for attribute description.Boolean isDisabled()
disabled.
disabled.void setDisabled(Boolean disabled)
disabled.
disabled - The possibly null new value for attribute disabled.int getDistance()
distance.
distance.void setDistance(int distance)
distance.
This attribute is not changeable, i.e. its value can be set as long as the object is TRANSIENT or NEW
distance - The non-null new value for attribute distance.<T extends Account> List<T> getForUseBy()
Collection of objects referenced by forUseBy.
Collection of referenced objects.Member getMember()
member.
null – value for this reference.List<Short> getMemberRole()
memberRole.
void setMemberRole(short... memberRole)
memberRole and adds the given value(s).
This method is equivalent to
list.clear();
for(short e : attributeName){
list.add(e);
}
memberRole - value(s) to be added to memberRoleString getName()
name.
name.void setName(String name)
name.
This attribute is not changeable, i.e. its value can be set as long as the object is TRANSIENT or NEW
name - The non-null new value for attribute name.short getQuality()
quality.
quality.void setQuality(short quality)
quality.
This attribute is not changeable, i.e. its value can be set as long as the object is TRANSIENT or NEW
quality - The non-null new value for attribute quality.Date getValidFrom()
validFrom.
validFrom.void setValidFrom(Date validFrom)
validFrom.
validFrom - The possibly null new value for attribute validFrom.Date getValidTo()
validTo.
validTo.void setValidTo(Date validTo)
validTo.
validTo - The possibly null new value for attribute validTo.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||