public interface LibraryNode extends Copiable, Identified, AttachmentHolder, TreeNode, ProjectResource<Project>
| 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, getProjectvoid 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–2016 Henix, henix.fr. All rights reserved.