|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.edu.archer.service.srb.dto.request.SRBRequest
public class SRBRequest
Super class for all SRBRequest.
Field Summary | |
---|---|
static java.lang.String |
SRB_SESSION_ID_VAR_NAME
SRB session_Id variable name. |
Constructor Summary | |
---|---|
SRBRequest()
Default constructor. |
|
SRBRequest(java.lang.String srbSessionId)
Useful constructor. |
Method Summary | |
---|---|
java.lang.String |
getSrbContentPath()
Get SRB content path. |
java.lang.String |
getSrbSessionId()
Get srbSessionId. |
boolean |
isScratchAreaRequest()
|
boolean |
isStagingAreaRequest()
Is staging area request. |
void |
setScratchAreaRequest(boolean isScratchAreaRequest)
|
void |
setSrbContentPath(java.lang.String srbContentPath)
Set SRB content path. |
void |
setSrbSessionId(java.lang.String srbSessionId)
Set srbSessionId. |
void |
setStagingAreaRequest(boolean isStagingAreaRequest)
Set true if the SRB request is a staging area request. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String SRB_SESSION_ID_VAR_NAME
Constructor Detail |
---|
public SRBRequest()
public SRBRequest(java.lang.String srbSessionId)
srbSessionId
- srbSessionId.Method Detail |
---|
public boolean isScratchAreaRequest()
public void setScratchAreaRequest(boolean isScratchAreaRequest)
isScratchAreaRequest
- the isScratchAreaRequest to setpublic boolean isStagingAreaRequest()
public void setStagingAreaRequest(boolean isStagingAreaRequest)
isStagingAreaRequest
- staging area request.public java.lang.String getSrbContentPath()
public void setSrbContentPath(java.lang.String srbContentPath)
srbContentPath
- to set.public java.lang.String getSrbSessionId()
public void setSrbSessionId(java.lang.String srbSessionId)
srbSessionId
- to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |