
Public Member Functions | |
| String | getId () |
| IContact | getContact () |
| int | getPriority () |
| boolean | isDirect () |
| String | getCaption () |
| Set< String > | getTags () |
| String | render (IConstructor constructor) |
| String | getContent () |
Definition at line 28 of file IElephantUserContent.java.
| String org.turro.user.content.IElephantUserContent.getCaption | ( | ) |
Implemented in org.turro.user.content.AbstractUserContent.
| IContact org.turro.user.content.IElephantUserContent.getContact | ( | ) |
Implemented in org.turro.user.content.AbstractUserContent.
| String org.turro.user.content.IElephantUserContent.getContent | ( | ) |
Implemented in org.turro.user.content.AbstractUserContent.
| String org.turro.user.content.IElephantUserContent.getId | ( | ) |
Implemented in org.turro.user.content.AbstractUserContent.

| int org.turro.user.content.IElephantUserContent.getPriority | ( | ) |
Implemented in org.turro.user.content.AbstractUserContent.

| Set<String> org.turro.user.content.IElephantUserContent.getTags | ( | ) |
Implemented in org.turro.user.content.AbstractUserContent.
| boolean org.turro.user.content.IElephantUserContent.isDirect | ( | ) |
Implemented in org.turro.user.content.AbstractUserContent.

| String org.turro.user.content.IElephantUserContent.render | ( | IConstructor | constructor | ) |
Implemented in org.turro.user.content.AbstractUserContent.