com.remedy.arsys.api
Class FilterKey
java.lang.Object
|
+--com.remedy.arsys.api.NameID
|
+--com.remedy.arsys.api.FilterKey
- All Implemented Interfaces:
- java.lang.Cloneable, IARIdentifier, java.io.Serializable
- public class FilterKey
- extends NameID
- implements java.lang.Cloneable
The FilterKey class
provides a unique identifier for filter objects.
- See Also:
- Serialized Form
|
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 java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
FilterKey
public FilterKey()
- constructor
FilterKey
public FilterKey(java.lang.String str)
- Constructor that takes a string.
FilterKey
public FilterKey(NameID name)
- Constructor that takes a NameID.
FilterKey
public FilterKey(char[] str)
- Constructor that takes a character array.
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 NameID