|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Cuenta | +--CuentaVivienda
Clase CuentaVivienda que implementa la Clase Cuenta
Field Summary |
Fields inherited from class Cuenta |
Comision, Interes, Saldo, Titular |
Method Summary | |
void |
retirar(int cantidad)
Extrae de la cuenta una cantidad de dinero. |
void |
revision()
Hace la Revisión de la cuenta (Reemplazamos). |
Methods inherited from class Cuenta |
getComision, getSaldo, getTitular, ingresar, setComision, setTitular |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public void retirar(int cantidad) throws OpNoPermitidaException
retirar
in class Cuenta
cantidad
- Cantidad a extraer de la cuenta
OpNoPermitidaException
- Cuando se intenta hacer una operación que no esta soportada por el tipo de cuentapublic void revision()
revision
in class Cuenta
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |