7.0 Action Request System Java API

com.remedy.arsys.api
Class PushFieldsActionInfo

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

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

The SetFieldsActionInfo class is used to change the values of fields in existing entries or create a new entry during a transaction.


Constructor Summary
PushFieldsActionInfo()
           
PushFieldsActionInfo(NameID sampleSchema, ServerNameID sampleServer, PushFieldsInfo[] pushFieldsList)
           
 
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)
           
 PushFieldsInfo[] getPushFieldsList()
          Returns information about Push Fields filter action.
 NameID getSampleSchema()
          Returns name of the sample schema.
 ServerNameID getSampleServer()
          Returns name of the sample server.
 int hashCode()
          Returns the hash code value for this instance of the current class.
 void setPushFieldsList(PushFieldsInfo[] pushFieldsList)
          Assigns values for Push Fields filter action.
 void setSampleSchema(NameID sampleSchema)
          Sets the name of the sample schema.
 void setSampleServer(ServerNameID sampleServer)
          Sets the name of the sample server.
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PushFieldsActionInfo

public PushFieldsActionInfo()

PushFieldsActionInfo

public PushFieldsActionInfo(NameID sampleSchema,
                            ServerNameID sampleServer,
                            PushFieldsInfo[] pushFieldsList)
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.


getPushFieldsList

public PushFieldsInfo[] getPushFieldsList()
Returns information about Push Fields filter action.


setPushFieldsList

public void setPushFieldsList(PushFieldsInfo[] pushFieldsList)
Assigns values for Push Fields filter action.


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