- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 43 of file WebGoal.java.
◆ compose()
void org.turro.elephant.entities.web.WebGoal.compose |
( |
| ) |
|
Definition at line 128 of file WebGoal.java.
129 IConstructor constructor = Application.getApplication().getConstructor();
130 if(constructor !=
null) {
void compose(IConstructor constructor)
◆ entityId()
Object org.turro.elephant.entities.web.WebGoal.entityId |
( |
| ) |
|
◆ equals()
boolean org.turro.elephant.entities.web.WebGoal.equals |
( |
Object |
obj | ) |
|
Definition at line 144 of file WebGoal.java.
151 if (getClass() != obj.getClass()) {
154 final WebGoal other = (WebGoal) obj;
155 return Objects.equals(this.goalAction, other.goalAction);
◆ getCaption()
String org.turro.elephant.entities.web.WebGoal.getCaption |
( |
| ) |
|
◆ getCompendium()
String org.turro.elephant.entities.web.WebGoal.getCompendium |
( |
| ) |
|
◆ getContent()
String org.turro.elephant.entities.web.WebGoal.getContent |
( |
| ) |
|
◆ getDescription()
Wiki org.turro.elephant.entities.web.WebGoal.getDescription |
( |
| ) |
|
Definition at line 97 of file WebGoal.java.
98 if(description ==
null) description =
new Wiki();
◆ getGoalAction()
String org.turro.elephant.entities.web.WebGoal.getGoalAction |
( |
| ) |
|
◆ getItemLabel()
String org.turro.elephant.entities.web.WebGoal.getItemLabel |
( |
| ) |
|
Definition at line 124 of file WebGoal.java.
125 return Phrases.start(caption).add(goalAction,
"()").toString();
◆ getOrdering()
int org.turro.elephant.entities.web.WebGoal.getOrdering |
( |
| ) |
|
◆ getSummary()
Wiki org.turro.elephant.entities.web.WebGoal.getSummary |
( |
| ) |
|
Definition at line 88 of file WebGoal.java.
89 if(summary ==
null) summary =
new Wiki();
◆ getWebLink()
WebLink org.turro.elephant.entities.web.WebGoal.getWebLink |
( |
| ) |
|
Definition at line 116 of file WebGoal.java.
117 return WebLink.from(WebActions.of(goalAction).link(), caption);
◆ hashCode()
int org.turro.elephant.entities.web.WebGoal.hashCode |
( |
| ) |
|
Definition at line 137 of file WebGoal.java.
139 hash = 97 * hash + Objects.hashCode(this.goalAction);
◆ isEmpty()
boolean org.turro.elephant.entities.web.WebGoal.isEmpty |
( |
| ) |
|
◆ isValid()
boolean org.turro.elephant.entities.web.WebGoal.isValid |
( |
| ) |
|
◆ setCaption()
void org.turro.elephant.entities.web.WebGoal.setCaption |
( |
String |
caption | ) |
|
Definition at line 76 of file WebGoal.java.
77 this.caption = caption;
◆ setDescription()
void org.turro.elephant.entities.web.WebGoal.setDescription |
( |
Wiki |
description | ) |
|
Definition at line 102 of file WebGoal.java.
103 this.description = description;
◆ setGoalAction()
void org.turro.elephant.entities.web.WebGoal.setGoalAction |
( |
String |
goalAction | ) |
|
Definition at line 68 of file WebGoal.java.
69 this.goalAction = goalAction;
◆ setOrdering()
void org.turro.elephant.entities.web.WebGoal.setOrdering |
( |
int |
ordering | ) |
|
Definition at line 84 of file WebGoal.java.
85 this.ordering = ordering;
◆ setSummary()
void org.turro.elephant.entities.web.WebGoal.setSummary |
( |
Wiki |
summary | ) |
|
Definition at line 93 of file WebGoal.java.
94 this.summary = summary;
The documentation for this class was generated from the following file: