- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 39 of file DescribeIt.java.
◆ getBody()
String org.turro.contacts.DescribeIt.getBody |
( |
| ) |
|
◆ getCreator()
Contact org.turro.contacts.DescribeIt.getCreator |
( |
| ) |
|
◆ getDateCreation()
Date org.turro.contacts.DescribeIt.getDateCreation |
( |
| ) |
|
◆ getDescribeId()
String org.turro.contacts.DescribeIt.getDescribeId |
( |
| ) |
|
◆ getId()
String org.turro.contacts.DescribeIt.getId |
( |
| ) |
|
◆ getPath()
String org.turro.contacts.DescribeIt.getPath |
( |
| ) |
|
◆ getWiki()
String org.turro.contacts.DescribeIt.getWiki |
( |
| ) |
|
Definition at line 114 of file DescribeIt.java.
115 if(Strings.isBlank(wiki) && !Strings.isBlank(body)) {
116 wiki =
"$no_wiki\n" + body;
◆ isContainsWiki()
boolean org.turro.contacts.DescribeIt.isContainsWiki |
( |
| ) |
|
Definition at line 127 of file DescribeIt.java.
128 return !Strings.isBlank(wiki) ||
id ==
null || Strings.isBlank(body);
◆ setBody()
void org.turro.contacts.DescribeIt.setBody |
( |
String |
body | ) |
|
◆ setCreator()
void org.turro.contacts.DescribeIt.setCreator |
( |
Contact |
creator | ) |
|
◆ setDateCreation()
void org.turro.contacts.DescribeIt.setDateCreation |
( |
Date |
dateCreation | ) |
|
◆ setDescribeId()
void org.turro.contacts.DescribeIt.setDescribeId |
( |
String |
describeId | ) |
|
◆ setId()
void org.turro.contacts.DescribeIt.setId |
( |
String |
id | ) |
|
◆ setPath()
void org.turro.contacts.DescribeIt.setPath |
( |
String |
path | ) |
|
◆ setWiki()
void org.turro.contacts.DescribeIt.setWiki |
( |
String |
wiki | ) |
|
The documentation for this class was generated from the following file: