Class ServiceProviderAlternateUserIdAlternateUserIdTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.ServiceProviderAlternateUserIdAlternateUserIdTableRow
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class ServiceProviderAlternateUserIdAlternateUserIdTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to ServiceProviderAlternateUserIdGetListRequest. The "User Type" column contains the corresponding enumerated UserType value. Contains a table of alternate user ids, the column headings are: "User Id", "Alternate User Id", "Group Id" and "User Type".
- 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 NodeArraygetUser(BroadWorksServer broadWorksServer) inthashCode()voidsetAlternateUserId(String alternateUserId) voidsetGroupId(String groupId) voidvoidsetUserType(String userType) toString()
-
Constructor Details
-
ServiceProviderAlternateUserIdAlternateUserIdTableRow
public ServiceProviderAlternateUserIdAlternateUserIdTableRow()
-
-
Method Details
-
getUserId
-
setUserId
-
getAlternateUserId
-
setAlternateUserId
-
getGroupId
-
setGroupId
-
getUserType
-
setUserType
-
getUser
-
getFromNode
public static ServiceProviderAlternateUserIdAlternateUserIdTableRow 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<ServiceProviderAlternateUserIdAlternateUserIdTableRow> 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
-