org.squashtest.csp.tm.domain.testcase
Class TestCaseLibraryNode
java.lang.Object
org.squashtest.csp.tm.domain.library.GenericLibraryNode
org.squashtest.csp.tm.domain.testcase.TestCaseLibraryNode
- All Implemented Interfaces:
- org.squashtest.csp.core.domain.Identified, LibraryNode, ProjectResource, SelfClassAware
- Direct Known Subclasses:
- TestCase, TestCaseFolder
@Entity
public abstract class TestCaseLibraryNode
- extends GenericLibraryNode
- implements SelfClassAware
An organizational element ot the TestCaseLibrary
- Author:
- Gregory Fouquet
TestCaseLibraryNode
public TestCaseLibraryNode()
getId
public Long getId()
- Specified by:
getId in interface org.squashtest.csp.core.domain.Identified
accept
public abstract void accept(TestCaseLibraryNodeVisitor visitor)
createPastableCopy
public abstract TestCaseLibraryNode createPastableCopy()
- Specified by:
createPastableCopy in interface LibraryNode
hashCode
public int hashCode()
- Overrides:
hashCode in class GenericLibraryNode
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.