@Entity public abstract class TestCaseLibraryNode extends GenericLibraryNode implements SelfClassAware
TestCaseLibrary| Constructor and Description |
|---|
TestCaseLibraryNode() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
accept(TestCaseLibraryNodeVisitor visitor) |
Set<Attachment> |
getAllAttachments() |
protected Class<? extends GenericLibraryNode> |
getGenericNodeClass()
Used internally, this class must be implemented by first-descendant of this (GenericLibraryNode) class.
|
Long |
getId() |
Library<?> |
getLibrary() |
equals, getAttachmentList, getDescription, getName, getProject, hashCode, notifyAssociatedWithProject, setDescription, setNameclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetClassName, getClassSimpleNamecreateCopypublic Long getId()
getId in interface Identifiedpublic abstract void accept(TestCaseLibraryNodeVisitor visitor)
public Library<?> getLibrary()
getLibrary in interface ProjectResource<Project>public Set<Attachment> getAllAttachments()
protected Class<? extends GenericLibraryNode> getGenericNodeClass()
GenericLibraryNodegetGenericNodeClass in class GenericLibraryNodeCopyright © 2010–2016 Henix, henix.fr. All rights reserved.