Class SystemFileRepositoryDeviceUserFileRepositoryUserTableRow
- java.lang.Object
-
- co.ecg.alpaca.toolkit.generated.tables.SystemFileRepositoryDeviceUserFileRepositoryUserTableRow
-
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class SystemFileRepositoryDeviceUserFileRepositoryUserTableRow extends Object implements BroadWorksTableRow, Serializable
Response to SystemFileRepositoryDeviceUserGetListRequest. Contains a table with column headings : "User Name","Allow Get","Allow Delete","Allow Put" in a row for each file repository user.- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SystemFileRepositoryDeviceUserFileRepositoryUserTableRow()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetAllowDelete()StringgetAllowGet()StringgetAllowPut()static SystemFileRepositoryDeviceUserFileRepositoryUserTableRowgetFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Row with the given Nodestatic List<SystemFileRepositoryDeviceUserFileRepositoryUserTableRow>getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Type Array with the given NodeArrayStringgetUserName()inthashCode()voidsetAllowDelete(String allowDelete)voidsetAllowGet(String allowGet)voidsetAllowPut(String allowPut)voidsetUserName(String userName)StringtoString()
-
-
-
Method Detail
-
getUserName
public String getUserName()
-
setUserName
public void setUserName(String userName)
-
getAllowGet
public String getAllowGet()
-
setAllowGet
public void setAllowGet(String allowGet)
-
getAllowDelete
public String getAllowDelete()
-
setAllowDelete
public void setAllowDelete(String allowDelete)
-
getAllowPut
public String getAllowPut()
-
setAllowPut
public void setAllowPut(String allowPut)
-
getFromNode
public static SystemFileRepositoryDeviceUserFileRepositoryUserTableRow 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<SystemFileRepositoryDeviceUserFileRepositoryUserTableRow> 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
-
-