class: TocVO

public class: TocVO
Author: Markus Haarlaender (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1951 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates: Created: 16.07.2009 15:14:18; Modified: 16.07.2009 15:14:18;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {EB8CC248-F7EE-4c9b-9468-393798E7B56F}
Object representing a Toc (http://www.escidoc.de/schemas/table-of-content/0.1)
 

Goto: Custom Properties, Fields, Methods

Extends: ValueObject

See also: TocItemVO, TocDivVO, ValueObject

Appears in: valueobjects

Connections
 
Custom Properties
 
TocVO Attributes
Attribute Details
private String
  tocBase
private TocDivVO
  tocDiv
private String
  tocId
private String
  tocLabel
private String
  tocType
 
TocVO Methods
Operation Details
public
getTocBase():String
Sequential
public
getTocDiv():TocDivVO
Sequential
public
getTocId():String
Sequential
public
getTocLabel():String
Sequential
public
getTocType():String
Sequential
public
setTocBase(
   String tocBase):void
Sequential
public
setTocDiv(
   TocDivVO tocDiv):void
Sequential
public
setTocId(
   String tocId):void
Sequential
public
setTocLabel(
   String tocLabel):void
Sequential
public
setTocType(
   String tocType):void
Sequential