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


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

Constructor Detail

AdministrableProject

public AdministrableProject(Project 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 Project getProject()


Copyright © 2010-2012 Henix, henix.fr. All Rights Reserved.