public interface CartElement
Cart
Modifier and Type | Method and Description |
---|---|
I18nizableText |
getDescription()
Get the element's description
|
String |
getGlyphIcon()
Get glyph icon.
|
List<I18nizableText> |
getGroups()
Get the label of the groups
|
String |
getId()
Get the unique identifier of the element
|
UserIdentity |
getLastContributor()
Get the author
|
Date |
getLastModified()
Get the date of last modification
|
String |
getMediumIcon()
Get the path to medium icon (32x32 pixels)
|
String |
getSmallIcon()
Get the path to small icon (16x16 pixels)
|
I18nizableText |
getTitle()
Get the element's title
|
String |
getType()
Get the type of element
|
I18nizableText getTitle()
I18nizableText getDescription()
List<I18nizableText> getGroups()
Date getLastModified()
UserIdentity getLastContributor()
String getGlyphIcon()
String getSmallIcon()
String getMediumIcon()