Class ServiceProviderServicePackMigrationTaskGroupTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.ServiceProviderServicePackMigrationTaskGroupTableRow
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class ServiceProviderServicePackMigrationTaskGroupTableRow extends Object implements BroadWorksTableRow, Serializable
Response to ServiceProviderServicePackMigrationTaskGetAvailableGroupListRequest. The groupTable column headings are: "Group Id", "Group Name", "User Count".
- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ServiceProviderServicePackMigrationTaskGroupTableRow() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)static ServiceProviderServicePackMigrationTaskGroupTableRowgetFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Row with the given Nodestatic List<ServiceProviderServicePackMigrationTaskGroupTableRow>getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Type Array with the given NodeArrayStringgetGroupId()StringgetGroupName()StringgetUserCount()inthashCode()voidsetGroupId(String groupId)voidsetGroupName(String groupName)voidsetUserCount(String userCount)StringtoString()
-
Constructor Details
-
ServiceProviderServicePackMigrationTaskGroupTableRow
public ServiceProviderServicePackMigrationTaskGroupTableRow()
-
-
Method Details
-
getGroupId
-
setGroupId
-
getGroupName
-
setGroupName
-
getUserCount
-
setUserCount
-
getFromNode
public static ServiceProviderServicePackMigrationTaskGroupTableRow 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<ServiceProviderServicePackMigrationTaskGroupTableRow> 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
-