org.squashtest.tm.domain.library
@MappedSuperclass public abstract class GenericLibraryNode extends Object implements LibraryNode, AttachmentHolder
| Constructor and Description |
|---|
GenericLibraryNode() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
AttachmentList |
getAttachmentList()
Should return the container for this object's attachments.
|
String |
getDescription() |
String |
getName() |
Project |
getProject() |
int |
hashCode() |
void |
notifyAssociatedWithProject(Project project)
Notifies this object it is now a resource of the given project.
|
void |
setDescription(String description) |
void |
setName(String name) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcreateCopygetIdgetLibrarypublic Project getProject()
getProject in interface TreeNodegetProject in interface ProjectResource<Project>null.public void setName(String name)
setName in interface CopiablesetName in interface LibraryNodename - The name of this node. Should not be blank or null.public void setDescription(String description)
setDescription in interface LibraryNodedescription - the new node descriptionpublic String getName()
getName in interface CopiablegetName in interface LibraryNodepublic String getDescription()
getDescription in interface LibraryNodepublic void notifyAssociatedWithProject(Project project)
notifyAssociatedWithProject in interface LibraryNodeproject - public AttachmentList getAttachmentList()
AttachmentHoldernull.getAttachmentList in interface AttachmentHolderAttachmentList of this object.Copyright © 2010-2014 Henix, henix.fr. All Rights Reserved.