edu.uoc.tfc.dto
Class TipusSinistreVO

java.lang.Object
  extended by edu.uoc.tfc.gui.common.JSONDataTableValueObject
      extended by edu.uoc.tfc.dto.TipusSinistreVO

public class TipusSinistreVO
extends JSONDataTableValueObject


Constructor Summary
TipusSinistreVO()
          Constructor por defecto
TipusSinistreVO(java.lang.Boolean actiu, java.lang.String nom, java.lang.Integer id)
          Constructor taking all properties.
TipusSinistreVO(TipusSinistreVO otherBean)
          Copies constructor from other TipusSinistreVO
 
Method Summary
 java.lang.Boolean getActiu()
           
 java.lang.Integer getId()
           
 java.lang.String getNom()
           
 void setActiu(java.lang.Boolean actiu)
           
 void setId(java.lang.Integer id)
           
 void setNom(java.lang.String nom)
           
 
Methods inherited from class edu.uoc.tfc.gui.common.JSONDataTableValueObject
getDT_RowClass, getDT_RowId, setDT_RowClass, setDT_RowId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TipusSinistreVO

public TipusSinistreVO()
Constructor por defecto


TipusSinistreVO

public TipusSinistreVO(java.lang.Boolean actiu,
                       java.lang.String nom,
                       java.lang.Integer id)
Constructor taking all properties.

Parameters:
actiu -
nom -
id -

TipusSinistreVO

public TipusSinistreVO(TipusSinistreVO otherBean)
Copies constructor from other TipusSinistreVO

Parameters:
otherBean - TipusSinistreVO
Method Detail

getActiu

public java.lang.Boolean getActiu()

setActiu

public void setActiu(java.lang.Boolean actiu)

getNom

public java.lang.String getNom()

setNom

public void setNom(java.lang.String nom)

getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)