com.filenet.bso.api.collaboration.query
Class IdValue
java.lang.Object
|
+--com.filenet.bso.api.collaboration.query.IdValue
- All Implemented Interfaces:
- java.io.Serializable
- public final class IdValue
- extends java.lang.Object
- implements java.io.Serializable
This class represents a value of type ID (GUID). It is constant once
created.
- See Also:
- Serialized Form
Constructor Summary |
IdValue(java.lang.String id)
Constructs an ID value from the given string. |
Method Summary |
boolean |
equals(java.lang.Object obj)
Compares two values for equality. |
int |
hashCode()
Returns a hash code for this value. |
java.lang.String |
toString()
Converts an ID value to a string. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
IdValue
public IdValue(java.lang.String id)
- Constructs an ID value from the given string.
equals
public boolean equals(java.lang.Object obj)
- Compares two values for equality.
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Returns a hash code for this value.
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Converts an ID value to a string.
- Overrides:
toString
in class java.lang.Object
Copyright ?2002 - 2005 FileNet Corporation. All rights reserved.