◆ EntityControl() [1/3]
org.turro.command.EntityControl.EntityControl |
( |
| ) |
|
◆ EntityControl() [2/3]
org.turro.command.EntityControl.EntityControl |
( |
Object |
entity | ) |
|
◆ EntityControl() [3/3]
org.turro.command.EntityControl.EntityControl |
( |
Object |
entity, |
|
|
boolean |
showDescription, |
|
|
boolean |
linkEntity |
|
) |
| |
Definition at line 48 of file EntityControl.java.
50 this.showDescription = showDescription;
51 this.linkEntity = linkEntity;
◆ afterCompose()
void org.turro.command.EntityControl.afterCompose |
( |
| ) |
|
◆ generate()
void org.turro.command.EntityControl.generate |
( |
| ) |
|
◆ getEntity()
Object org.turro.command.EntityControl.getEntity |
( |
| ) |
|
◆ isLinkEntity()
boolean org.turro.command.EntityControl.isLinkEntity |
( |
| ) |
|
◆ isShowDescription()
boolean org.turro.command.EntityControl.isShowDescription |
( |
| ) |
|
◆ setEntity()
void org.turro.command.EntityControl.setEntity |
( |
Object |
entity | ) |
|
◆ setLinkEntity()
void org.turro.command.EntityControl.setLinkEntity |
( |
boolean |
linkEntity | ) |
|
◆ setShowDescription()
void org.turro.command.EntityControl.setShowDescription |
( |
boolean |
showDescription | ) |
|
The documentation for this class was generated from the following file: