Class GroupServiceUserServicesAuthorizationTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.GroupServiceUserServicesAuthorizationTableRow
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class GroupServiceUserServicesAuthorizationTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to GroupServiceGetAuthorizationListRequest. Contains three tables, one for the service packs, one for the group services, and one for the user services. The user table has the following column headings: "Service Name", "Authorized", "Assigned", "Limited", "Quantity", "Usage", "Licensed", "Allowed", "User Assignable", "Group Service Assignable". The group service table has the following column headings: "Service Name", "Authorized", "Assigned", "Limited", "Quantity", "Usage", "Licensed", "Allowed", "Instance Count". The service pack table's column headings are: "Service Pack Name", "Authorized", "Assigned", "Limited", "Allocated", "Allowed", "Usage", "Description".
- Author:
- AlpacaGenerator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Row with the given NodegetFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Type Array with the given NodeArraygetUsage()inthashCode()voidsetAllowed(String allowed) voidsetAssigned(String assigned) voidsetAuthorized(String authorized) voidsetGroupServiceAssignable(String groupServiceAssignable) voidsetLicensed(String licensed) voidsetLimited(String limited) voidsetQuantity(String quantity) voidsetServiceName(String serviceName) voidvoidsetUserAssignable(String userAssignable) toString()
-
Constructor Details
-
GroupServiceUserServicesAuthorizationTableRow
public GroupServiceUserServicesAuthorizationTableRow()
-
-
Method Details
-
getServiceName
-
setServiceName
-
getAuthorized
-
setAuthorized
-
getAssigned
-
setAssigned
-
getLimited
-
setLimited
-
getQuantity
-
setQuantity
-
getUsage
-
setUsage
-
getLicensed
-
setLicensed
-
getAllowed
-
setAllowed
-
getUserAssignable
-
setUserAssignable
-
getGroupServiceAssignable
-
setGroupServiceAssignable
-
getFromNode
public static GroupServiceUserServicesAuthorizationTableRow getFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Row with the given Node- Parameters:
n- The Node to parse for the OCI Table
-
getFromNodeArray
public static List<GroupServiceUserServicesAuthorizationTableRow> getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Type Array with the given NodeArray- Parameters:
nodeArray- The NodeArray to parse for the OCI Table
-
equals
-
hashCode
public int hashCode() -
toString
-