|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ace.moab.api.reservation.Reservation
com.ace.moab.api.reservation.StandingReservation
public class StandingReservation
This class represents a standing reservation.
A standing reservation is any reservation that is not a one-time reservation. This includes recurring reservations every day, week, or infinite reservations.
Constructor Summary | |
---|---|
StandingReservation()
|
Method Summary | |
---|---|
java.lang.String |
getAccountList()
Get the account list associated with this reservation (see description) |
java.lang.String |
getClassList()
Get the class list associated with this reservation (see description) |
java.lang.String |
getClusterList()
Get the reservation's cluster list |
java.lang.String |
getGroupList()
Get the group list associated with this reservation (see description) |
java.lang.String |
getQosList()
Get the QOS list associated with this reservation (see description) |
ReservationTime |
getTime()
Get the Reservation's time information |
java.lang.String |
getUserList()
Get the user list associated with this reservation (see description) |
boolean |
isAllowGridSandbox()
Return true if the standing reservation will allow Grid Sandboxing |
boolean |
isDisabled()
Returns true if the standing reservation is currently disabled |
void |
setAccountList(java.lang.String accountList)
Set the account list associated with this reservation (see description) |
void |
setAllowGridSandbox(boolean allowGridSandbox)
Set to true if the standing reservation will allow Grid Sandboxing |
void |
setClassList(java.lang.String classList)
Set the class list associated with this reservation (see description) |
void |
setClusterList(java.lang.String clusterList)
Set the reservation's cluster list |
void |
setDisabled(boolean isDisabled)
Set to true if the standing reservation is currently disabled |
void |
setGroupList(java.lang.String groupList)
Set the group list associated with this reservation (see description) |
void |
setQosList(java.lang.String qosList)
Set the QOS list associated with this reservation (see description) |
void |
setTime(ReservationTime time)
Set the Reservation's time information |
void |
setUserList(java.lang.String userList)
Set the user list associated with this reservation (see description) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StandingReservation()
Method Detail |
---|
public boolean isDisabled()
public void setDisabled(boolean isDisabled)
isDisabled
- true if the standing reservation is currently disabledpublic ReservationTime getTime()
public void setTime(ReservationTime time)
time
- the Reservation's time informationpublic boolean isAllowGridSandbox()
public void setAllowGridSandbox(boolean allowGridSandbox)
allowGridSandbox
- true if the standing reservation will allow Grid Sandboxingpublic java.lang.String getClusterList()
public void setClusterList(java.lang.String clusterList)
clusterList
- the reservation's cluster listpublic java.lang.String getUserList()
public void setUserList(java.lang.String userList)
userList
- the user list associated with this reservation (see description)public java.lang.String getGroupList()
public void setGroupList(java.lang.String groupList)
groupList
- the group list associated with this reservation (see description)public java.lang.String getQosList()
public void setQosList(java.lang.String qosList)
qosList
- the QOS list associated with this reservation (see description)public java.lang.String getClassList()
public void setClassList(java.lang.String classList)
classList
- the class list associated with this reservation (see description)public java.lang.String getAccountList()
public void setAccountList(java.lang.String accountList)
accountList
- the account list associated with this reservation (see description)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |