Class GroupGroupTable1Row
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.GroupGroupTable1Row
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
Response to GroupGetListInServiceProviderRequest. Contains a 3 column table with column headings: "Group Id", "Group Name", "User Limit" and a row for each group.
- Author:
- AlpacaGenerator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic GroupGroupTable1RowgetFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Row with the given Nodestatic List<GroupGroupTable1Row> getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Type Array with the given NodeArrayinthashCode()voidsetGroupId(String groupId) voidsetGroupName(String groupName) voidsetUserLimit(String userLimit) toString()
-
Constructor Details
-
GroupGroupTable1Row
public GroupGroupTable1Row()
-
-
Method Details
-
getGroupId
-
setGroupId
-
getGroupName
-
setGroupName
-
getUserLimit
-
setUserLimit
-
getFromNode
public static GroupGroupTable1Row 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<GroupGroupTable1Row> 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
-