org.squashtest.csp.tm.domain.project
Class AdministrableProject
java.lang.Object
org.squashtest.csp.tm.domain.project.AdministrableProject
public class AdministrableProject
- extends Object
Dto to decorate a generic project with functional informations such as "deletable" or is "template".
- Author:
- mpagnon
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdministrableProject
public AdministrableProject(GenericProject project)
isDeletable
public boolean isDeletable()
setDeletable
public void setDeletable(boolean deletable)
getLabel
public String getLabel()
getId
public Long getId()
getDescription
public String getDescription()
getName
public String getName()
isActive
public boolean isActive()
getTestCaseLibrary
public TestCaseLibrary getTestCaseLibrary()
getRequirementLibrary
public RequirementLibrary getRequirementLibrary()
getCampaignLibrary
public CampaignLibrary getCampaignLibrary()
getProject
public GenericProject getProject()
isTemplate
public boolean isTemplate()
setTemplate
public void setTemplate(boolean template)
Copyright © 2010-2012 Henix, henix.fr. All Rights Reserved.