Package org.ametys.plugins.cart
Class ResourceElement
java.lang.Object
org.ametys.plugins.cart.ResourceElement
- All Implemented Interfaces:
CartElement
Implementation of a
CartElement wrapping a Resource-
Constructor Summary
Constructors -
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 resourceGet the path to small icon (16x16 pixels)getTitle()Get the element's titlegetType()Get the type of element
-
Constructor Details
-
ResourceElement
Constructor- Parameters:
resource- The resource
-
-
Method Details
-
getId
Description copied from interface:CartElementGet the unique identifier of the element- Specified by:
getIdin interfaceCartElement- Returns:
- The unique identifier
-
getTitle
Description copied from interface:CartElementGet the element's title- Specified by:
getTitlein interfaceCartElement- Returns:
- The title
-
getDescription
Description copied from interface:CartElementGet the element's description- Specified by:
getDescriptionin interfaceCartElement- Returns:
- The description
-
getGroups
Description copied from interface:CartElementGet the label of the groups- Specified by:
getGroupsin interfaceCartElement- Returns:
- the label of the groups
-
getLastModified
Description copied from interface:CartElementGet the date of last modification- Specified by:
getLastModifiedin interfaceCartElement- Returns:
- the date of last modification
-
getLastContributor
Description copied from interface:CartElementGet the author- Specified by:
getLastContributorin interfaceCartElement- Returns:
- The author
-
getType
Description copied from interface:CartElementGet the type of element- Specified by:
getTypein interfaceCartElement- Returns:
- The type
-
getGlyphIcon
Description copied from interface:CartElementGet glyph icon. If not null, small and medium icon will be ignored- Specified by:
getGlyphIconin interfaceCartElement- Returns:
- the path to small icon
-
getSmallIcon
Description copied from interface:CartElementGet the path to small icon (16x16 pixels)- Specified by:
getSmallIconin interfaceCartElement- Returns:
- the path to small icon
-
getMediumIcon
Description copied from interface:CartElementGet the path to medium icon (32x32 pixels)- Specified by:
getMediumIconin interfaceCartElement- Returns:
- the path to medium icon
-
getResource
Get the resource- Returns:
- The resource
-