com.remedy.arsys.api
Class CharMenuSSInfo

java.lang.Object
  |
  +--com.remedy.arsys.api.CharMenuInfo
        |
        +--com.remedy.arsys.api.CharMenuSSInfo
All Implemented Interfaces:
java.lang.Cloneable

public class CharMenuSSInfo
extends CharMenuInfo
implements java.lang.Cloneable

The CharMenuSSInfo class returns information for SS menu.


Fields inherited from class com.remedy.arsys.api.CharMenuInfo
DD, FILE, LIST, NONE, QUERY, SQL, SS
 
Constructor Summary
CharMenuSSInfo()
           
CharMenuSSInfo(ServerNameID server, NameID menuName, EntryItem[] keywordList, EntryItem[] parameterList)
           
 
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.
 EntryItem[] getKeywordList()
          Returns keywordList.
 NameID getMenuName()
          Returns menuName of Server-side menu
 EntryItem[] getParameterList()
          Returns parameterList.
 ServerNameID getServer()
          Returns server where Server-side menu is located.
 int hashCode()
          This method can be used to populate a hash table.
 
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

CharMenuSSInfo

public CharMenuSSInfo(ServerNameID server,
                      NameID menuName,
                      EntryItem[] keywordList,
                      EntryItem[] parameterList)

CharMenuSSInfo

public CharMenuSSInfo()
Method Detail

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Description copied from class: CharMenuInfo
Clone implementation that returns an Object with data cloned from self.
Overrides:
clone in class CharMenuInfo

getServer

public ServerNameID getServer()
Returns server where Server-side menu is located.

getMenuName

public NameID getMenuName()
Returns menuName of Server-side menu

getKeywordList

public EntryItem[] getKeywordList()
Returns keywordList.

getParameterList

public EntryItem[] getParameterList()
Returns parameterList.

equals

public boolean equals(java.lang.Object anObject)
Use this method for checking equality. The result is true if and only if the argument is not null, is of same type and represents the same content.
Overrides:
equals in class CharMenuInfo

hashCode

public int hashCode()
This method can be used to populate a hash table. Implicitly used method to test equality of objects.
Overrides:
hashCode in class CharMenuInfo