org.squashtest.csp.tm.domain.project
Class AdministrableProject

java.lang.Object
  extended by 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

Constructor Summary
AdministrableProject(GenericProject project)
           
 
Method Summary
 CampaignLibrary getCampaignLibrary()
           
 String getDescription()
           
 Long getId()
           
 String getLabel()
           
 String getName()
           
 GenericProject getProject()
           
 RequirementLibrary getRequirementLibrary()
           
 TestCaseLibrary getTestCaseLibrary()
           
 boolean isActive()
           
 boolean isDeletable()
           
 boolean isTemplate()
           
 void setDeletable(boolean deletable)
           
 void setTemplate(boolean template)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdministrableProject

public AdministrableProject(GenericProject project)
Method Detail

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.