org.silverpeas.admin.web
Class PersonalToolEntity

java.lang.Object
  extended by org.silverpeas.admin.web.AbstractTypeEntity
      extended by org.silverpeas.admin.web.AbstractPersonnalEntity
          extended by org.silverpeas.admin.web.PersonalToolEntity
All Implemented Interfaces:
Exposable, Serializable

public class PersonalToolEntity
extends AbstractPersonnalEntity

The personal tool entity.

Author:
Yohann Chastagnier
See Also:
Serialized Form

Field Summary
static String TYPE
           
 
Method Summary
static PersonalToolEntity createFrom(AbstractTool tool)
          Creates a new personal tool entity from the specified tool.
protected  String getUriIdentifier()
           
 
Methods inherited from class org.silverpeas.admin.web.AbstractPersonnalEntity
equals, getDescription, getId, getLabel, getName, getNb, getURI, getUrl, hashCode, withUriBase
 
Methods inherited from class org.silverpeas.admin.web.AbstractTypeEntity
getType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final String TYPE
See Also:
Constant Field Values
Method Detail

createFrom

public static PersonalToolEntity createFrom(AbstractTool tool)
Creates a new personal tool entity from the specified tool.

Parameters:
tool - the tool to entitify.

getUriIdentifier

protected String getUriIdentifier()
Specified by:
getUriIdentifier in class AbstractPersonnalEntity


Copyright © 2016 Silverpeas. All Rights Reserved.