org.glite.security.voms.service.request
Class ShortRequest

java.lang.Object
  extended byorg.glite.security.voms.service.request.ShortRequest
Direct Known Subclasses:
DetailedRequest

public class ShortRequest
extends java.lang.Object

Contains a short description of a request.

Author:
Karoly Lorentey

Constructor Summary
ShortRequest()
           
 
Method Summary
 java.lang.String getActionDescription()
          Get the description of the action of this request.
 java.lang.String getContainerName()
          Get the FQCN of the container that this request wants to change.
 long getId()
          Get the unique id of this request.
 User getRequester()
          Get the requester of this request.
 java.lang.String getStatus()
          Get the status of this request.
 java.lang.String getType()
          Get the type of this request.
 void setActionDescription(java.lang.String value)
          Set the description of the action of this request.
 void setContainerName(java.lang.String value)
          Set the FQCN of the container that this request wants to change.
 void setId(long value)
          Set the unique id of this request.
 void setRequester(User value)
          Set the requester of this request.
 void setStatus(java.lang.String value)
          Set the status of this request.
 void setType(java.lang.String value)
          Set the type of this request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShortRequest

public ShortRequest()
Method Detail

getId

public long getId()
Get the unique id of this request.


setId

public void setId(long value)
Set the unique id of this request. Only used on the service side.


getRequester

public User getRequester()
Get the requester of this request.


setRequester

public void setRequester(User value)
Set the requester of this request. Only used on the service side.


getType

public java.lang.String getType()
Get the type of this request.


setType

public void setType(java.lang.String value)
Set the type of this request.


getContainerName

public java.lang.String getContainerName()
Get the FQCN of the container that this request wants to change.


setContainerName

public void setContainerName(java.lang.String value)
Set the FQCN of the container that this request wants to change. Only used on the service side.


getActionDescription

public java.lang.String getActionDescription()
Get the description of the action of this request.


setActionDescription

public void setActionDescription(java.lang.String value)
Set the description of the action of this request. Only used on the service side.


getStatus

public java.lang.String getStatus()
Get the status of this request.


setStatus

public void setStatus(java.lang.String value)
Set the status of this request.