class: MdsFaceVO

public class: MdsFaceVO
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:22; Modified: 16.07.2009 15:13:22;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {5A7BF872-F9BA-4a6f-A769-17CFB19981E0}
Metadata content of a Faces' face.
 

Goto: Custom Properties, Fields, Methods

Extends: MetadataSetVO

See also: AccessLevel, AgeGroup, Emotion, Gender, PictureGroup, MetadataSetVO

Appears in: face

Connections
 
Custom Properties
 
MdsFaceVO Attributes
Attribute Details
private AccessLevel
  accessLevel
private int
  age
private AgeGroup
  ageGroup
private Emotion
  emotion
private Gender
  gender
private String
  identifier
private PictureGroup
  pictureGroup
 
MdsFaceVO Methods
Operation Details
public
clone():MdsFaceVO
Sequential
Tags: annotations=@Override
Notes: {@inheritDoc}
public
getAccessLevel():AccessLevel
Sequential
public
getAge():int
Sequential
public
getAgeGroup():AgeGroup
Sequential
public
getEmotion():Emotion
Sequential
public
getGender():Gender
Sequential
public
getIdentifier():String
Sequential
public
getPictureGroup():PictureGroup
Sequential
public
MdsFaceVO():
Sequential
Notes: Creates a new instance.
public
MdsFaceVO(
   MdsFaceVO mdsFaceVO):
Sequential
Notes: Copy constructor.
@param other The instance to copy.
public
setAccessLevel(
   AccessLevel accessLevel):void
Sequential
public
setAge(
   int age):void
Sequential
public
setAgeGroup(
   AgeGroup ageGroup):void
Sequential
public
setEmotion(
   Emotion emotion):void
Sequential
public
setGender(
   Gender gender):void
Sequential
public
setIdentifier(
   String identifier):void
Sequential
public
setPictureGroup(
   PictureGroup pictureGroup):void
Sequential