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

All Known Implementing Classes:
CUImprimirPartFormImpl

public interface ConsultaPartForm

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

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

Method Summary
 java.lang.String getId()
          Gets the id field.
 PartVO getPart()
          Gets the part field.
 void resetId()
          Resets the id field.
 void resetPart()
          Resets the part field.
 void setId(java.lang.String id)
          Sets the id field.
 void setPart(PartVO part)
          Sets the part field.
 

Method Detail

setPart

void setPart(PartVO part)
Sets the part field.


getPart

PartVO getPart()
Gets the part field.


resetPart

void resetPart()
Resets the part field.


setId

void setId(java.lang.String id)
Sets the id field.


getId

java.lang.String getId()
Gets the id field.


resetId

void resetId()
Resets the id field.