Class UserAlternateUserIdUserIdTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.UserAlternateUserIdUserIdTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class UserAlternateUserIdUserIdTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to UserAlternateUserIdGetListRequest. Contains a table of the main user id and the alternate user ids, the column headings are: "User Id", "Description", "Alternate". The possible values for "Alternate" are "true" and "false". The "Description" is only present for alternate user Ids.
- Author:
- AlpacaGenerator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getFromNode
(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) int
hashCode()
void
setAlternate
(String alternate) void
setDescription
(String description) void
toString()
-
Constructor Details
-
UserAlternateUserIdUserIdTableRow
public UserAlternateUserIdUserIdTableRow()
-
-
Method Details
-
getUserId
-
setUserId
-
getAlternate
-
setAlternate
-
getDescription
-
setDescription
-
getUser
-
getFromNode
public static UserAlternateUserIdUserIdTableRow 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<UserAlternateUserIdUserIdTableRow> 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
-