public interface ContractRole extends SecureObject, org.openmdx.base.cci2.BasicObject
ContractRole| Modifier and Type | Interface and Description |
|---|---|
static interface |
ContractRole.Identity
Object Identity
|
| Modifier and Type | Method and Description |
|---|---|
Account |
getAccount()
Retrieves the value for the reference
account. |
AbstractContract |
getContract()
Retrieves the value for the reference
contract. |
ContractReferenceHolder |
getContractReferenceHolder()
Retrieves the value for the reference
contractReferenceHolder. |
void |
setAccount(Account account)
Sets a new value for the reference
account. |
void |
setContract(AbstractContract contract)
Sets a new value for the reference
contract. |
void |
setContractReferenceHolder(ContractReferenceHolder contractReferenceHolder)
Sets a new value for the reference
contractReferenceHolder. |
addOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUserAccount getAccount()
account.null – value for this reference.void setAccount(Account account)
account.account - The new – possibly null – value for this reference.AbstractContract getContract()
contract.null – value for this reference.void setContract(AbstractContract contract)
contract.contract - The new – possibly null – value for this reference.ContractReferenceHolder getContractReferenceHolder()
contractReferenceHolder.null – value for this reference.void setContractReferenceHolder(ContractReferenceHolder contractReferenceHolder)
contractReferenceHolder.contractReferenceHolder - The new – possibly null – value for this reference.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.