Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Adrian
/
EjemploDAE2020
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
2fa644aa
authored
Oct 15, 2020
by
Adrian
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Añadido setSaldo en cuenta
parent
119c7e8a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
src/main/java/es/ujaen/dae/ujacoin/entidades/Cuenta.java
src/main/java/es/ujaen/dae/ujacoin/entidades/Cuenta.java
View file @
2fa644aa
...
@@ -59,6 +59,10 @@ public class Cuenta {
...
@@ -59,6 +59,10 @@ public class Cuenta {
return
titular
;
return
titular
;
}
}
public
void
setSaldo
(
float
saldo
)
{
this
.
saldo
=
saldo
;
}
public
void
setTitular
(
Cliente
titular
)
{
public
void
setTitular
(
Cliente
titular
)
{
this
.
titular
=
titular
;
this
.
titular
=
titular
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment