org.squashtest.csp.tm.domain.project
Class Project
java.lang.Object
org.squashtest.csp.tm.domain.project.Project
@Entity
public class Project
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Project
public Project()
getLabel
public String getLabel()
setLabel
public void setLabel(String label)
getId
public Long getId()
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getName
@NotBlank
public String getName()
setName
public void setName(String name)
setActive
public void setActive(Boolean isActive)
isActive
public Boolean isActive()
getTestCaseLibrary
public TestCaseLibrary getTestCaseLibrary()
setTestCaseLibrary
public void setTestCaseLibrary(TestCaseLibrary testCaseLibrary)
getRequirementLibrary
public RequirementLibrary getRequirementLibrary()
setRequirementLibrary
public void setRequirementLibrary(RequirementLibrary requirementLibrary)
getCampaignLibrary
public CampaignLibrary getCampaignLibrary()
setCampaignLibrary
public void setCampaignLibrary(CampaignLibrary campaignLibrary)
Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.