|
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.CharMenuInfo
com.remedy.arsys.api.CharMenuSQLInfo
The CharMenuSQLInfo
class
returns information for SQL menu.
Field Summary |
Fields inherited from class com.remedy.arsys.api.CharMenuInfo |
DD, FILE, LIST, NONE, QUERY, SQL, SS |
Constructor Summary | |
protected |
CharMenuSQLInfo()
|
|
CharMenuSQLInfo(ServerNameID server,
java.lang.String sqlCommand,
int[] labelIndex,
int valueIndex)
|
|
CharMenuSQLInfo(ServerNameID server,
java.lang.String sqlCommand,
int labelIndex,
int valueIndex)
|
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. |
int[] |
getLabelIndex()
Returns numerical index of the database column that contains the information to display as the menu item label when user chooses the menu item. |
ServerNameID |
getServer()
Returns server where SQL menu is located. |
java.lang.String |
getSQLCommand()
Returns SQL command issued to the database that is used in SQL menu. |
int |
getValueIndex()
Returns numerical index of the database column that contains the information to load in the field when user chooses the menu item. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
Methods inherited from class com.remedy.arsys.api.CharMenuInfo |
getMenuType |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected CharMenuSQLInfo()
public CharMenuSQLInfo(ServerNameID server, java.lang.String sqlCommand, int labelIndex, int valueIndex)
public CharMenuSQLInfo(ServerNameID server, java.lang.String sqlCommand, int[] labelIndex, int valueIndex)
Method Detail |
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
CharMenuInfo
clone
in class CharMenuInfo
java.lang.CloneNotSupportedException
public ServerNameID getServer()
public java.lang.String getSQLCommand()
public int[] getLabelIndex()
public int getValueIndex()
public boolean equals(java.lang.Object anObject)
equals
in class CharMenuInfo
public int hashCode()
hashCode
in class CharMenuInfo
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |