com.silverpeas.gallery.model
Class AlbumDetail

java.lang.Object
  extended by com.silverpeas.util.i18n.AbstractI18NBean<com.stratelia.webactiv.util.node.model.NodeI18NDetail>
      extended by com.stratelia.webactiv.util.node.model.NodeDetail
          extended by com.silverpeas.gallery.model.AlbumDetail
All Implemented Interfaces:
com.silverpeas.util.i18n.I18NBean<com.stratelia.webactiv.util.node.model.NodeI18NDetail>, Serializable

public class AlbumDetail
extends com.stratelia.webactiv.util.node.model.NodeDetail

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.stratelia.webactiv.util.node.model.NodeDetail
DEFAULT_TYPE, FILE_LINK_TYPE, STATUS_INVISIBLE, STATUS_VISIBLE
 
Constructor Summary
AlbumDetail(com.stratelia.webactiv.util.node.model.NodeDetail node)
           
 
Method Summary
 Collection<AlbumDetail> getChildrenAlbumsDetails()
           
 List<Media> getMedia()
           
 int getNbMedia()
           
 void setMedia(Collection<Media> media)
           
 void setNbMedia(int nbMedia)
           
 
Methods inherited from class com.stratelia.webactiv.util.node.model.NodeDetail
canBeAccessedBy, clone, equals, getChildrenDetails, getChildrenNumber, getCreationDate, getCreatorId, getDefaultUrl, getFatherPK, getFullPath, getId, getLevel, getLink, getModelId, getNbObjects, getNodePK, getOrder, getPath, getPermalink, getRightsDependsOn, getStatus, getType, getURL, getUserRole, hasFather, hashCode, haveInheritedRights, haveLocalRights, haveRights, isFatherOf, isUseId, setChildrenDetails, setCreationDate, setCreatorId, setFatherPK, setId, setLevel, setModelId, setNbObjects, setNodePK, setOrder, setPath, setRightsDependsOn, setRightsDependsOnMe, setStatus, setType, setUseId, setUserRole, toString
 
Methods inherited from class com.silverpeas.util.i18n.AbstractI18NBean
addTranslation, getClonedTranslations, getDescription, getDescription, getLanguage, getLanguages, getLanguageToDisplay, getName, getName, getNextTranslation, getTranslation, getTranslationId, getTranslations, isRemoveTranslation, setDescription, setLanguage, setName, setRemoveTranslation, setTranslationId, setTranslations, setTranslations, setTranslations
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AlbumDetail

public AlbumDetail(com.stratelia.webactiv.util.node.model.NodeDetail node)
Method Detail

getMedia

public List<Media> getMedia()

setMedia

public void setMedia(Collection<Media> media)

getNbMedia

public int getNbMedia()

setNbMedia

public void setNbMedia(int nbMedia)

getChildrenAlbumsDetails

public Collection<AlbumDetail> getChildrenAlbumsDetails()


Copyright © 2016 Silverpeas. All Rights Reserved.