org.opencrx.kernel.base.cci2.ObjectModificationAuditEntry Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.base.cci2;
/**
* Class {@code ObjectModificationAuditEntry}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:35.776431134Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface ObjectModificationAuditEntry
extends org.opencrx.kernel.base.cci2.AuditEntry{
// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the attribute {@code beforeImage}.
* @return The non-null value for attribute {@code beforeImage}.
*/
public java.lang.String getBeforeImage(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet1_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code beforeImage}.
* @param beforeImage The non-{@code null} new value for attribute {@code beforeImage}.
*/
public void setBeforeImage(
java.lang.String beforeImage
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the attribute {@code modifiedFeatures}.
* @return The non-null value for attribute {@code modifiedFeatures}.
*/
public java.lang.String getModifiedFeatures(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet1_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code modifiedFeatures}.
* @param modifiedFeatures The non-{@code null} new value for attribute {@code modifiedFeatures}.
*/
public void setModifiedFeatures(
java.lang.String modifiedFeatures
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
}