org.opencrx.kernel.activity1.jmi1.ActivityRelationship Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.activity1.jmi1;
/**
* Class {@code ActivityRelationship}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:37.089060207Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface ActivityRelationship
extends org.opencrx.kernel.activity1.cci2.ActivityRelationship,
org.opencrx.kernel.base.jmi1.SecureObject,
org.openmdx.base.jmi1.BasicObject{
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code activityFrom}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.activity1.jmi1.Activity getActivityFrom(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code activityFrom}.
* @param activityFrom The new—possibly {@code null}—value for this reference.
*/
public void setActivityFrom(
org.opencrx.kernel.activity1.cci2.Activity activityFrom
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code activityTo}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.activity1.jmi1.Activity getActivityTo(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code activityTo}.
* @param activityTo The new—possibly {@code null}—value for this reference.
*/
public void setActivityTo(
org.opencrx.kernel.activity1.cci2.Activity activityTo
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code basedOn}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.activity1.jmi1.ActivityLinkTo getBasedOn(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code basedOn}.
* @param basedOn The new—possibly {@code null}—value for this reference.
*/
public void setBasedOn(
org.opencrx.kernel.activity1.cci2.ActivityLinkTo basedOn
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// Instance/Containment
// ----------------------------------------------------------------------------
}