- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 42 of file CommentIt.java.
◆ getAuthor()
String org.turro.contacts.CommentIt.getAuthor |
( |
| ) |
|
◆ getAuthor_email()
String org.turro.contacts.CommentIt.getAuthor_email |
( |
| ) |
|
◆ getAuthor_ip()
String org.turro.contacts.CommentIt.getAuthor_ip |
( |
| ) |
|
◆ getAuthor_web()
String org.turro.contacts.CommentIt.getAuthor_web |
( |
| ) |
|
◆ getBody()
String org.turro.contacts.CommentIt.getBody |
( |
| ) |
|
◆ getCreator()
Contact org.turro.contacts.CommentIt.getCreator |
( |
| ) |
|
◆ getDateCreation()
Date org.turro.contacts.CommentIt.getDateCreation |
( |
| ) |
|
◆ getEmail()
String org.turro.contacts.CommentIt.getEmail |
( |
| ) |
|
Definition at line 163 of file CommentIt.java.
164 if(creator !=
null) {
166 return c !=
null ? c.getValue() : author_email;
◆ getId()
String org.turro.contacts.CommentIt.getId |
( |
| ) |
|
◆ getName()
String org.turro.contacts.CommentIt.getName |
( |
| ) |
|
◆ getOwnerEntity()
Definition at line 183 of file CommentIt.java.
184 return Entities.getController(
new Path(path).getTill(2));
◆ getPath()
String org.turro.contacts.CommentIt.getPath |
( |
| ) |
|
◆ getWeb()
String org.turro.contacts.CommentIt.getWeb |
( |
| ) |
|
Definition at line 172 of file CommentIt.java.
173 if(creator !=
null) {
175 return c !=
null ? c.getValue() : author_web;
◆ isAccepted()
boolean org.turro.contacts.CommentIt.isAccepted |
( |
| ) |
|
◆ setAccepted()
void org.turro.contacts.CommentIt.setAccepted |
( |
boolean |
accepted | ) |
|
◆ setAuthor()
void org.turro.contacts.CommentIt.setAuthor |
( |
String |
author | ) |
|
◆ setAuthor_email()
void org.turro.contacts.CommentIt.setAuthor_email |
( |
String |
author_email | ) |
|
◆ setAuthor_ip()
void org.turro.contacts.CommentIt.setAuthor_ip |
( |
String |
author_ip | ) |
|
◆ setAuthor_web()
void org.turro.contacts.CommentIt.setAuthor_web |
( |
String |
author_web | ) |
|
◆ setBody()
void org.turro.contacts.CommentIt.setBody |
( |
String |
body | ) |
|
◆ setCreator()
void org.turro.contacts.CommentIt.setCreator |
( |
Contact |
creator | ) |
|
◆ setDateCreation()
void org.turro.contacts.CommentIt.setDateCreation |
( |
Date |
dateCreation | ) |
|
◆ setId()
void org.turro.contacts.CommentIt.setId |
( |
String |
id | ) |
|
◆ setPath()
void org.turro.contacts.CommentIt.setPath |
( |
String |
path | ) |
|
The documentation for this class was generated from the following file: