public class User extends Object implements Serializable
User class.
Constructor and Description |
---|
User()
No-arg constructor (takes no arguments).
|
Modifier and Type | Method and Description |
---|---|
Date |
getDate()
Get the value of date
|
String |
getName()
Get the value of name
|
int |
getNewcredit()
Get the value of newcredit
|
int |
getSum()
Get the value of sum
|
int |
getTeam()
Get the value of team
|
void |
setDate(Date date)
Set the value of date
|
void |
setName(String name)
Set the value of name
|
void |
setNewcredit(int newcredit)
Set the value of newcredit
|
void |
setSum(int sum)
Set the value of sum
|
void |
setTeam(int team)
Set the value of team
|
String |
toString() |
public Date getDate()
public void setDate(Date date)
date
- new value of datepublic String getName()
public void setName(String name)
name
- new value of namepublic int getNewcredit()
public void setNewcredit(int newcredit)
newcredit
- new value of newcreditpublic int getSum()
public void setSum(int sum)
sum
- new value of sumpublic int getTeam()
public void setTeam(int team)
team
- new value of teamCopyright © 2011–2017 Mike Thomas. All rights reserved.