org.opencrx.kernel.activity1.cci2.SetAssignedToAction Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.activity1.cci2;
/**
* Class {@code SetAssignedToAction}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:34.964160400Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface SetAssignedToAction
extends org.opencrx.kernel.activity1.cci2.ActivityProcessAction{
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code contactFeatureName}.
* @return The possibly null value for attribute {@code contactFeatureName}.
*/
public java.lang.String getContactFeatureName(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code contactFeatureName}.
* @param contactFeatureName The possibly null new value for attribute {@code contactFeatureName}.
*/
public void setContactFeatureName(
java.lang.String contactFeatureName
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code resourceOrder}.
* @return The possibly null value for attribute {@code resourceOrder}.
*/
public java.lang.Short getResourceOrder(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code resourceOrder}.
* @param resourceOrder The possibly null new value for attribute {@code resourceOrder}.
*/
public void setResourceOrder(
java.lang.Short resourceOrder
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code resourceRole}.
* @return The possibly null value for attribute {@code resourceRole}.
*/
public java.lang.Short getResourceRole(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code resourceRole}.
* @param resourceRole The possibly null new value for attribute {@code resourceRole}.
*/
public void setResourceRole(
java.lang.Short resourceRole
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
}