Package org.ametys.plugins.cart
Interface CartElement
- All Known Implementing Classes:
ContentElement
,QueryElement
,QueryFromDirectoryElement
,ResourceElement
public interface CartElement
Interface representing the element of a
Cart
-
Method Summary
Modifier and TypeMethodDescriptionGet the element's descriptionGet glyph icon.Get the label of the groupsgetId()
Get the unique identifier of the elementGet the authorGet the date of last modificationGet the path to medium icon (32x32 pixels)Get the path to small icon (16x16 pixels)getTitle()
Get the element's titlegetType()
Get the type of element
-
Method Details
-
getId
Get the unique identifier of the element- Returns:
- The unique identifier
-
getTitle
Get the element's title- Returns:
- The title
-
getDescription
Get the element's description- Returns:
- The description
-
getGroups
Get the label of the groups- Returns:
- the label of the groups
-
getLastModified
Get the date of last modification- Returns:
- the date of last modification
-
getLastContributor
Get the author- Returns:
- The author
-
getType
Get the type of element- Returns:
- The type
-
getGlyphIcon
Get glyph icon. If not null, small and medium icon will be ignored- Returns:
- the path to small icon
-
getSmallIcon
Get the path to small icon (16x16 pixels)- Returns:
- the path to small icon
-
getMediumIcon
Get the path to medium icon (32x32 pixels)- Returns:
- the path to medium icon
-