All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opencrx.kernel.account1.jmi1.AccountMembership Maven / Gradle / Ivy

The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.account1.jmi1;

/**
 * Class {@code AccountMembership}
 *

* isFrozenisFrozenisFrozenisFrozen */ @javax.annotation.Generated( value = "org.openmdx.application.mof.mapping.java.InstanceMapper", date = "2023-10-28T12:15:38.121519334Z", comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY" ) public interface AccountMembership extends org.opencrx.kernel.account1.cci2.AccountMembership, org.opencrx.kernel.base.jmi1.SecureObject, org.opencrx.kernel.base.jmi1.UserDefined, org.openmdx.base.jmi1.BasicObject{ // ---------------------------------------------------------------------------- // Instance/ReferenceGetx_1NoQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code accountFrom}. * @return The —possibly {@code null}— value for this reference. */ public org.opencrx.kernel.account1.jmi1.Account getAccountFrom( ); // ---------------------------------------------------------------------------- // Instance/ReferenceGetx_1NoQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code accountTo}. * @return The —possibly {@code null}— value for this reference. */ public org.opencrx.kernel.account1.jmi1.Account getAccountTo( ); // ---------------------------------------------------------------------------- // Instance/ReferenceGetx_1NoQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code member}. * @return The —possibly {@code null}— value for this reference. */ public org.opencrx.kernel.account1.jmi1.Member getMember( ); // ---------------------------------------------------------------------------- // Instance/AttributeGetList // ---------------------------------------------------------------------------- /** * Retrieves a list containing all the elements for the attribute {@code memberRole}. * @return A list containing all elements for this attribute. */ public java.util.List getMemberRole( ); // ---------------------------------------------------------------------------- // Instance/AttributeSetList // ---------------------------------------------------------------------------- /** * Clears {@code memberRole} and adds the members of the given List. *

* This method is equivalent to

   *   list.clear();
   *   list.addAll(memberRole);
   * 
* Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should use the equivalent code.
* @param memberRole collection to be copied. */ public void setMemberRole( java.util.List memberRole ); // ---------------------------------------------------------------------------- // Instance/End // ---------------------------------------------------------------------------- // ---------------------------------------------------------------------------- // Instance/Containment // ---------------------------------------------------------------------------- }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy