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

org.openmdx.state2.cci2.StateCapable Maven / Gradle / Ivy

There is a newer version: 2.18.10
Show newest version
// ----------------------------------------------------------------------------
// 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 StateCapable
 */
public interface StateCapable
  extends org.openmdx.base.cci2.AspectCapable,
    org.openmdx.base.cci2.ContextCapable,
    org.openmdx.base.cci2.ExtentCapable,
    org.openmdx.base.cci2.Modifiable{

// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the attribute stateVersion.
   * @return The non-null value for attribute stateVersion.
   */
  public int getStateVersion(
  );

// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the attribute transactionTimeUnique.
   * @return The non-null value for attribute transactionTimeUnique.
   */
  public boolean isTransactionTimeUnique(
  );

// ----------------------------------------------------------------------------
// Instance/AttributeSet1_1
// ----------------------------------------------------------------------------
  /**
   * Sets a new value for the attribute transactionTimeUnique.
   * 

* This attribute is not changeable, i.e. its value can be set as long as the object is TRANSIENT or NEW * @param transactionTimeUnique The non-null new value for attribute transactionTimeUnique. */ public void setTransactionTimeUnique( boolean transactionTimeUnique ); // ---------------------------------------------------------------------------- // Instance/End // ---------------------------------------------------------------------------- }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy