class: ValueObjectWrapper

public class: ValueObjectWrapper
Author: : Thomas Diebäcker, created 29.08.2007
Project: Phase: 1.0; Status: Proposed; Version: : $Revision: 1850 $ $LastChangedDate: 2008-12-17 1; Complexity: 1
Dates: Created: 16.07.2009 15:33:50; Modified: 16.07.2009 15:33:50;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {0CD85BBA-A897-4e5f-8A7E-112D4761CF92}
Wrapper for ValueObjects that provides additional attributes for the presentation layer.
 

Goto: Custom Properties, Fields, Methods

See also: PubContextVOWrapper, PubItemVersionVOWrapper, PubItemVOWrapper

Appears in: util

Connections
 
Custom Properties
 
ValueObjectWrapper Attributes
Attribute Details
protected boolean
  selected
Initial: false
protected ValueObject
  valueObject
Initial: null
 
ValueObjectWrapper Methods
Operation Details
public
getSelected():boolean
Sequential
public
getValueObject():ValueObject
Sequential
public
setSelected(
   boolean selected):void
Sequential
public
setValueObject(
   ValueObject valueObject):void
Sequential
public
ValueObjectWrapper():
Sequential
Notes: Public constructor.
public
ValueObjectWrapper(
   ValueObject valueObject):
Sequential
Notes: Public constructor with given ValueObject.