net.sf.portions.controller.configuration
Class FormBean

java.lang.Object
  extended bynet.sf.portions.controller.configuration.FormBean

public class FormBean
extends java.lang.Object

Datos de configuración de un formBean

Version:
1.0 01 Jan 2007
Author:
Raúl Herranz

Field Summary
private  java.lang.String name
          Nombre del formBean
private  java.lang.String type
          Tipo (nombre cualificado de la clase) del formBean
 
Constructor Summary
FormBean()
           
 
Method Summary
 java.lang.String getName()
          Retorna el valor de la propiedad name.
 java.lang.String getType()
          Retorna el valor de la propiedad type.
 void setName(java.lang.String name)
          Establece el valor de la propiedad name.
 void setType(java.lang.String type)
          Establece el valor de la propiedad type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private java.lang.String name
Nombre del formBean


type

private java.lang.String type
Tipo (nombre cualificado de la clase) del formBean

Constructor Detail

FormBean

public FormBean()
Method Detail

getName

public java.lang.String getName()
Retorna el valor de la propiedad name.

Returns:
valor de name.

setName

public void setName(java.lang.String name)
Establece el valor de la propiedad name.

Parameters:
name - El valor de name a establecer.

getType

public java.lang.String getType()
Retorna el valor de la propiedad type.

Returns:
valor de type.

setType

public void setType(java.lang.String type)
Establece el valor de la propiedad type.

Parameters:
type - El valor de type a establecer.