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

org.opencrx.kernel.depot1.cci2.InventoryLevel Maven / Gradle / Ivy

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

/**
 * Class {@code InventoryLevel}
 */
@javax.annotation.Generated(
  value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
  date = "2023-10-28T12:15:36.276994663Z",
  comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface InventoryLevel
  extends org.opencrx.kernel.depot1.cci2.BookingOrigin,
    org.opencrx.kernel.generic.cci2.CrxObject{

// ----------------------------------------------------------------------------
// Instance/Operation
// ----------------------------------------------------------------------------
  /**
   */
  public org.openmdx.base.cci2.Void acceptInventoryLevel(
  );

// ----------------------------------------------------------------------------
// Instance/AttributeGetList
// ----------------------------------------------------------------------------
  /**
   * Retrieves a list containing all the elements for the attribute {@code acceptedBy}.
   * @return A list containing all elements for this attribute.
   */
  public java.util.List getAcceptedBy(
  );

// ----------------------------------------------------------------------------
// Instance/AttributeSetList
// ----------------------------------------------------------------------------
  /**
   * Clears {@code acceptedBy} and adds the given value(s).
   * 

* This method is equivalent to

   *   list.clear();
   *   for(java.lang.String e : acceptedBy){
   *     list.add(e);
   *   }
   * 
* @param acceptedBy value(s) to be added to {@code acceptedBy} */ public void setAcceptedBy( java.lang.String... acceptedBy ); // ---------------------------------------------------------------------------- // Instance/ReferenceGetx_1NoQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code correctionBookingTemplate}. * @return The —possibly {@code null}— value for this reference. */ public org.opencrx.kernel.depot1.cci2.BookingTemplate getCorrectionBookingTemplate( ); // ---------------------------------------------------------------------------- // Instance/ReferenceSetNoQualifier // ---------------------------------------------------------------------------- /** * Sets a new value for the reference {@code correctionBookingTemplate}. * @param correctionBookingTemplate The new—possibly {@code null}—value for this reference. */ public void setCorrectionBookingTemplate( org.opencrx.kernel.depot1.cci2.BookingTemplate correctionBookingTemplate ); // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code description}. * @return The possibly null value for attribute {@code description}. */ public java.lang.String getDescription( ); // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code description}. * @param description The possibly null new value for attribute {@code description}. */ public void setDescription( java.lang.String description ); // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code entryDate}. * @return The possibly null value for attribute {@code entryDate}. */ public java.util.Date getEntryDate( ); // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code entryDate}. * @param entryDate The possibly null new value for attribute {@code entryDate}. */ public void setEntryDate( java.util.Date entryDate ); // ---------------------------------------------------------------------------- // Instance/Operation // ---------------------------------------------------------------------------- /** */ public org.openmdx.base.cci2.Void finalizeInventoryLevel( ); // ---------------------------------------------------------------------------- // Instance/AttributeGet1_1 // ---------------------------------------------------------------------------- /** * Retrieves the value for the attribute {@code inventoryLevelStatus}. * @return The non-null value for attribute {@code inventoryLevelStatus}. */ public short getInventoryLevelStatus( ); // ---------------------------------------------------------------------------- // Instance/AttributeSet1_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code inventoryLevelStatus}. * @param inventoryLevelStatus The non-{@code null} new value for attribute {@code inventoryLevelStatus}. */ public void setInventoryLevelStatus( short inventoryLevelStatus ); // ---------------------------------------------------------------------------- // Instance/AttributeGet1_1 // ---------------------------------------------------------------------------- /** * Retrieves the value for the attribute {@code inventoryLevelType}. * @return The non-null value for attribute {@code inventoryLevelType}. */ public short getInventoryLevelType( ); // ---------------------------------------------------------------------------- // Instance/AttributeSet1_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code inventoryLevelType}. * @param inventoryLevelType The non-{@code null} new value for attribute {@code inventoryLevelType}. */ public void setInventoryLevelType( short inventoryLevelType ); // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code isLocked}. * @return The possibly null value for attribute {@code isLocked}. */ public java.lang.Boolean isLocked( ); // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code isLocked}. * @param isLocked The possibly null new value for attribute {@code isLocked}. */ public void setLocked( java.lang.Boolean isLocked ); // ---------------------------------------------------------------------------- // Instance/Operation // ---------------------------------------------------------------------------- /** */ public org.openmdx.base.cci2.Void lockInventoryLevel( org.opencrx.kernel.depot1.cci2.LockInventoryLevelParams in ); // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code lockModifiedAt}. * @return The possibly null value for attribute {@code lockModifiedAt}. */ public java.util.Date getLockModifiedAt( ); // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code lockModifiedAt}. * @param lockModifiedAt The possibly null new value for attribute {@code lockModifiedAt}. */ public void setLockModifiedAt( java.util.Date lockModifiedAt ); // ---------------------------------------------------------------------------- // Instance/AttributeGet1_1 // ---------------------------------------------------------------------------- /** * Retrieves the value for the attribute {@code lockingReason}. * @return The non-null value for attribute {@code lockingReason}. */ public short getLockingReason( ); // ---------------------------------------------------------------------------- // Instance/AttributeSet1_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code lockingReason}. * @param lockingReason The non-{@code null} new value for attribute {@code lockingReason}. */ public void setLockingReason( short lockingReason ); // ---------------------------------------------------------------------------- // Instance/AttributeGet1_1 // ---------------------------------------------------------------------------- /** * Retrieves the value for the attribute {@code name}. * @return The non-null value for attribute {@code name}. */ public java.lang.String getName( ); // ---------------------------------------------------------------------------- // Instance/AttributeSet1_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code name}. * @param name The non-{@code null} new value for attribute {@code name}. */ public void setName( java.lang.String name ); // ---------------------------------------------------------------------------- // Instance/ReferenceGetx_1NoQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code originContext}. * @return The —possibly {@code null}— value for this reference. */ public org.openmdx.base.cci2.BasicObject getOriginContext( ); // ---------------------------------------------------------------------------- // Instance/ReferenceSetNoQualifier // ---------------------------------------------------------------------------- /** * Sets a new value for the reference {@code originContext}. * @param originContext The new—possibly {@code null}—value for this reference. */ public void setOriginContext( org.openmdx.base.cci2.BasicObject originContext ); // ---------------------------------------------------------------------------- // Instance/AttributeGetList // ---------------------------------------------------------------------------- /** * Retrieves a list containing all the elements for the attribute {@code originContextParams}. * @return A list containing all elements for this attribute. */ public java.util.List getOriginContextParams( ); // ---------------------------------------------------------------------------- // Instance/AttributeSetList // ---------------------------------------------------------------------------- /** * Clears {@code originContextParams} and adds the given value(s). *

* This method is equivalent to

   *   list.clear();
   *   for(java.lang.String e : originContextParams){
   *     list.add(e);
   *   }
   * 
* @param originContextParams value(s) to be added to {@code originContextParams} */ public void setOriginContextParams( java.lang.String... originContextParams ); // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code originId}. * @return The possibly null value for attribute {@code originId}. */ public java.lang.String getOriginId( ); // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code originId}. * @param originId The possibly null new value for attribute {@code originId}. */ public void setOriginId( java.lang.String originId ); // ---------------------------------------------------------------------------- // Instance/ReferenceGetx_1NoQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code position}. * @return The —possibly {@code null}— value for this reference. */ public org.opencrx.kernel.depot1.cci2.DepotPosition getPosition( ); // ---------------------------------------------------------------------------- // Instance/ReferenceSetNoQualifier // ---------------------------------------------------------------------------- /** * Sets a new value for the reference {@code position}. * @param position The new—possibly {@code null}—value for this reference. */ public void setPosition( org.opencrx.kernel.depot1.cci2.DepotPosition position ); // ---------------------------------------------------------------------------- // Instance/AttributeGet1_1 // ---------------------------------------------------------------------------- /** * Retrieves the value for the attribute {@code quantity}. * @return The non-null value for attribute {@code quantity}. */ public java.math.BigDecimal getQuantity( ); // ---------------------------------------------------------------------------- // Instance/AttributeSet1_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code quantity}. * @param quantity The non-{@code null} new value for attribute {@code quantity}. */ public void setQuantity( java.math.BigDecimal quantity ); // ---------------------------------------------------------------------------- // Instance/Operation // ---------------------------------------------------------------------------- /** */ public org.openmdx.base.cci2.Void unlockInventoryLevel( ); // ---------------------------------------------------------------------------- // Instance/AttributeGet1_1 // ---------------------------------------------------------------------------- /** * Retrieves the value for the attribute {@code valueDate}. * @return The non-null value for attribute {@code valueDate}. */ public java.util.Date getValueDate( ); // ---------------------------------------------------------------------------- // Instance/AttributeSet1_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code valueDate}. * @param valueDate The non-{@code null} new value for attribute {@code valueDate}. */ public void setValueDate( java.util.Date valueDate ); // ---------------------------------------------------------------------------- // 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