org.opencrx.kernel.account1.jmi1.AssignedAccountAssignment Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.account1.jmi1;
/**
* Abstract class {@code AssignedAccountAssignment}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:38.013727489Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface AssignedAccountAssignment
extends org.opencrx.kernel.account1.cci2.AssignedAccountAssignment,
org.opencrx.kernel.base.jmi1.SecureObject,
org.openmdx.base.jmi1.BasicObject{
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code accountAssignment}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.account1.jmi1.AccountAssignment getAccountAssignment(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code accountAssignment}.
* @param accountAssignment The new—possibly {@code null}—value for this reference.
*/
public void setAccountAssignment(
org.opencrx.kernel.account1.cci2.AccountAssignment accountAssignment
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code accountAssignmentHolder}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.generic.jmi1.CrxObject getAccountAssignmentHolder(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code accountAssignmentHolder}.
* @param accountAssignmentHolder The new—possibly {@code null}—value for this reference.
*/
public void setAccountAssignmentHolder(
org.opencrx.kernel.generic.cci2.CrxObject accountAssignmentHolder
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// Instance/Containment
// ----------------------------------------------------------------------------
}