org.squashtest.tm.domain.library
public interface LibraryNode extends Copiable, Identified, AttachmentHolder, TreeNode, ProjectResource<Project>
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_NAME_SIZE |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
void |
notifyAssociatedWithProject(Project project)
Notifies this resource now belongs to the given project.
|
void |
setDescription(String newDescription) |
void |
setName(String name) |
createCopygetAttachmentListaccept, getProjectgetIdgetLibrary, getProjectstatic final int MAX_NAME_SIZE
void setName(String name)
void setDescription(String newDescription)
newDescription - the new node descriptionString getDescription()
void notifyAssociatedWithProject(Project project)
TreeNode.getProject() should
return this project afterwards.project - should not be nullCopyright © 2010-2014 Henix, henix.fr. All Rights Reserved.