org.openmdx.state2.cci2.Legacy Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Name: $Id: AbstractMapper.java,v 1.10 2011/07/08 13:20:51 wfro Exp $
// Generated by: openMDX Java Mapper
// Date: Mon Mar 09 17:04:35 CET 2020
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.openmdx.state2.cci2;
/**
* Abstract class Legacy
*/
public interface Legacy
extends org.openmdx.state2.cci2.StateCapable{
// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the attribute validTimeUnique
.
* @return The non-null value for attribute validTimeUnique
.
*/
public boolean isValidTimeUnique(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet1_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute validTimeUnique
.
*
* This attribute is not changeable, i.e. its value can be set as long as the object is TRANSIENT or NEW
* @param validTimeUnique The non-null new value for attribute validTimeUnique
.
*/
public void setValidTimeUnique(
boolean validTimeUnique
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
}