Class UserAccessDeviceFileDeviceFilesTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.UserAccessDeviceFileDeviceFilesTableRow
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class UserAccessDeviceFileDeviceFilesTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to UserAccessDeviceFileGetListRequest. Contains a table of user modifiable Device Management files. The column headings are: "File Format", "Template URL".
- 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()voidsetFileFormat(String fileFormat) voidsetTemplateURL(String templateURL) toString()
-
Constructor Details
-
UserAccessDeviceFileDeviceFilesTableRow
public UserAccessDeviceFileDeviceFilesTableRow()
-
-
Method Details
-
getFileFormat
-
setFileFormat
-
getTemplateURL
-
setTemplateURL
-
getFromNode
public static UserAccessDeviceFileDeviceFilesTableRow 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<UserAccessDeviceFileDeviceFilesTableRow> 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
-