Class UserAnnouncementFileAnnouncementTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.UserAnnouncementFileAnnouncementTableRow
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class UserAnnouncementFileAnnouncementTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to UserAnnouncementFileGetAvailableListRequest. The response contains a table with columns: "Name", "Media Type", "File Size", "Repository Type", and "Announcement File External Id". The "Name" column contains the name of the announcement file. The "Media Type" column contains the media type of the announcement file with the possible values: WMA - Windows Media Audio file WAV - A WAV file 3GP - A 3GP file MOV - A MOV file using a H.263 or H.264 codec. The "File Size" is in Kilobytes. The "Repository Type" column contains the type of repository for the announcement file such as "User" or "Group" The "File Size" column contains the file size in kB of the announcement file. The "Announcement File External Id" column contains the External Id of the announcement file. The following columns are populated in AS data mode only: "Announcement File External Id"
- 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 NodeArraygetName()inthashCode()voidsetAnnouncementFileExternalId(String announcementFileExternalId) voidsetFileSize(String fileSize) voidsetMediaType(String mediaType) voidvoidsetRepositoryType(String repositoryType) toString()
-
Constructor Details
-
UserAnnouncementFileAnnouncementTableRow
public UserAnnouncementFileAnnouncementTableRow()
-
-
Method Details
-
getName
-
setName
-
getMediaType
-
setMediaType
-
getFileSize
-
setFileSize
-
getRepositoryType
-
setRepositoryType
-
getAnnouncementFileExternalId
-
setAnnouncementFileExternalId
-
getFromNode
public static UserAnnouncementFileAnnouncementTableRow 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<UserAnnouncementFileAnnouncementTableRow> 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
-