public abstract class Acao extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
descricao |
protected String |
tipo |
protected float |
valor |
| Constructor and Description |
|---|
Acao() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
desfazer() |
String |
getDescricao() |
String |
getTipo() |
float |
getValor() |
abstract Validation |
instanceValidantion() |
boolean |
refazer() |
boolean |
setDescricao(String d,
int i) |
boolean |
setTipo(String t,
int i) |
boolean |
setValor(String v) |
protected String tipo
protected String descricao
protected float valor
public abstract Validation instanceValidantion()
public boolean desfazer()
public boolean refazer()
public boolean setDescricao(String d, int i)
public boolean setTipo(String t, int i)
public boolean setValor(String v) throws ExceptionNumberReal
ExceptionNumberRealpublic String getDescricao()
public String getTipo()
public float getValor()
Copyright © 2015. All rights reserved.