com.remedy.arsys.api
Class CharMenuFileInfo

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

public class CharMenuFileInfo
extends CharMenuInfo
implements java.lang.Cloneable

The CharMenuFileInfo class returns information for file menu based on formatted flat file.


Fields inherited from class com.remedy.arsys.api.CharMenuInfo
DD, FILE, LIST, NONE, QUERY, SQL, SS
 
Constructor Summary
CharMenuFileInfo(int location, java.lang.String name)
           
 
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.
 java.lang.String getFileName()
          Returns name of file.
 int getLocation()
          Returns whether file is located on client or server.
 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

CharMenuFileInfo

public CharMenuFileInfo(int location,
                        java.lang.String name)
Method Detail

clone

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

getLocation

public int getLocation()
Returns whether file is located on client or server. You can return the following constant values:

getFileName

public java.lang.String getFileName()
Returns name of file.

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