br.gov.mj.frameworkprocessos.pojo
Class Genero
java.lang.Object
br.gov.mj.frameworkprocessos.pojo.base.BaseGenero
br.gov.mj.frameworkprocessos.pojo.Genero
- All Implemented Interfaces:
- java.io.Serializable
public class Genero
- extends BaseGenero
This is the object class that relates to the Genero table.
Any customizations belong here.
- See Also:
- Serialized Form
Constructor Summary |
Genero()
|
Genero(java.lang.Integer _codigoGenero)
Constructor for primary key |
Genero(java.lang.Integer _codigoGenero,
java.lang.Boolean _indicaAtivo,
java.lang.String _descricao)
Constructor for required fields |
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Genero
public Genero()
Genero
public Genero(java.lang.Integer _codigoGenero)
- Constructor for primary key
Genero
public Genero(java.lang.Integer _codigoGenero,
java.lang.Boolean _indicaAtivo,
java.lang.String _descricao)
- Constructor for required fields
toString
public java.lang.String toString()
- Overrides:
toString
in class BaseGenero