Class BlankImpl
- java.lang.Object
-
- org.nuxeo.ecm.platform.relations.api.impl.AbstractNode
-
- org.nuxeo.ecm.platform.relations.api.impl.BlankImpl
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparable<Node>
,Blank
,Node
,Subject
public class BlankImpl extends AbstractNode implements Blank
Blank node.- Author:
- Anahide Tchertchian
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
String
getId()
NodeType
getNodeType()
int
hashCode()
boolean
isBlank()
void
setId(String id)
String
toString()
-
Methods inherited from class org.nuxeo.ecm.platform.relations.api.impl.AbstractNode
compareTo, isLiteral, isQNameResource, isResource
-
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
isLiteral, isQNameResource, isResource
-
-
-
-
Constructor Detail
-
BlankImpl
public BlankImpl()
-
BlankImpl
public BlankImpl(String id)
-
-
Method Detail
-
getNodeType
public NodeType getNodeType()
- Specified by:
getNodeType
in interfaceNode
-
isBlank
public boolean isBlank()
- Specified by:
isBlank
in interfaceNode
- Overrides:
isBlank
in classAbstractNode
-
-