public class AdministrableProject extends Object
| Constructor and Description |
|---|
AdministrableProject(GenericProject project) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowTcModifDuringExec() |
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) |
public AdministrableProject(GenericProject project)
public boolean isDeletable()
public void setDeletable(boolean deletable)
public String getLabel()
public Long getId()
public String getDescription()
public String getName()
public boolean isActive()
public TestCaseLibrary getTestCaseLibrary()
public RequirementLibrary getRequirementLibrary()
public CampaignLibrary getCampaignLibrary()
public GenericProject getProject()
public boolean isTemplate()
public void setTemplate(boolean template)
public boolean allowTcModifDuringExec()
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.