- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 41 of file VoteIt.java.
◆ getCreator()
Contact org.turro.contacts.VoteIt.getCreator |
( |
| ) |
|
◆ getDateCreation()
Date org.turro.contacts.VoteIt.getDateCreation |
( |
| ) |
|
◆ getEmail()
String org.turro.contacts.VoteIt.getEmail |
( |
| ) |
|
Definition at line 110 of file VoteIt.java.
111 if(creator !=
null) {
113 return c !=
null ? c.getValue() :
null;
◆ getId()
String org.turro.contacts.VoteIt.getId |
( |
| ) |
|
◆ getName()
String org.turro.contacts.VoteIt.getName |
( |
| ) |
|
◆ getOwnerEntity()
Definition at line 130 of file VoteIt.java.
131 return Entities.getController(
new Path(path).getTill(2));
◆ getPath()
String org.turro.contacts.VoteIt.getPath |
( |
| ) |
|
◆ getVote()
int org.turro.contacts.VoteIt.getVote |
( |
| ) |
|
◆ getWeb()
String org.turro.contacts.VoteIt.getWeb |
( |
| ) |
|
Definition at line 119 of file VoteIt.java.
120 if(creator !=
null) {
122 return c !=
null ? c.getValue() :
null;
◆ setCreator()
void org.turro.contacts.VoteIt.setCreator |
( |
Contact |
creator | ) |
|
Definition at line 88 of file VoteIt.java.
89 this.creator = creator;
◆ setDateCreation()
void org.turro.contacts.VoteIt.setDateCreation |
( |
Date |
dateCreation | ) |
|
Definition at line 96 of file VoteIt.java.
97 this.dateCreation = dateCreation;
◆ setId()
void org.turro.contacts.VoteIt.setId |
( |
String |
id | ) |
|
◆ setPath()
void org.turro.contacts.VoteIt.setPath |
( |
String |
path | ) |
|
◆ setVote()
void org.turro.contacts.VoteIt.setVote |
( |
int |
vote | ) |
|
The documentation for this class was generated from the following file: