All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opencrx.kernel.activity1.cci2.ActivityTracker Maven / Gradle / Ivy

The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.activity1.cci2;

/**
 * Class {@code ActivityTracker}
 *

* isFrozenisFrozen */ @javax.annotation.Generated( value = "org.openmdx.application.mof.mapping.java.InstanceMapper", date = "2023-10-28T12:15:34.760818920Z", comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY" ) public interface ActivityTracker extends org.opencrx.kernel.activity1.cci2.ActivityGroup, org.opencrx.kernel.generic.cci2.CrxObject{ // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code estimateEffortHours}. * @return The possibly null value for attribute {@code estimateEffortHours}. */ public java.lang.Integer getEstimateEffortHours( ); // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code estimateEffortHours}. * @param estimateEffortHours The possibly null new value for attribute {@code estimateEffortHours}. */ public void setEstimateEffortHours( java.lang.Integer estimateEffortHours ); // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code estimateEffortMinutes}. * @return The possibly null value for attribute {@code estimateEffortMinutes}. */ public java.lang.Integer getEstimateEffortMinutes( ); // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code estimateEffortMinutes}. * @param estimateEffortMinutes The possibly null new value for attribute {@code estimateEffortMinutes}. */ public void setEstimateEffortMinutes( java.lang.Integer estimateEffortMinutes ); // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code estimateMaxDeviation}. * @return The possibly null value for attribute {@code estimateMaxDeviation}. */ public java.lang.Integer getEstimateMaxDeviation( ); // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code estimateMaxDeviation}. * @param estimateMaxDeviation The possibly null new value for attribute {@code estimateMaxDeviation}. */ public void setEstimateMaxDeviation( java.lang.Integer estimateMaxDeviation ); // ---------------------------------------------------------------------------- // Instance/Operation // ---------------------------------------------------------------------------- /** */ public org.openmdx.base.cci2.Void refreshItems( ); // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code sumEstimateEffortHours}. * @return The possibly null value for attribute {@code sumEstimateEffortHours}. */ public java.lang.Integer getSumEstimateEffortHours( ); // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code sumEstimateEffortHours}. * @param sumEstimateEffortHours The possibly null new value for attribute {@code sumEstimateEffortHours}. */ public void setSumEstimateEffortHours( java.lang.Integer sumEstimateEffortHours ); // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code sumEstimateEffortMinutes}. * @return The possibly null value for attribute {@code sumEstimateEffortMinutes}. */ public java.lang.Integer getSumEstimateEffortMinutes( ); // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code sumEstimateEffortMinutes}. * @param sumEstimateEffortMinutes The possibly null new value for attribute {@code sumEstimateEffortMinutes}. */ public void setSumEstimateEffortMinutes( java.lang.Integer sumEstimateEffortMinutes ); // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code welcome}. * @return The possibly null value for attribute {@code welcome}. */ public java.lang.String getWelcome( ); // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code welcome}. * @param welcome The possibly null new value for attribute {@code welcome}. */ public void setWelcome( java.lang.String welcome ); // ---------------------------------------------------------------------------- // Instance/End // ---------------------------------------------------------------------------- // ---------------------------------------------------------------------------- // Instance/Containment // ---------------------------------------------------------------------------- /** * Object Identity */ public interface Identity extends org.oasisopen.cci2.Identity { /** * Retrieve the {@code Segment}'s identity * @return the parent object's identity */ public org.openmdx.base.cci2.Segment.Identity getSegment(); /** * Tells whether the {@code id} value is persistent or reassignable. * @return {@code PERSISTENT} or {@code REASSIGNABLE} */ public org.oasisopen.cci2.QualifierType getIdType(); /** * The {@code id} value * @return the {@code id} value */ public java.lang.String getId(); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy