|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Represents the ID of a Document in the repository.
The String representation of this DocumentId
object can be obtained by calling the toString() method.
The format of the value returned by the toString() method
is not documented, and should not be created manually as it may not be
relied upon.
| Field Summary | |
static java.lang.String |
COPYRIGHT
Copyright statement |
| Method Summary | |
java.lang.String |
getName()
Returns the name of the Document with this
DocumentId. |
DocumentType |
getType()
Returns the type of the Document with this
DocumentId. |
boolean |
isOfType(DocumentType p_type)
Returns true if and only if the type of the Document
represented by this DocumentId is the same as the
DocumentType argument. |
java.lang.String |
toString()
Returns a String representation of this
DocumentId. |
| Field Detail |
public static final java.lang.String COPYRIGHT
| Method Detail |
public java.lang.String getName()
Document with this
DocumentId.
public DocumentType getType()
Document with this
DocumentId.
public boolean isOfType(DocumentType p_type)
Document
represented by this DocumentId is the same as the
DocumentType argument.
p_type - the type to compare
Document
represented by this DocumentId is the same as the
DocumentType argument; false otherwise.public java.lang.String toString()
String representation of this
DocumentId.
Note: Format should not be relied upon.
String representation of this
DocumentId
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||