class: TocDivVO

public class: TocDivVO
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:17; Modified: 16.07.2009 15:14:17;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {B8DF9C6F-C4AF-41e1-8983-7B0C1AB8386C}
Object representing a toc
 

Goto: Custom Properties, Fields, Methods

Extends: ValueObject

See also: ValueObject, TocVO

Appears in: valueobjects

Connections
 
Custom Properties
 
TocDivVO Attributes
Attribute Details
private String
  id
private String
  label
private int
  order
Initial: -1
private String
  orderLabel
private ArrayList
  tocDivList
Initial: new ArrayList()
private ArrayList
  tocPtrList
Initial: new ArrayList()
private String
  type
private String
  visible
 
TocDivVO Methods
Operation Details
public
getId():String
Sequential
public
getLabel():String
Sequential
public
getOrder():int
Sequential
public
getOrderLabel():String
Sequential
public
getTocDivList():List
Sequential
public
getTocPtrList():List
Sequential
public
getType():String
Sequential
public
getVisible():String
Sequential
public
setId(
   String id):void
Sequential
public
setLabel(
   String label):void
Sequential
public
setOrder(
   int order):void
Sequential
public
setOrderLabel(
   String orderLabel):void
Sequential
public
setTocDivList(
   List tocDivList):void
Sequential
public
setTocPtrList(
   List tocPtrList):void
Sequential
public
setType(
   String type):void
Sequential
public
setVisible(
   String visible):void
Sequential