com.jamasoftware.contour.ws.v3.domain
Class WsReportResult

java.lang.Object
  extended by com.jamasoftware.contour.ws.v3.domain.WsReportResult

public class WsReportResult
extends java.lang.Object

Author:
Dylan

Constructor Summary
WsReportResult()
           
WsReportResult(com.jamasoftware.contour.domain.Report report, java.lang.String fileExtension, java.lang.String contents)
           
 
Method Summary
 java.lang.String getContents()
           
 java.lang.String getFileExtension()
           
 java.lang.Integer getReportId()
           
 java.lang.String getReportName()
           
 void setContents(java.lang.String contents)
           
 void setFileExtension(java.lang.String fileExtension)
           
 void setReportId(java.lang.Integer reportId)
           
 void setReportName(java.lang.String reportName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsReportResult

public WsReportResult()

WsReportResult

public WsReportResult(com.jamasoftware.contour.domain.Report report,
                      java.lang.String fileExtension,
                      java.lang.String contents)
Method Detail

getReportName

public java.lang.String getReportName()

setReportName

public void setReportName(java.lang.String reportName)

getReportId

public java.lang.Integer getReportId()

setReportId

public void setReportId(java.lang.Integer reportId)

getFileExtension

public java.lang.String getFileExtension()

setFileExtension

public void setFileExtension(java.lang.String fileExtension)

getContents

public java.lang.String getContents()

setContents

public void setContents(java.lang.String contents)


Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.