Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.relations.api.impl
Class BlankImpl

java.lang.Object
  extended by org.nuxeo.ecm.platform.relations.api.impl.AbstractNode
      extended by 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

Constructor Summary
BlankImpl()
           
BlankImpl(String id)
           
 
Method Summary
 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
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.nuxeo.ecm.platform.relations.api.Node
isLiteral, isQNameResource, isResource
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

BlankImpl

public BlankImpl()

BlankImpl

public BlankImpl(String id)
Method Detail

getId

public String getId()
Specified by:
getId in interface Blank

setId

public void setId(String id)
Specified by:
setId in interface Blank

getNodeType

public NodeType getNodeType()
Specified by:
getNodeType in interface Node

isBlank

public boolean isBlank()
Specified by:
isBlank in interface Node
Overrides:
isBlank in class AbstractNode

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object other)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.