Package org.silverpeas.core.webapi.admin
Class PersonalToolEntity
- java.lang.Object
-
- org.silverpeas.core.webapi.admin.AbstractTypeEntity
-
- org.silverpeas.core.webapi.admin.AbstractPersonnalEntity
-
- org.silverpeas.core.webapi.admin.PersonalToolEntity
-
- All Implemented Interfaces:
Serializable
,WebEntity
public class PersonalToolEntity extends AbstractPersonnalEntity
The personal tool entity.- Author:
- Yohann Chastagnier
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PersonalToolEntity
createFrom(AbstractTool tool)
Creates a new personal tool entity from the specified tool.protected String
getUriIdentifier()
-
Methods inherited from class org.silverpeas.core.webapi.admin.AbstractPersonnalEntity
equals, getDescription, getId, getLabel, getName, getNb, getURI, getUrl, hashCode, withUriBase
-
Methods inherited from class org.silverpeas.core.webapi.admin.AbstractTypeEntity
getType
-
-
-
-
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.- Returns:
- new personal tool entity
-
getUriIdentifier
protected String getUriIdentifier()
- Specified by:
getUriIdentifier
in classAbstractPersonnalEntity
-
-