public abstract class Meta extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
descricao |
protected float |
limite |
| Constructor and Description |
|---|
Meta() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescricao() |
float |
getLimite() |
abstract Validation |
instanceValidantion() |
boolean |
setDescricao(String d,
int i) |
boolean |
setLimite(String v) |
protected String descricao
protected float limite
public abstract Validation instanceValidantion()
public boolean setDescricao(String d, int i)
public boolean setLimite(String v) throws ExceptionNumberReal
ExceptionNumberRealpublic String getDescricao()
public float getLimite()
Copyright © 2015. All rights reserved.