class: FaceItemVO

public class: FaceItemVO
Author: franke (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1951 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates: Created: 16.07.2009 15:13:21; Modified: 16.07.2009 15:13:21;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {F97F8713-27A5-45de-8BDE-A7CA3EDD7319}
eSciDoc item for Faces.
 

Goto: Custom Properties, Fields, Methods

Extends: ItemVO

See also: ItemVO

Appears in: face

Connections
 
Custom Properties
 
FaceItemVO Attributes
Attribute Details
private static Logger
  logger
Initial: Logger.getLogger(FaceItemVO.class)
 
FaceItemVO Methods
Operation Details
public
clone():Object
Sequential
Tags: annotations=@Override
Notes: {@inheritDoc}
@author Tobias Schraut
public
FaceItemVO():
Sequential
Notes: Default constructor.
public
FaceItemVO(
   ItemVO itemVO):
Sequential
Notes: Clone constructor.
public
getMetadata():MdsFaceVO
Sequential
Notes: Getter for face-metadata. This only works if the forst metadata set of the item is of type face-metadata.
@return The face's metadata
public
setMetadata(
   MdsFaceVO mdsFaceVO):void
Sequential
Notes: Setter for face-metadata. Overrrides the first metadata set of the item. If there is no metadata set, it will be added.