Package org.nuxeo.ecm.core.api.impl
Class DocumentLocationImpl
java.lang.Object
org.nuxeo.ecm.core.api.impl.DocumentLocationImpl
- All Implemented Interfaces:
Serializable
,DocumentLocation
- See Also:
-
Constructor Summary
ConstructorDescriptionDocumentLocationImpl
(String serverName, DocumentRef docRef) DocumentLocationImpl
(String serverName, IdRef idRef, PathRef pathRef) -
Method Summary
-
Constructor Details
-
DocumentLocationImpl
-
DocumentLocationImpl
-
DocumentLocationImpl
-
-
Method Details
-
getDocRef
Description copied from interface:DocumentLocation
Returns the document reference.- Specified by:
getDocRef
in interfaceDocumentLocation
-
getServerName
Description copied from interface:DocumentLocation
Returns the document server name.- Specified by:
getServerName
in interfaceDocumentLocation
-
getIdRef
Description copied from interface:DocumentLocation
Returns the document id reference- Specified by:
getIdRef
in interfaceDocumentLocation
-
getPathRef
Description copied from interface:DocumentLocation
Returns the document path reference- Specified by:
getPathRef
in interfaceDocumentLocation
-
toString
-
hashCode
public int hashCode() -
equals
-