org.squashtest.csp.tm.domain.report.view
Class ReportView

java.lang.Object
  extended by org.squashtest.csp.tm.domain.report.view.ReportView

public class ReportView
extends Object

This class defines a view for a given report. Note that many of its informations are given as a key for a MessageSource if needed.

Author:
bsiri

Constructor Summary
ReportView()
           
ReportView(String titleKey, String codeKey, String model, String[] formats)
           
 
Method Summary
 String getCodeKey()
           
 String[] getFormats()
           
 String getModel()
           
 String getTitleKey()
           
 ReportView setCodeKey(String codeKey)
           
 ReportView setFormats(String... formats)
           
 ReportView setModel(String model)
           
 ReportView setTitleKey(String titleKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportView

public ReportView()

ReportView

public ReportView(String titleKey,
                  String codeKey,
                  String model,
                  String[] formats)
Method Detail

getTitleKey

public String getTitleKey()

getCodeKey

public String getCodeKey()

getModel

public String getModel()

getFormats

public String[] getFormats()

setTitleKey

public ReportView setTitleKey(String titleKey)

setCodeKey

public ReportView setCodeKey(String codeKey)

setModel

public ReportView setModel(String model)

setFormats

public ReportView setFormats(String... formats)


Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.