public abstract class Relatorio extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Date |
data |
protected String |
descricao |
| Constructor and Description |
|---|
Relatorio() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getData() |
String |
getDescricao() |
abstract Validation |
instanceValidantion() |
boolean |
setDescricao(String d,
int i) |
public abstract Validation instanceValidantion()
public boolean setDescricao(String d, int i) throws ExceptionQuantityCaracters, ExceptionDescription
public String getDescricao()
public Date getData()
Copyright © 2015. All rights reserved.