7.0 Action Request System Java API

com.remedy.arsys.api
Class CompoundSchemaInfo

java.lang.Object
  extended bycom.remedy.arsys.api.CompoundSchemaInfo
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
JoinSchemaInfo, VendorSchemaInfo, ViewSchemaInfo

public class CompoundSchemaInfo
extends java.lang.Object
implements java.lang.Cloneable

The CompoundSchemaInfo class is the superclass that represents the information for all composite schemas.

A compound schema links an AR System schema with other information, as in the following examples:


Field Summary
protected  int m_type
           
 
Constructor Summary
CompoundSchemaInfo()
           
CompoundSchemaInfo(int type)
          Constructor
 
Method Summary
 java.lang.Object clone()
          Clone implementation that returns an Object with data cloned from self.
 boolean equals(java.lang.Object anObject)
          Use this method for checking equality.
 int getType()
          Returns type of schema, whether join, view, or vendor.
 int hashCode()
          Returns the hash code value for this instance of the current class.
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_type

protected int m_type
Constructor Detail

CompoundSchemaInfo

public CompoundSchemaInfo()

CompoundSchemaInfo

public CompoundSchemaInfo(int type)
Constructor

Method Detail

getType

public int getType()
Returns type of schema, whether join, view, or vendor.


clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Clone implementation that returns an Object with data cloned from self.

Throws:
java.lang.CloneNotSupportedException

equals

public boolean equals(java.lang.Object anObject)
Use this method for checking equality. The result is true only if the argument is not null, is of same type and represents the same content.


hashCode

public int hashCode()
Returns the hash code value for this instance of the current class. This method is supported as required by the general contract of Object.hashCode, for the benefit of hash tables such as those provided by java.util.Hashtable.


7.0 Action Request System Java API