org.opencrx.kernel.account1.jmi1.OrganizationalUnitRelationship Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.account1.jmi1;
/**
* Class {@code OrganizationalUnitRelationship}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:38.024560882Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface OrganizationalUnitRelationship
extends org.opencrx.kernel.account1.cci2.OrganizationalUnitRelationship,
org.opencrx.kernel.generic.jmi1.CrxObject{
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code fromUnit}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.account1.jmi1.AbstractOrganizationalUnit getFromUnit(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code fromUnit}.
* @param fromUnit The new—possibly {@code null}—value for this reference.
*/
public void setFromUnit(
org.opencrx.kernel.account1.cci2.AbstractOrganizationalUnit fromUnit
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code toUnit}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.account1.jmi1.AbstractOrganizationalUnit getToUnit(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code toUnit}.
* @param toUnit The new—possibly {@code null}—value for this reference.
*/
public void setToUnit(
org.opencrx.kernel.account1.cci2.AbstractOrganizationalUnit toUnit
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// Instance/Containment
// ----------------------------------------------------------------------------
}