fr.cnes.sitools.portal.model
Class Portal

java.lang.Object
  extended by fr.cnes.sitools.common.model.Resource
      extended by fr.cnes.sitools.portal.model.Portal
All Implemented Interfaces:
IResource, Persistent, java.io.Serializable

public final class Portal
extends Resource
implements Persistent

Portal resource

Author:
jp.boignard (AKKA Technologies)
See Also:
Serialized Form

Constructor Summary
Portal()
          Default constructor
 
Method Summary
 java.lang.String getFavicon()
          Gets the favicon value
 void setFavicon(java.lang.String favicon)
          Sets the value of favicon
 
Methods inherited from class fr.cnes.sitools.common.model.Resource
getAuthor, getAuthorized, getCategory, getDescription, getId, getLastUpdate, getMediaType, getName, getOwner, getProperties, getPropertyByName, getStatus, getTooltip, getType, getUrl, getUrn, getVisible, setAuthor, setAuthorized, setCategory, setDescription, setId, setLastUpdate, setMediaType, setName, setOwner, setProperties, setStatus, setTooltip, setType, setUrl, setUrn, setVisible
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface fr.cnes.sitools.persistence.Persistent
getId
 

Constructor Detail

Portal

public Portal()
Default constructor

Method Detail

getFavicon

public java.lang.String getFavicon()
Gets the favicon value

Returns:
the favicon

setFavicon

public void setFavicon(java.lang.String favicon)
Sets the value of favicon

Parameters:
favicon - the favicon to set


Copyright © 2010-2013 CNES. All Rights Reserved.