Nuxeo Enterprise Platform 5.4

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:
java.io.Serializable, java.lang.Cloneable, java.lang.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(java.lang.String id)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 java.lang.String getId()
           
 NodeType getNodeType()
           
 int hashCode()
           
 boolean isBlank()
           
 void setId(java.lang.String id)
           
 java.lang.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(java.lang.String id)
Method Detail

getId

public java.lang.String getId()
Specified by:
getId in interface Blank

setId

public void setId(java.lang.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 java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.