- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 35 of file JobBoard.java.
◆ getCommuting()
int org.turro.contacts.JobBoard.getCommuting |
( |
| ) |
|
◆ getContact()
Contact org.turro.contacts.JobBoard.getContact |
( |
| ) |
|
◆ getId()
String org.turro.contacts.JobBoard.getId |
( |
| ) |
|
◆ getUpdateDate()
Date org.turro.contacts.JobBoard.getUpdateDate |
( |
| ) |
|
◆ getZipCode()
String org.turro.contacts.JobBoard.getZipCode |
( |
| ) |
|
◆ isAvailable()
boolean org.turro.contacts.JobBoard.isAvailable |
( |
| ) |
|
◆ isOnline()
boolean org.turro.contacts.JobBoard.isOnline |
( |
| ) |
|
◆ setAvailable()
void org.turro.contacts.JobBoard.setAvailable |
( |
boolean |
available | ) |
|
Definition at line 80 of file JobBoard.java.
81 this.available = available;
◆ setCommuting()
void org.turro.contacts.JobBoard.setCommuting |
( |
int |
commuting | ) |
|
Definition at line 72 of file JobBoard.java.
73 this.commuting = commuting;
◆ setContact()
void org.turro.contacts.JobBoard.setContact |
( |
Contact |
contact | ) |
|
◆ setId()
void org.turro.contacts.JobBoard.setId |
( |
String |
id | ) |
|
◆ setOnline()
void org.turro.contacts.JobBoard.setOnline |
( |
boolean |
online | ) |
|
◆ setUpdateDate()
void org.turro.contacts.JobBoard.setUpdateDate |
( |
Date |
updateDate | ) |
|
Definition at line 96 of file JobBoard.java.
97 this.updateDate = updateDate;
◆ setZipCode()
void org.turro.contacts.JobBoard.setZipCode |
( |
String |
zipCode | ) |
|
The documentation for this class was generated from the following file: