|
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.SetFieldsActionInfo
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 |
public SetFieldsActionInfo()
public SetFieldsActionInfo(NameID sampleSchema, ServerNameID sampleServer, FieldAssignInfo[] fieldList)
Method Detail |
public NameID getSampleSchema()
public void setSampleSchema(NameID sampleSchema)
public ServerNameID getSampleServer()
public void setSampleServer(ServerNameID sampleServer)
public FieldAssignInfo[] getSetFieldsList()
public void setSetFieldsList(FieldAssignInfo[] fieldList)
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 |