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

java.lang.Object
  |
  +--org.edg.security.voms.service.request.ShortRequest
Direct Known Subclasses:
DetailedRequest

public class ShortRequest
extends java.lang.Object

Contains a short description of a request.

Version:
$Id: ShortRequest.java,v 1.2 2003/11/04 15:18:35 lorentey Exp $
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)
           
 void setContainerName(java.lang.String value)
           
 void setId(long value)
           
 void setRequester(User value)
           
 void setStatus(java.lang.String value)
           
 void setType(java.lang.String value)
           
 
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)

getRequester

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


setRequester

public void setRequester(User value)

getType

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


setType

public void setType(java.lang.String value)

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)

getActionDescription

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


setActionDescription

public void setActionDescription(java.lang.String value)

getStatus

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


setStatus

public void setStatus(java.lang.String value)