edu.uoc.tfc.gui.parts.imprimir
Interface ImprimirPartForm

All Known Implementing Classes:
ImprimirPartDadesImprimirPartFormImpl

public interface ImprimirPartForm

This form encapsulates the fields that are used in the execution of the imprimirPart method, which is located on the edu.uoc.tfc.gui.parts.imprimir.ImprimirPartController controller.

See Also:
ImprimirPartController.imprimirPart(org.apache.struts.action.ActionMapping, edu.uoc.tfc.gui.parts.imprimir.ImprimirPartForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)

Method Summary
 java.lang.String getPartId()
          Gets the partId field.
 DownloadWrapperVO getResultat()
          Gets the resultat field.
 void resetPartId()
          Resets the partId field.
 void resetResultat()
          Resets the resultat field.
 void setPartId(java.lang.String partId)
          Sets the partId field.
 void setResultat(DownloadWrapperVO resultat)
          Sets the resultat field.
 

Method Detail

setPartId

void setPartId(java.lang.String partId)
Sets the partId field.


getPartId

java.lang.String getPartId()
Gets the partId field.


resetPartId

void resetPartId()
Resets the partId field.


setResultat

void setResultat(DownloadWrapperVO resultat)
Sets the resultat field.


getResultat

DownloadWrapperVO getResultat()
Gets the resultat field.


resetResultat

void resetResultat()
Resets the resultat field.