Class ServiceProviderServiceGroupServicesAuthorizationTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.ServiceProviderServiceGroupServicesAuthorizationTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class ServiceProviderServiceGroupServicesAuthorizationTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to ServiceProviderServiceGetAuthorizationListRequest. Contains two tables, one for the group services and one for the user services. The Group Service table has column headings: "Service Name", "Authorized", "Assigned", "Limited", "Quantity", "Allocated", "Licensed", "Service Pack Allocation" The User Service table has column headings: "Service Name", "Authorized", "Assigned", "Limited", "Quantity", "Allocated", "Licensed", "Service Pack Allocation", "User Assignable", "Service Pack Assignable".
- Author:
- AlpacaGenerator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getFromNode
(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 NodeArrayint
hashCode()
void
setAllocated
(String allocated) void
setAssigned
(String assigned) void
setAuthorized
(String authorized) void
setLicensed
(String licensed) void
setLimited
(String limited) void
setQuantity
(String quantity) void
setServiceName
(String serviceName) void
setServicePackAllocation
(String servicePackAllocation) toString()
-
Constructor Details
-
ServiceProviderServiceGroupServicesAuthorizationTableRow
public ServiceProviderServiceGroupServicesAuthorizationTableRow()
-
-
Method Details
-
getServiceName
-
setServiceName
-
getAuthorized
-
setAuthorized
-
getAssigned
-
setAssigned
-
getLimited
-
setLimited
-
getQuantity
-
setQuantity
-
getAllocated
-
setAllocated
-
getLicensed
-
setLicensed
-
getServicePackAllocation
-
setServicePackAllocation
-
getFromNode
public static ServiceProviderServiceGroupServicesAuthorizationTableRow 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<ServiceProviderServiceGroupServicesAuthorizationTableRow> 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
-