class: PubContextVOWrapper

public class: PubContextVOWrapper
Author: : Thomas Diebäcker, created 29.08.2007
Project: Phase: 1.0; Status: Proposed; Version: : $Revision: 1893 $ $LastChangedDate: 2008-12-23 1; Complexity: 1
Dates: Created: 16.07.2009 15:32:06; Modified: 16.07.2009 15:32:06;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {1ED734AF-4119-45d0-829A-9997FB2BA65D}
Wrapper for ContextVOs that provides additional attributes for the presentation layer.
 

Goto: Custom Properties, Fields, Methods

Extends: ValueObjectWrapper

See also: ValueObjectWrapper

Appears in: contextList

Connections
 
Custom Properties
 
PubContextVOWrapper Attributes
Attribute Details
private boolean
  expanded
Initial: false
 
PubContextVOWrapper Methods
Operation Details
public
getValueObject():ContextVO
Sequential
public
isExpanded():boolean
Sequential
public
PubContextVOWrapper():
Sequential
Notes: Public constructor.
public
PubContextVOWrapper(
   ContextVO contextVO):
Sequential
Notes: Constructor using a given context.
public
setExpanded(
   boolean expanded):void
Sequential
public
setValueObject(
   ContextVO pubItemVO):void
Sequential