com.remedy.arsys.api
Class JoinEntryID
java.lang.Object
|
+--com.remedy.arsys.api.EntryID
|
+--com.remedy.arsys.api.JoinEntryID
- All Implemented Interfaces:
- java.lang.Cloneable, IARIdentifier, java.io.Serializable
- public class JoinEntryID
- extends EntryID
- implements IARIdentifier
The JoinEntryID class represents the composite Entry ID created
when two or more schemas are joined together. When you look at the Entry ID field
in a join form entry, the field contains the Entry ID of each
underlying entry separated by a vertical bar.
- See Also:
- Serialized Form
|
Method Summary |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
int |
hashCode()
This method can be used to populate a hash table. |
java.lang.String |
toString()
Returns a string description of the object. |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
JoinEntryID
public JoinEntryID(EntryID[] entryIDs)
JoinEntryID
public JoinEntryID(java.lang.String id)
toString
public java.lang.String toString()
- Returns a string description of the object.
- Overrides:
toString in class EntryID
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 EntryID
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 EntryID