|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.remedy.arsys.api.PushFieldsActionInfo
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 |
public PushFieldsActionInfo()
public PushFieldsActionInfo(NameID sampleSchema, ServerNameID sampleServer, PushFieldsInfo[] pushFieldsList)
Method Detail |
public NameID getSampleSchema()
public void setSampleSchema(NameID sampleSchema)
public ServerNameID getSampleServer()
public void setSampleServer(ServerNameID sampleServer)
public PushFieldsInfo[] getPushFieldsList()
public void setPushFieldsList(PushFieldsInfo[] pushFieldsList)
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
public boolean equals(java.lang.Object anObject)
public boolean equals(java.lang.Object anObject, java.lang.String lhsServer, java.lang.String lhsSchema, java.lang.String rhsServer, java.lang.String rhsSchema)
public int hashCode()
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |