A B C D E F G H I J L M N O P R S T U 

S

saldo - Variable in class cuentasbancarias.CuentaBancaria
 
Serializar - Class in cuentasbancarias
 
Serializar() - Constructor for class cuentasbancarias.Serializar
 
setApellidos(String) - Method in class cuentasbancarias.CuentaBancaria
Asignamos los apellidos del cliente
setApellidos(String) - Method in class cuentasbancarias.Persona
Asignar los apellidos del cliente
setCCC(String) - Method in class cuentasbancarias.CuentaBancaria
Asignamos el valor para la cuenta del cliente
setColumnNames(String[]) - Method in class cuentasbancarias.ModeloTabla
Asignar el nombre a las columnas
setComision(Double) - Method in class cuentasbancarias.CuentaCorrienteEmpresa
Asignar la comisión por utilizar un descubierto
setData(Object[][]) - Method in class cuentasbancarias.ModeloTabla
Asignar los datos que conformarán la tabla
setDate(Date) - Method in class org.freixas.jcalendar.JCalendar
Set the calendar panel to display the given date.
setDate(Date) - Method in class org.freixas.jcalendar.JCalendarCombo
Set the calendar panel to display the given date.
setDateFormat(DateFormat) - Method in class org.freixas.jcalendar.JCalendarCombo
Set the date format used to display the selected date in the combo box's text field.
setDayFont(Font) - Method in class org.freixas.jcalendar.JCalendar
If the font is set to null, then the day font will default to 9/11th's of the L&F's Button default font.
setDayFont(Font) - Method in class org.freixas.jcalendar.JCalendarCombo
If the font is set to null, then the day font will default to 9/11th's of the L&F's Button default font.
setDayOfWeekFont(Font) - Method in class org.freixas.jcalendar.JCalendar
If the font is set to null, then the day-of-week font (Mon, Tue, etc.) will default to 9/11th's of the L&F's Label default font.
setDayOfWeekFont(Font) - Method in class org.freixas.jcalendar.JCalendarCombo
If the font is set to null, then the day-of-week font (Mon, Tue, etc.) will default to 9/11th's of the L&F's Label default font.
setDescubierto(Float) - Method in class cuentasbancarias.CuentaCorrienteEmpresa
Asignar la cantidad de descubierto a la cuenta corriente de empresa
setDisplayDate(Date) - Method in class org.freixas.jcalendar.JCalendar
Reset the displayed date without changing the selected date.
setEnabled(boolean) - Method in class org.freixas.jcalendar.JCalendar
setEntidad(Entidades) - Method in class cuentasbancarias.CuentaCorriente
Asignar los datos de las entidades autorizadas a las cuentas corrientes
setEntidades(Hashtable) - Method in class cuentasbancarias.Entidades
Asignar los datos de las entidades autorizadas
setFechaNac(GregorianCalendar) - Method in class cuentasbancarias.CuentaBancaria
Asignamos la fecha de creación de la cuenta
setFechaNac(GregorianCalendar) - Method in class cuentasbancarias.Persona
Asignar una fecha de nacimiento al cliente
setInteres(Float) - Method in class cuentasbancarias.CuentaAhorro
Asignar un valor a los intereses de la cuenta
setInteres(Double) - Method in class cuentasbancarias.CuentaCorrienteEmpresa
Asignar un interés por hacer uso del descubierto
setKeySelectionManager(JComboBox.KeySelectionManager) - Method in class org.freixas.jcalendar.JCalendarCombo
This method is ignored.
setMantenimiento(Float) - Method in class cuentasbancarias.CuentaCorrientePersonal
Asignar una cantidad a cobrar por el mantenimiento de la cuenta corriente personal
setNombre(String) - Method in class cuentasbancarias.CuentaBancaria
Asignamos el nombre del cliente
setNombre(String) - Method in class cuentasbancarias.Persona
Asignar nombre al cliente
setNullAllowed(boolean) - Method in class org.freixas.jcalendar.JCalendar
Set whether a null date is allowed.
setNullAllowed(boolean) - Method in class org.freixas.jcalendar.JCalendarCombo
Set whether a null date is allowed.
setSaldo(Float) - Method in class cuentasbancarias.CuentaBancaria
Asignamos el valor del saldo.
setSelectedItem(Object) - Method in class org.freixas.jcalendar.JCalendarCombo.CalendarComboBoxModel
 
setSelectedItem(Object) - Method in class org.freixas.jcalendar.JCalendarCombo
Sets the selected item in the combo box display area to the object in the argument.
setTimeFont(Font) - Method in class org.freixas.jcalendar.JCalendar
If the font is set to null, then the time spinner font will default to the L&F's Spinner default font.
setTimeFont(Font) - Method in class org.freixas.jcalendar.JCalendarCombo
If the font is set to null, then the time spinner font will default to the L&F's Spinner default font.
setTitleFont(Font) - Method in class org.freixas.jcalendar.JCalendar
If the font is set to null, then the title font (for the Month Year title) will default to the L&F's Label default font.
setTitleFont(Font) - Method in class org.freixas.jcalendar.JCalendarCombo
If the font is set to null, then the title font (for the Month Year title) will default to the L&F's Label default font.
setTodayFont(Font) - Method in class org.freixas.jcalendar.JCalendar
If the font is set to null, then the font used to display today's date as text will default to the L&F's Label default font.
setTodayFont(Font) - Method in class org.freixas.jcalendar.JCalendarCombo
If the font is set to null, then the font used to display today's date as text will default to the L&F's Label default font.
setupDayFonts() - Method in class org.freixas.jcalendar.JCalendar
Set the day labels' font.
setupDayOfWeekFonts() - Method in class org.freixas.jcalendar.JCalendar
Set the day-of-week labels' font.
setupTimeFont() - Method in class org.freixas.jcalendar.JCalendar
Set the time spinner's font.
setupTitleFont() - Method in class org.freixas.jcalendar.JCalendar
Set the title's font.
setupTodayFont() - Method in class org.freixas.jcalendar.JCalendar
Set the font used to display today's date as text.
setValueAt(Object, int, int) - Method in class cuentasbancarias.ModeloTabla
Sólo lo usaremos si los datos de la tabla han de cambiar
show() - Method in class org.freixas.jcalendar.JCalendarCombo.CalendarComboPopup
 
stringToDate(String) - Method in class org.freixas.jcalendar.JCalendarCombo
Given a date in String form, convert it to a Date object.
A B C D E F G H I J L M N O P R S T U