Class UserServiceUserServicesAssignmentTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.UserServiceUserServicesAssignmentTableRow
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class UserServiceUserServicesAssignmentTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to UserServiceGetAssignmentListRequest. Contains two tables, one for the service packs, and one for the user services. The user table has the column headings: "Service Name", "Assigned", The service pack table's column headings are: "Service Pack Name", "Assigned", "Description". The "Assigned" column has either a true or false value
- 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 NodeArrayinthashCode()voidsetAssigned(String assigned) voidsetServiceName(String serviceName) toString()
-
Constructor Details
-
UserServiceUserServicesAssignmentTableRow
public UserServiceUserServicesAssignmentTableRow()
-
-
Method Details
-
getServiceName
-
setServiceName
-
getAssigned
-
setAssigned
-
getFromNode
public static UserServiceUserServicesAssignmentTableRow 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<UserServiceUserServicesAssignmentTableRow> 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
-