![JAR search and dependency download from the Maven repository](/logo.png)
org.opencrx.kernel.activity1.cci2.WorkingDay Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.activity1.cci2;
/**
* Abstract class {@code WorkingDay}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:34.771974292Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface WorkingDay
{
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code isWorkingDay}.
* @return The possibly null value for attribute {@code isWorkingDay}.
*/
public java.lang.Boolean isWorkingDay(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code isWorkingDay}.
* @param isWorkingDay The possibly null new value for attribute {@code isWorkingDay}.
*/
public void setWorkingDay(
java.lang.Boolean isWorkingDay
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code workDurationHours}.
* @return The possibly null value for attribute {@code workDurationHours}.
*/
public java.lang.Short getWorkDurationHours(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code workDurationHours}.
* @param workDurationHours The possibly null new value for attribute {@code workDurationHours}.
*/
public void setWorkDurationHours(
java.lang.Short workDurationHours
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code workDurationMinutes}.
* @return The possibly null value for attribute {@code workDurationMinutes}.
*/
public java.lang.Short getWorkDurationMinutes(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code workDurationMinutes}.
* @param workDurationMinutes The possibly null new value for attribute {@code workDurationMinutes}.
*/
public void setWorkDurationMinutes(
java.lang.Short workDurationMinutes
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy