org.nuxeo.ecm.platform.relations.api.impl
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
BlankImpl
public BlankImpl()
BlankImpl
public BlankImpl(String id)
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
Copyright ? 2007 Nuxeo SAS. All Rights Reserved.