class: ExportFormatVO

public class: ExportFormatVO
Author:
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1951 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates: Created: 16.07.2009 15:13:59; Modified: 16.07.2009 15:13:59;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {07478B57-215A-4b44-861C-55855DBC6EA8}
Valueobject representing the export format data needed for the export.
@revised by MuJ: 28.08.2007
 

Goto: Custom Properties, Fields, Methods

Extends: ValueObject

See also: FormatType, FileFormatVO, ValueObject

Appears in: valueobjects

Connections
 
Custom Properties
 
ExportFormatVO Attributes
Attribute Details
private java.util.List
  creators
private String
  description
private java.util.List
  fileFormats
Notes: The possible file formats for this export format (i.e. pdf,html,..).
private FormatType
  formatType
private java.lang.String
  id
Notes: The id used for the transforming.
private String
  name
private FileFormatVO
  selectedFileFormat
Notes: The currently selected file format.
 
ExportFormatVO Methods
Operation Details
public
getCreators():java.util.List
Sequential
public
getDescription():String
Sequential
Notes: set description (optional)
public
getFileFormats():java.util.List
Sequential
Notes: Delivers the list of file formats.
public
getFormatType():FormatType
Sequential
Notes: Delivers the type of this export format.
public
getId():String
Sequential
Notes: Delivers the id of this export format.
public
getName():String
Sequential
Notes: Delivers the name of this export format.
public
getSelectedContentType():String
Sequential
Notes: Gets the mime type accordingthe selected file format.
public
getSelectedFileFormat():FileFormatVO
Sequential
Notes: Delivers the name of the selected file format.
public
setCreators(
   java.util.List creators):void
Sequential
public
setDescription(
   String description):void
Sequential
Notes: get description (optional)
public
setFormatType(
   FormatType newVal):void
Sequential
Notes: Sets the type of this export format.
public
setId(
   String id):void
Sequential
Notes: Sets the id of this export format.
public
setName(
   String newVal):void
Sequential
Notes: Sets the name of this export format.
public
setSelectedFileFormat(
   FileFormatVO newVal):void
Sequential
Notes: Sets the name of the selected file format.
public const
toString():String
Sequential
Notes: Returns the String representation of this object.