Class SystemAlternateUserIdAlternateUserIdTableRow
- java.lang.Object
-
- co.ecg.alpaca.toolkit.generated.tables.SystemAlternateUserIdAlternateUserIdTableRow
-
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class SystemAlternateUserIdAlternateUserIdTableRow extends Object implements BroadWorksTableRow, Serializable
Response to SystemAlternateUserIdGetListRequest. 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", "Organization Id" ,"Reseller Id" and "User Type". The following columns are only returned in AS data mode: "Reseller Id"- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SystemAlternateUserIdAlternateUserIdTableRow()
-
Method Summary
-
-
-
Method Detail
-
getUserId
public String getUserId()
-
setUserId
public void setUserId(String userId)
-
getAlternateUserId
public String getAlternateUserId()
-
setAlternateUserId
public void setAlternateUserId(String alternateUserId)
-
getGroupId
public String getGroupId()
-
setGroupId
public void setGroupId(String groupId)
-
getOrganizationId
public String getOrganizationId()
-
setOrganizationId
public void setOrganizationId(String organizationId)
-
getResellerId
public String getResellerId()
-
setResellerId
public void setResellerId(String resellerId)
-
getUserType
public String getUserType()
-
setUserType
public void setUserType(String userType)
-
getUser
public User getUser(BroadWorksServer broadWorksServer)
-
getFromNode
public static SystemAlternateUserIdAlternateUserIdTableRow 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<SystemAlternateUserIdAlternateUserIdTableRow> 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
-
-