7.0 Action Request System Java API

com.remedy.arsys.api
Class SetFieldsActionInfo

java.lang.Object
  extended bycom.remedy.arsys.api.SetFieldsActionInfo
All Implemented Interfaces:
java.lang.Cloneable

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

The SetFieldsActionInfo class is used to change the values of fields during a transaction.


Constructor Summary
SetFieldsActionInfo()
           
SetFieldsActionInfo(NameID sampleSchema, ServerNameID sampleServer, FieldAssignInfo[] fieldList)
           
 
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.
 boolean equals(java.lang.Object anObject, java.lang.String lhsServer, java.lang.String lhsSchema, java.lang.String rhsServer, java.lang.String rhsSchema)
           
 NameID getSampleSchema()
          Returns name of the sample schema.
 ServerNameID getSampleServer()
          Returns name of the sample server.
 FieldAssignInfo[] getSetFieldsList()
          Returns the field list.
 int hashCode()
          Returns the hash code value for this instance of the current class.
 void setSampleSchema(NameID sampleSchema)
          Sets the name of the sample schema.
 void setSampleServer(ServerNameID sampleServer)
          Sets the name of the sample server.
 void setSetFieldsList(FieldAssignInfo[] fieldList)
          Sets the field list.
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetFieldsActionInfo

public SetFieldsActionInfo()

SetFieldsActionInfo

public SetFieldsActionInfo(NameID sampleSchema,
                           ServerNameID sampleServer,
                           FieldAssignInfo[] fieldList)
Method Detail

getSampleSchema

public NameID getSampleSchema()
Returns name of the sample schema.


setSampleSchema

public void setSampleSchema(NameID sampleSchema)
Sets the name of the sample schema.


getSampleServer

public ServerNameID getSampleServer()
Returns name of the sample server.


setSampleServer

public void setSampleServer(ServerNameID sampleServer)
Sets the name of the sample server.


getSetFieldsList

public FieldAssignInfo[] getSetFieldsList()
Returns the field list.


setSetFieldsList

public void setSetFieldsList(FieldAssignInfo[] fieldList)
Sets the field list.


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.


equals

public boolean equals(java.lang.Object anObject,
                      java.lang.String lhsServer,
                      java.lang.String lhsSchema,
                      java.lang.String rhsServer,
                      java.lang.String rhsSchema)

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