org.squashtest.csp.tm.domain.library
Class NodeReference
java.lang.Object
org.squashtest.csp.tm.domain.library.NodeReference
public class NodeReference
- extends Object
POJO holding basic informations regarding nodes, when one do not need the full data held in the Session cache.
- Author:
- bsiri
NodeReference
public NodeReference(Long id,
String name,
boolean isDirectory)
NodeReference
public NodeReference(Object[] rawData)
- this one accepts an object array formatted as { Long, String, Boolean }
- Parameters:
rawData -
getId
public Long getId()
getName
public String getName()
isDirectory
public boolean isDirectory()
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.