Class AlbumMedia
java.lang.Object
org.silverpeas.components.gallery.model.AlbumMedia
- All Implemented Interfaces:
Serializable
Represents a couple of an album and a media.
It is useful when manipulating data that have just been created, updated or deleted.
- Author:
- silveryocha
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAlbum()Gets theAlbumDetailwhich has been concerned by the manipulation of theMedia.Gets the identifier of the album which has been concerned by the manipulation of theMedia.getMedia()The media.
-
Constructor Details
-
AlbumMedia
-
-
Method Details
-
getAlbumId
Gets the identifier of the album which has been concerned by the manipulation of theMedia.- Returns:
- a string.
-
getAlbum
Gets theAlbumDetailwhich has been concerned by the manipulation of theMedia.- Returns:
- the cached
AlbumDetail.
-
getMedia
The media.- Returns:
- a
Media.
-