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 booleanequals(Object other)StringgetId()NodeTypegetNodeType()inthashCode()booleanisBlank()voidsetId(String id)StringtoString()-
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:
getNodeTypein interfaceNode
-
isBlank
public boolean isBlank()
- Specified by:
isBlankin interfaceNode- Overrides:
isBlankin classAbstractNode
-
-