org.opencrx.kernel.account1.cci2.EmploymentContract Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.account1.cci2;
/**
* Class {@code EmploymentContract}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:35.619324733Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface EmploymentContract
extends org.opencrx.kernel.account1.cci2.ContactMembership{
// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the attribute {@code employmentContractState}.
*
* CS_ACTIVE 0 The contact is active.
* CS_INACTIVE 1 The contact is inactive.
*
* @return The non-null value for attribute {@code employmentContractState}.
*/
public short getEmploymentContractState(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet1_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code employmentContractState}.
*
* CS_ACTIVE 0 The contact is active.
* CS_INACTIVE 1 The contact is inactive.
*
* @param employmentContractState The non-{@code null} new value for attribute {@code employmentContractState}.
*/
public void setEmploymentContractState(
short employmentContractState
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the attribute {@code employmentPosition}.
* @return The non-null value for attribute {@code employmentPosition}.
*/
public short getEmploymentPosition(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet1_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code employmentPosition}.
* @param employmentPosition The non-{@code null} new value for attribute {@code employmentPosition}.
*/
public void setEmploymentPosition(
short employmentPosition
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
}