Class AdminController.CreateGroupModel
java.lang.Object
uk.ac.manchester.spinnaker.alloc.admin.AdminController.CreateGroupModel
- Enclosing interface:
- AdminController
Model used when creating a group. No other purpose.
- Author:
- Donal Fellows
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
CreateGroupModelpublic CreateGroupModel()
 
- 
- 
Method Details- 
getName- Returns:
- The name of the group to create.
 
- 
setName- Parameters:
- name- The name of the group to create.
 
- 
getQuota- Returns:
- The quota of the group to create, as a String. Empty if the group is quota-less.
 
- 
setQuota- Parameters:
- quota- The quota of the group to create, as a- String.
 
- 
toGroupRecord- Returns:
- This request, as a partial group record.
 
- 
isQuotadpublic boolean isQuotad()- Returns:
- Whether the group has a quota.
 
- 
setQuotadpublic void setQuotad(boolean value) - Parameters:
- value- Whether the group has a quota.
 
 
-