org.opencrx.kernel.ras1.jmi1
Interface AssetClass

All Superinterfaces:
RefBaseObject, RefClass, RefFeatured

public interface AssetClass
extends RefClass


Method Summary
 Asset createAsset()
          Creates an instance of class Asset.
 Asset createAsset(short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String productNumber, short productState, long itemNumber, short minMaxQuantityHandling)
          Creates an instance of class Asset based on all required attributes.
 Asset extendAddressContainer(AddressContainer _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String productNumber, short productState, long itemNumber, short minMaxQuantityHandling)
          Creates an instance of class Asset based on the superclass AddressContainer and all required attributes not included in this superclass.
 Asset extendAlertSender(AlertSender _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String productNumber, short productState, long itemNumber, short minMaxQuantityHandling)
          Creates an instance of class Asset based on the superclass AlertSender and all required attributes not included in this superclass.
 Asset extendAuditee(Auditee _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String productNumber, short productState, long itemNumber, short minMaxQuantityHandling)
          Creates an instance of class Asset based on the superclass Auditee and all required attributes not included in this superclass.
 Asset extendBasicObject(org.openmdx.base.jmi1.BasicObject _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String productNumber, short productState, long itemNumber, short minMaxQuantityHandling)
          Creates an instance of class Asset based on the superclass BasicObject and all required attributes not included in this superclass.
 Asset extendCloneable(Cloneable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String productNumber, short productState, long itemNumber, short minMaxQuantityHandling)
          Creates an instance of class Asset based on the superclass Cloneable and all required attributes not included in this superclass.
 Asset extendContextCapable(org.openmdx.base.jmi1.ContextCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String productNumber, short productState, long itemNumber, short minMaxQuantityHandling)
          Creates an instance of class Asset based on the superclass ContextCapable and all required attributes not included in this superclass.
 Asset extendContractPositionConstrained(ContractPositionConstrained _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String productNumber, short productState)
          Creates an instance of class Asset based on the superclass ContractPositionConstrained and all required attributes not included in this superclass.
 Asset extendCrxObject(CrxObject _base, String name, String productNumber, short productState, long itemNumber, short minMaxQuantityHandling)
          Creates an instance of class Asset based on the superclass CrxObject and all required attributes not included in this superclass.
 Asset extendDepotReferenceHolder(DepotReferenceHolder _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String productNumber, short productState, long itemNumber, short minMaxQuantityHandling)
          Creates an instance of class Asset based on the superclass DepotReferenceHolder and all required attributes not included in this superclass.
 Asset extendDescriptionContainer(DescriptionContainer _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String productNumber, short productState, long itemNumber, short minMaxQuantityHandling)
          Creates an instance of class Asset based on the superclass DescriptionContainer and all required attributes not included in this superclass.
 Asset extendExtentCapable(org.openmdx.base.jmi1.ExtentCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String productNumber, short productState, long itemNumber, short minMaxQuantityHandling)
          Creates an instance of class Asset based on the superclass ExtentCapable and all required attributes not included in this superclass.
 Asset extendImporter(Importer _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String productNumber, short productState, long itemNumber, short minMaxQuantityHandling)
          Creates an instance of class Asset based on the superclass Importer and all required attributes not included in this superclass.
 Asset extendIndexed(Indexed _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String productNumber, short productState, long itemNumber, short minMaxQuantityHandling)
          Creates an instance of class Asset based on the superclass Indexed and all required attributes not included in this superclass.
 Asset extendPictured(Pictured _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String productNumber, short productState, long itemNumber, short minMaxQuantityHandling)
          Creates an instance of class Asset based on the superclass Pictured and all required attributes not included in this superclass.
 Asset extendProductConfigurationSet(ProductConfigurationSet _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String productNumber, short productState, long itemNumber, short minMaxQuantityHandling)
          Creates an instance of class Asset based on the superclass ProductConfigurationSet and all required attributes not included in this superclass.
 Asset extendSecureObject(SecureObject _base, boolean disabled, String name, String productNumber, short productState, long itemNumber, short minMaxQuantityHandling)
          Creates an instance of class Asset based on the superclass SecureObject and all required attributes not included in this superclass.
 Asset extendSubscriptionTarget(SubscriptionTarget _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String productNumber, short productState, long itemNumber, short minMaxQuantityHandling)
          Creates an instance of class Asset based on the superclass SubscriptionTarget and all required attributes not included in this superclass.
 Asset extendViewCapable(org.openmdx.compatibility.view1.jmi1.ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String productNumber, short productState, long itemNumber, short minMaxQuantityHandling)
          Creates an instance of class Asset based on the superclass ViewCapable and all required attributes not included in this superclass.
 Asset extendXmlExporter(XmlExporter _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String productNumber, short productState, long itemNumber, short minMaxQuantityHandling)
          Creates an instance of class Asset based on the superclass XmlExporter and all required attributes not included in this superclass.
 Asset getAsset(Object object)
          Creates an instance of class Asset based on the specified Object instance.
 
Methods inherited from interface javax.jmi.reflect.RefClass
refAllOfClass, refAllOfType, refCreateInstance, refCreateStruct, refCreateStruct, refGetEnum, refGetEnum
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

createAsset

Asset createAsset()
Creates an instance of class Asset. This is a factory operation used to create instance objects of class Asset.


getAsset

Asset getAsset(Object object)
Creates an instance of class Asset based on the specified Object instance. This is a factory operation used to create instance objects of class Asset.

Parameters:
object - The Object instance this class is based on.

createAsset

Asset createAsset(short accessLevelBrowse,
                  short accessLevelDelete,
                  short accessLevelUpdate,
                  boolean disabled,
                  String name,
                  String productNumber,
                  short productState,
                  long itemNumber,
                  short minMaxQuantityHandling)
Creates an instance of class Asset based on all required attributes. This is a factory operation used to create instance objects of class Asset.


extendAlertSender

Asset extendAlertSender(AlertSender _base,
                        short accessLevelBrowse,
                        short accessLevelDelete,
                        short accessLevelUpdate,
                        boolean disabled,
                        String name,
                        String productNumber,
                        short productState,
                        long itemNumber,
                        short minMaxQuantityHandling)
Creates an instance of class Asset based on the superclass AlertSender and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Asset.


extendAuditee

Asset extendAuditee(Auditee _base,
                    short accessLevelBrowse,
                    short accessLevelDelete,
                    short accessLevelUpdate,
                    boolean disabled,
                    String name,
                    String productNumber,
                    short productState,
                    long itemNumber,
                    short minMaxQuantityHandling)
Creates an instance of class Asset based on the superclass Auditee and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Asset.


extendCloneable

Asset extendCloneable(Cloneable _base,
                      short accessLevelBrowse,
                      short accessLevelDelete,
                      short accessLevelUpdate,
                      boolean disabled,
                      String name,
                      String productNumber,
                      short productState,
                      long itemNumber,
                      short minMaxQuantityHandling)
Creates an instance of class Asset based on the superclass Cloneable and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Asset.


extendImporter

Asset extendImporter(Importer _base,
                     short accessLevelBrowse,
                     short accessLevelDelete,
                     short accessLevelUpdate,
                     boolean disabled,
                     String name,
                     String productNumber,
                     short productState,
                     long itemNumber,
                     short minMaxQuantityHandling)
Creates an instance of class Asset based on the superclass Importer and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Asset.


extendIndexed

Asset extendIndexed(Indexed _base,
                    short accessLevelBrowse,
                    short accessLevelDelete,
                    short accessLevelUpdate,
                    boolean disabled,
                    String name,
                    String productNumber,
                    short productState,
                    long itemNumber,
                    short minMaxQuantityHandling)
Creates an instance of class Asset based on the superclass Indexed and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Asset.


extendSecureObject

Asset extendSecureObject(SecureObject _base,
                         boolean disabled,
                         String name,
                         String productNumber,
                         short productState,
                         long itemNumber,
                         short minMaxQuantityHandling)
Creates an instance of class Asset based on the superclass SecureObject and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Asset.


extendSubscriptionTarget

Asset extendSubscriptionTarget(SubscriptionTarget _base,
                               short accessLevelBrowse,
                               short accessLevelDelete,
                               short accessLevelUpdate,
                               boolean disabled,
                               String name,
                               String productNumber,
                               short productState,
                               long itemNumber,
                               short minMaxQuantityHandling)
Creates an instance of class Asset based on the superclass SubscriptionTarget and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Asset.


extendXmlExporter

Asset extendXmlExporter(XmlExporter _base,
                        short accessLevelBrowse,
                        short accessLevelDelete,
                        short accessLevelUpdate,
                        boolean disabled,
                        String name,
                        String productNumber,
                        short productState,
                        long itemNumber,
                        short minMaxQuantityHandling)
Creates an instance of class Asset based on the superclass XmlExporter and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Asset.


extendDepotReferenceHolder

Asset extendDepotReferenceHolder(DepotReferenceHolder _base,
                                 short accessLevelBrowse,
                                 short accessLevelDelete,
                                 short accessLevelUpdate,
                                 boolean disabled,
                                 String name,
                                 String productNumber,
                                 short productState,
                                 long itemNumber,
                                 short minMaxQuantityHandling)
Creates an instance of class Asset based on the superclass DepotReferenceHolder and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Asset.


extendCrxObject

Asset extendCrxObject(CrxObject _base,
                      String name,
                      String productNumber,
                      short productState,
                      long itemNumber,
                      short minMaxQuantityHandling)
Creates an instance of class Asset based on the superclass CrxObject and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Asset.


extendDescriptionContainer

Asset extendDescriptionContainer(DescriptionContainer _base,
                                 short accessLevelBrowse,
                                 short accessLevelDelete,
                                 short accessLevelUpdate,
                                 boolean disabled,
                                 String name,
                                 String productNumber,
                                 short productState,
                                 long itemNumber,
                                 short minMaxQuantityHandling)
Creates an instance of class Asset based on the superclass DescriptionContainer and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Asset.


extendPictured

Asset extendPictured(Pictured _base,
                     short accessLevelBrowse,
                     short accessLevelDelete,
                     short accessLevelUpdate,
                     boolean disabled,
                     String name,
                     String productNumber,
                     short productState,
                     long itemNumber,
                     short minMaxQuantityHandling)
Creates an instance of class Asset based on the superclass Pictured and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Asset.


extendAddressContainer

Asset extendAddressContainer(AddressContainer _base,
                             short accessLevelBrowse,
                             short accessLevelDelete,
                             short accessLevelUpdate,
                             boolean disabled,
                             String name,
                             String productNumber,
                             short productState,
                             long itemNumber,
                             short minMaxQuantityHandling)
Creates an instance of class Asset based on the superclass AddressContainer and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Asset.


extendContractPositionConstrained

Asset extendContractPositionConstrained(ContractPositionConstrained _base,
                                        short accessLevelBrowse,
                                        short accessLevelDelete,
                                        short accessLevelUpdate,
                                        boolean disabled,
                                        String name,
                                        String productNumber,
                                        short productState)
Creates an instance of class Asset based on the superclass ContractPositionConstrained and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Asset.


extendProductConfigurationSet

Asset extendProductConfigurationSet(ProductConfigurationSet _base,
                                    short accessLevelBrowse,
                                    short accessLevelDelete,
                                    short accessLevelUpdate,
                                    boolean disabled,
                                    String name,
                                    String productNumber,
                                    short productState,
                                    long itemNumber,
                                    short minMaxQuantityHandling)
Creates an instance of class Asset based on the superclass ProductConfigurationSet and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Asset.


extendBasicObject

Asset extendBasicObject(org.openmdx.base.jmi1.BasicObject _base,
                        short accessLevelBrowse,
                        short accessLevelDelete,
                        short accessLevelUpdate,
                        boolean disabled,
                        String name,
                        String productNumber,
                        short productState,
                        long itemNumber,
                        short minMaxQuantityHandling)
Creates an instance of class Asset based on the superclass BasicObject and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Asset.


extendContextCapable

Asset extendContextCapable(org.openmdx.base.jmi1.ContextCapable _base,
                           short accessLevelBrowse,
                           short accessLevelDelete,
                           short accessLevelUpdate,
                           boolean disabled,
                           String name,
                           String productNumber,
                           short productState,
                           long itemNumber,
                           short minMaxQuantityHandling)
Creates an instance of class Asset based on the superclass ContextCapable and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Asset.


extendExtentCapable

Asset extendExtentCapable(org.openmdx.base.jmi1.ExtentCapable _base,
                          short accessLevelBrowse,
                          short accessLevelDelete,
                          short accessLevelUpdate,
                          boolean disabled,
                          String name,
                          String productNumber,
                          short productState,
                          long itemNumber,
                          short minMaxQuantityHandling)
Creates an instance of class Asset based on the superclass ExtentCapable and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Asset.


extendViewCapable

Asset extendViewCapable(org.openmdx.compatibility.view1.jmi1.ViewCapable _base,
                        short accessLevelBrowse,
                        short accessLevelDelete,
                        short accessLevelUpdate,
                        boolean disabled,
                        String name,
                        String productNumber,
                        short productState,
                        long itemNumber,
                        short minMaxQuantityHandling)
Creates an instance of class Asset based on the superclass ViewCapable and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Asset.



This software is published under the BSD license. Copyright © 2003-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.