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

java.lang.Object
  extended by org.squashtest.csp.tm.domain.project.GenericProject
      extended by org.squashtest.csp.tm.domain.project.ProjectTemplate
All Implemented Interfaces:
org.squashtest.csp.core.domain.Identified, AttachmentHolder

@Entity
public class ProjectTemplate
extends GenericProject

A Project template, which can hold no nodes but will be used to build "real" projects

Author:
Gregory Fouquet

Constructor Summary
ProjectTemplate()
           
 
Method Summary
 void accept(ProjectVisitor visitor)
           
 
Methods inherited from class org.squashtest.csp.tm.domain.project.GenericProject
bindTestAutomationProject, findBugTracker, getAttachmentList, getBugtrackerBinding, getCampaignLibrary, getDescription, getId, getLabel, getName, getRequirementLibrary, getServerOfLatestBoundProject, getTestAutomationProjects, getTestCaseLibrary, hasTestAutomationProjects, isActive, isBugtrackerConnected, isTestAutomationEnabled, removeBugTrackerBinding, setActive, setBugtrackerBinding, setCampaignLibrary, setDescription, setLabel, setName, setRequirementLibrary, setTestAutomationEnabled, setTestCaseLibrary, unbindTestAutomationProject, unbindTestAutomationProject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectTemplate

public ProjectTemplate()
Method Detail

accept

public void accept(ProjectVisitor visitor)
Specified by:
accept in class GenericProject
See Also:
GenericProject.accept(org.squashtest.csp.tm.domain.project.ProjectVisitor)


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