|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
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 |
public String getLabel()
String containing display label of entity.public String getDescription()
String containing extended description of entity
or null if not available.public URL getImage()
URL of the image which could be used for visual
representation of entity or null if not available.
public 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 | |||||||||||