|
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.NameID
com.remedy.arsys.api.FilterKey
The FilterKey
class
provides a unique identifier for filter objects.
Constructor Summary | |
FilterKey()
constructor |
|
FilterKey(char[] str)
Constructor that takes a character array. |
|
FilterKey(NameID name)
Constructor that takes a NameID. |
|
FilterKey(java.lang.String str)
Constructor that takes a string. |
Method Summary | |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
Methods inherited from class com.remedy.arsys.api.NameID |
equals, getValue, hashCode, setValue, toCharArray, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public FilterKey()
public FilterKey(java.lang.String str)
public FilterKey(NameID name)
public FilterKey(char[] str)
Method Detail |
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class NameID
java.lang.CloneNotSupportedException
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |