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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserAccessDeviceFileDeviceFilesTableRow()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getFileFormat()
static UserAccessDeviceFileDeviceFilesTableRow
getFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Row with the given Nodestatic List<UserAccessDeviceFileDeviceFilesTableRow>
getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Type Array with the given NodeArrayString
getTemplateURL()
int
hashCode()
void
setFileFormat(String fileFormat)
void
setTemplateURL(String templateURL)
String
toString()
-
-
-
Method Detail
-
getFileFormat
public String getFileFormat()
-
setFileFormat
public void setFileFormat(String fileFormat)
-
getTemplateURL
public String getTemplateURL()
-
setTemplateURL
public void setTemplateURL(String templateURL)
-
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
-
-