org.squashtest.csp.tm.domain.library
Class ExportData

java.lang.Object
  extended by org.squashtest.csp.tm.domain.library.ExportData
Direct Known Subclasses:
ExportRequirementData, ExportTestCaseData

public abstract class ExportData
extends Object

Common DataSource for jasper Node Export

Author:
mpagnon

Field Summary
static Long NO_FOLDER
           
 
Constructor Summary
ExportData()
           
ExportData(LibraryNode node, Folder folder)
           
 
Method Summary
 String getCreatedBy()
           
 Date getCreatedOn()
           
 String getDescription()
           
 Long getFolderId()
           
 String getFolderName()
           
 Long getId()
           
 String getName()
           
 String getProject()
           
 void setCreatedBy(String createdBy)
           
 void setCreatedOn(Date createdOn)
           
 void setDescription(String description)
           
 void setFolderId(Long folderId)
           
 void setFolderName(String folderName)
           
 void setId(Long id)
           
 void setName(String name)
           
 void setProject(String project)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_FOLDER

public static final Long NO_FOLDER
Constructor Detail

ExportData

public ExportData()

ExportData

public ExportData(LibraryNode node,
                  Folder folder)
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getProject

public String getProject()

setProject

public void setProject(String project)

getName

public String getName()

setName

public void setName(String name)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getFolderName

public String getFolderName()

setFolderName

public void setFolderName(String folderName)

getCreatedOn

public Date getCreatedOn()

setCreatedOn

public void setCreatedOn(Date createdOn)

getCreatedBy

public String getCreatedBy()

setCreatedBy

public void setCreatedBy(String createdBy)

getFolderId

public Long getFolderId()

setFolderId

public void setFolderId(Long folderId)


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