|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDisplayData
Represents an information which could be used for visual representation of entity.
| Method Summary | |
|---|---|
String |
getDescription()
Returns extended description of the entity. |
URL |
getImage()
Returns an URL of the image which could be used for visual
representation of entity or null if not available. |
String |
getLabel()
Returns display label of entity. |
int |
getOrder()
Returns an information on display order of entity which could be used for visual representation of entity. |
| Method Detail |
|---|
String getLabel()
String containing display label of entity.String getDescription()
String containing extended description of entity
or null if not available.URL getImage()
URL of the image which could be used for visual
representation of entity or null if not available.
int getOrder()
int value which represents display order
of entity or 0 if not availabe.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||