|
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.AssignSQLInfo
The AssignSQLInfo
class specifies the SQL command
and how the result is assigned to the field in a
Set Fields action.
Constructor Summary | |
AssignSQLInfo()
constructor |
|
AssignSQLInfo(java.lang.String server,
java.lang.String sqlCommand,
long valueIndex,
long noMatchOption,
long multiMatchOption)
|
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. |
long |
getMultiMatchOption()
Returns integer value indicating the action to take if multiple rows match the selection criteria. |
long |
getNoMatchOption()
Returns integer value indicating the action to take if no rows match the selection criteria. |
java.lang.String |
getServer()
Returns string specifying the name of the server where the database is located. |
java.lang.String |
getSqlCommand()
Returns string specifying the SQL query to execute. |
long |
getValueIndex()
Returns integer value indicating which of the selected columns contains the value to assign. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
void |
setMultiMatchOption(long multiMatchOption)
Sets integer value indicating the action to take if multiple rows match the selection criteria. |
void |
setNoMatchOption(long noMatchOption)
Sets integer value indicating the action to take if no rows match the selection criteria. |
void |
setServer(java.lang.String server)
Sets string specifying the name of the server where the database is located. |
void |
setSqlCommand(java.lang.String sqlCommand)
Sets string specifying the SQL query to execute. |
void |
setValueIndex(long valueIndex)
Sets integer value indicating which of the selected columns contains the value to assign. |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AssignSQLInfo()
public AssignSQLInfo(java.lang.String server, java.lang.String sqlCommand, long valueIndex, long noMatchOption, long multiMatchOption)
Method Detail |
public java.lang.String getServer()
public void setServer(java.lang.String server)
public java.lang.String getSqlCommand()
public void setSqlCommand(java.lang.String sqlCommand)
public long getValueIndex()
public void setValueIndex(long valueIndex)
public long getNoMatchOption()
public void setNoMatchOption(long noMatchOption)
public long getMultiMatchOption()
public void setMultiMatchOption(long multiMatchOption)
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
public boolean equals(java.lang.Object anObject)
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 |