org.silverpeas.resourcesmanager.web
Class ReservedResourceEntity
java.lang.Object
  
org.silverpeas.resourcesmanager.web.ResourceEntity
      
org.silverpeas.resourcesmanager.web.ReservedResourceEntity
- All Implemented Interfaces: 
 - com.silverpeas.web.Exposable, Serializable
 
public class ReservedResourceEntity
- extends ResourceEntity
 
Web entity abstraction which provides common event informations of the entity
- Author:
 
  - Yohann Chastagnier
 
- See Also:
 - Serialized Form
 
 
 
 
 
ReservedResourceEntity
protected ReservedResourceEntity(Resource resource)
ReservedResourceEntity
protected ReservedResourceEntity()
withURI
public ReservedResourceEntity withURI(URI uri)
- Description copied from class: 
ResourceEntity 
- Sets a URI to this entity. With this URI, it can then be accessed through the Web.
- Overrides:
 withURI in class ResourceEntity
 
- Parameters:
 uri - the web entity URI.
- Returns:
 - itself.
 
 
 
withReservationURI
public <T extends ResourceEntity> T withReservationURI(URI reservationURI)
 
createFrom
public static ReservedResourceEntity createFrom(Resource resource)
- Creates a new resource entity from the specified resource.
- Parameters:
 resource - 
- Returns:
 - the entity representing the specified resource.
 
 
 
getResourceURI
public URI getResourceURI()
 
getReservationURI
public URI getReservationURI()
 
getStatus
public String getStatus()
 
Copyright © 2016 Silverpeas. All Rights Reserved.