MisGastos
Class Gasto
java.lang.Object
MisGastos.Gasto
- All Implemented Interfaces:
- Persistent
- public class Gasto
- extends java.lang.Object
- implements Persistent
- Author:
- JP
|
Constructor Summary |
Gasto()
Creates a new instance of Gasto |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Gasto
public Gasto()
- Creates a new instance of Gasto
getGasto
public java.lang.String getGasto()
setGasto
public void setGasto(java.lang.String pGasto)
getMonto
public int getMonto()
setMonto
public void setMonto(int pMonto)
getFecha
public java.lang.String getFecha()
setFecha
public void setFecha(java.lang.String pFecha)
persist
public byte[] persist()
throws java.io.IOException
- Description copied from interface:
Persistent
- Called to persist an object.
- Specified by:
persist in interface Persistent
- Throws:
java.io.IOException
resurrect
public void resurrect(byte[] data)
throws java.io.IOException
- Description copied from interface:
Persistent
- Called to resurrect a persistent object.
- Specified by:
resurrect in interface Persistent
- Throws:
java.io.IOException