|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.security.voms.service.request.ShortRequest
Contains a short description of a request.
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 |
public ShortRequest()
Method Detail |
public long getId()
public void setId(long value)
public User getRequester()
public void setRequester(User value)
public java.lang.String getType()
public void setType(java.lang.String value)
public java.lang.String getContainerName()
public void setContainerName(java.lang.String value)
public java.lang.String getActionDescription()
public void setActionDescription(java.lang.String value)
public java.lang.String getStatus()
public void setStatus(java.lang.String value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |