- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 36 of file Related.java.
◆ getCreation()
Date org.turro.elephant.entities.db.Related.getCreation |
( |
| ) |
|
◆ getDescription()
String org.turro.elephant.entities.db.Related.getDescription |
( |
| ) |
|
◆ getDestination()
String org.turro.elephant.entities.db.Related.getDestination |
( |
| ) |
|
◆ getDestinationEntity()
IElephantEntity org.turro.elephant.entities.db.Related.getDestinationEntity |
( |
| ) |
|
Definition at line 100 of file Related.java.
101 return Entities.getController(destination);
◆ getOrigin()
String org.turro.elephant.entities.db.Related.getOrigin |
( |
| ) |
|
◆ getOriginEntity()
Definition at line 96 of file Related.java.
97 return Entities.getController(origin);
◆ isEmpty()
boolean org.turro.elephant.entities.db.Related.isEmpty |
( |
| ) |
|
Definition at line 90 of file Related.java.
91 return Strings.isBlank(origin) || Strings.isBlank(destination);
◆ isUnbreakable()
boolean org.turro.elephant.entities.db.Related.isUnbreakable |
( |
| ) |
|
◆ setCreation()
void org.turro.elephant.entities.db.Related.setCreation |
( |
Date |
creation | ) |
|
Definition at line 52 of file Related.java.
53 this.creation = creation;
◆ setDescription()
void org.turro.elephant.entities.db.Related.setDescription |
( |
String |
description | ) |
|
Definition at line 60 of file Related.java.
61 this.description = description;
◆ setDestination()
void org.turro.elephant.entities.db.Related.setDestination |
( |
String |
destination | ) |
|
Definition at line 68 of file Related.java.
69 this.destination = destination;
◆ setOrigin()
void org.turro.elephant.entities.db.Related.setOrigin |
( |
String |
origin | ) |
|
◆ setUnbreakable()
void org.turro.elephant.entities.db.Related.setUnbreakable |
( |
boolean |
unbreakable | ) |
|
Definition at line 84 of file Related.java.
85 this.unbreakable = unbreakable;
The documentation for this class was generated from the following file: