org.opencrx.kernel.document1.jmi1.DocumentFolderEntry Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.document1.jmi1;
/**
* Abstract class {@code DocumentFolderEntry}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:37.586564769Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface DocumentFolderEntry
extends org.opencrx.kernel.document1.cci2.DocumentFolderEntry,
org.opencrx.kernel.base.jmi1.SecureObject,
org.openmdx.base.jmi1.BasicObject{
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code basedOn}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.openmdx.base.jmi1.BasicObject 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.openmdx.base.cci2.BasicObject basedOn
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code document}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.openmdx.base.jmi1.BasicObject getDocument(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code document}.
* @param document The new—possibly {@code null}—value for this reference.
*/
public void setDocument(
org.openmdx.base.cci2.BasicObject document
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// Instance/Containment
// ----------------------------------------------------------------------------
}