Class ServiceProviderServicePackServiceUsageTableRow
- java.lang.Object
-
- co.ecg.alpaca.toolkit.generated.tables.ServiceProviderServicePackServiceUsageTableRow
-
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class ServiceProviderServicePackServiceUsageTableRow extends Object implements BroadWorksTableRow, Serializable
Response to ServiceProviderServicePackGetServiceUsageListRequest. The column headings are "Service Pack Name", "Total Packs" and "Allocated to Groups"- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceProviderServicePackServiceUsageTableRow()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetAllocatedtoGroups()static ServiceProviderServicePackServiceUsageTableRowgetFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Row with the given Nodestatic List<ServiceProviderServicePackServiceUsageTableRow>getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Type Array with the given NodeArrayStringgetServicePackName()StringgetTotalPacks()inthashCode()voidsetAllocatedtoGroups(String allocatedtoGroups)voidsetServicePackName(String servicePackName)voidsetTotalPacks(String totalPacks)StringtoString()
-
-
-
Method Detail
-
getServicePackName
public String getServicePackName()
-
setServicePackName
public void setServicePackName(String servicePackName)
-
getTotalPacks
public String getTotalPacks()
-
setTotalPacks
public void setTotalPacks(String totalPacks)
-
getAllocatedtoGroups
public String getAllocatedtoGroups()
-
setAllocatedtoGroups
public void setAllocatedtoGroups(String allocatedtoGroups)
-
getFromNode
public static ServiceProviderServicePackServiceUsageTableRow 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<ServiceProviderServicePackServiceUsageTableRow> 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
-
-