Class AlbumDetail
java.lang.Object
org.silverpeas.core.i18n.AbstractI18NBean<org.silverpeas.core.node.model.NodeI18NDetail>
org.silverpeas.core.node.model.NodeDetail
org.silverpeas.components.gallery.model.AlbumDetail
- All Implemented Interfaces:
Serializable,org.silverpeas.core.contribution.model.Contribution,org.silverpeas.core.contribution.model.Folder,org.silverpeas.core.contribution.model.I18nContribution,org.silverpeas.core.contribution.model.WithPermanentLink,org.silverpeas.core.i18n.I18NBean<org.silverpeas.core.node.model.NodeI18NDetail>,org.silverpeas.core.i18n.LocalizedResource,org.silverpeas.core.i18n.Translatable,org.silverpeas.core.Identifiable,org.silverpeas.core.Instance<org.silverpeas.core.contribution.model.Contribution>,org.silverpeas.core.Nameable,org.silverpeas.core.security.Securable,org.silverpeas.core.SilverpeasResource
public class AlbumDetail
extends org.silverpeas.core.node.model.NodeDetail
- See Also:
-
Field Summary
FieldsFields inherited from class org.silverpeas.core.node.model.NodeDetail
DEFAULT_NODE_TYPE, FILE_LINK_TYPE, NO_RIGHTS_DEPENDENCY, STATUS_INVISIBLE, STATUS_VISIBLE, TYPE -
Constructor Summary
ConstructorsConstructorDescriptionAlbumDetail(org.silverpeas.core.node.model.NodeDetail node) AlbumDetail(org.silverpeas.core.node.model.NodeDetail node, MediaCriteria.VISIBILITY mediaVisibility) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetMedia()longinthashCode()voidsetMedia(Collection<Media> media) voidsetNbMedia(long nbMedia) Methods inherited from class org.silverpeas.core.node.model.NodeDetail
canBeAccessedBy, canBeFiledInBy, canBeModifiedBy, canBeSharedBy, getChildrenDetails, getChildrenNumber, getContributionType, getCreationDate, getCreator, getCreatorId, getFatherPK, getFullPath, getId, getIdentifier, getLastUpdateDate, getLastUpdater, getLevel, getLink, getLocalId, getModelId, getNbObjects, getNodePK, getNodeType, getOrder, getPath, getPermalink, getRemovalDate, getRemover, getRemoverId, getRightsDependsOn, getStatus, getTranslationType, getURL, getUserRole, hasFather, haveInheritedRights, haveLocalRights, haveRights, isBin, isChild, isFatherOf, isRemoved, isRoot, isUnclassified, isUseId, setChildrenDetails, setCreationDate, setCreatorId, setFatherPK, setId, setLevel, setModelId, setNbObjects, setNodePK, setNodeType, setOrder, setPath, setRemovalStatus, setRightsDependsOn, setRightsDependsOnMe, setStatus, setUseId, setUserRole, toStringMethods inherited from class org.silverpeas.core.i18n.AbstractI18NBean
addTranslation, getClonedTranslations, getDescription, getDescription, getLanguage, getLanguages, getLanguageToDisplay, getName, getName, getNextTranslation, getTranslation, getTranslationId, getTranslations, isRemoveTranslation, setDescription, setLanguage, setName, setRemoveTranslation, setTranslationId, setTranslations, setTranslationsMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.silverpeas.core.contribution.model.Contribution
getDescription, getModel, getName, getResourcePath, getTitle, isIndexableMethods inherited from interface org.silverpeas.core.contribution.model.I18nContribution
getLocalizationInMethods inherited from interface org.silverpeas.core.Instance
getParentMethods inherited from interface org.silverpeas.core.i18n.LocalizedResource
getTranslationMethods inherited from interface org.silverpeas.core.security.Securable
canBeDeletedBy
-
Field Details
-
RESOURCE_TYPE
- See Also:
-
-
Constructor Details
-
AlbumDetail
public AlbumDetail(org.silverpeas.core.node.model.NodeDetail node) -
AlbumDetail
public AlbumDetail(org.silverpeas.core.node.model.NodeDetail node, MediaCriteria.VISIBILITY mediaVisibility)
-
-
Method Details
-
getMedia
-
setMedia
-
getNbMedia
public long getNbMedia() -
setNbMedia
public void setNbMedia(long nbMedia) -
getChildrenAlbumsDetails
-
equals
- Overrides:
equalsin classorg.silverpeas.core.node.model.NodeDetail
-
hashCode
public int hashCode()- Overrides:
hashCodein classorg.silverpeas.core.node.model.NodeDetail
-