Class QNameResourceImpl
- java.lang.Object
-
- org.nuxeo.ecm.platform.relations.api.impl.AbstractNode
-
- org.nuxeo.ecm.platform.relations.api.impl.ResourceImpl
-
- org.nuxeo.ecm.platform.relations.api.impl.QNameResourceImpl
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<Node>,Node,QNameResource,Resource,Subject
public class QNameResourceImpl extends ResourceImpl implements QNameResource
Prefixed resource.New prefixed resources can be declared through extension points.
- Author:
- Anahide Tchertchian
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QNameResourceImpl(String namespace, String localName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLocalName()StringgetNamespace()NodeTypegetNodeType()booleanisQNameResource()voidsetLocalName(String localName)StringtoString()-
Methods inherited from class org.nuxeo.ecm.platform.relations.api.impl.ResourceImpl
equals, getUri, hashCode, isResource, setUri
-
Methods inherited from class org.nuxeo.ecm.platform.relations.api.impl.AbstractNode
compareTo, isBlank, isLiteral
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface org.nuxeo.ecm.platform.relations.api.Node
isBlank, isLiteral, isResource
-
-
-
-
Method Detail
-
getNodeType
public NodeType getNodeType()
- Specified by:
getNodeTypein interfaceNode- Overrides:
getNodeTypein classResourceImpl
-
isQNameResource
public boolean isQNameResource()
- Specified by:
isQNameResourcein interfaceNode- Overrides:
isQNameResourcein classAbstractNode
-
toString
public String toString()
- Overrides:
toStringin classResourceImpl
-
getNamespace
public String getNamespace()
- Specified by:
getNamespacein interfaceQNameResource
-
getLocalName
public String getLocalName()
- Specified by:
getLocalNamein interfaceQNameResource
-
setLocalName
public void setLocalName(String localName)
- Specified by:
setLocalNamein interfaceQNameResource
-
-