br.com.caelum.stella.faces.example
Class UsuarioBean

java.lang.Object
  extended by br.com.caelum.stella.faces.example.UsuarioBean

public class UsuarioBean
extends Object

Managed bean que recebe o cpf do formulario

Author:
Fabio Kung, Leonardo Bessa

Constructor Summary
UsuarioBean()
           
 
Method Summary
 String getCnpj()
           
 String getCnpjFormatado()
           
 String getCpf()
           
 String getCpfFormatado()
           
 String getNit()
           
 String getNitFormatado()
           
 void setCnpj(String cnpj)
           
 void setCnpjFormatado(String cnpjFormatado)
           
 void setCpf(String cpf)
           
 void setCpfFormatado(String cpfFormatado)
           
 void setNit(String nit)
           
 void setNitFormatado(String nitFormatado)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UsuarioBean

public UsuarioBean()
Method Detail

getCpf

public String getCpf()

setCpf

public void setCpf(String cpf)

getCpfFormatado

public String getCpfFormatado()

setCpfFormatado

public void setCpfFormatado(String cpfFormatado)

getCnpj

public String getCnpj()

setCnpj

public void setCnpj(String cnpj)

getCnpjFormatado

public String getCnpjFormatado()

setCnpjFormatado

public void setCnpjFormatado(String cnpjFormatado)

getNit

public String getNit()

setNit

public void setNit(String nit)

getNitFormatado

public String getNitFormatado()

setNitFormatado

public void setNitFormatado(String nitFormatado)


Copyright © 2011 Caelum. All Rights Reserved.