org.apache.commons.betwixt.introspection
Class FaceImpl

java.lang.Object
  extended by org.apache.commons.betwixt.introspection.FaceImpl
All Implemented Interfaces:
IFace

public class FaceImpl
extends java.lang.Object
implements IFace

Version:
$Id: FaceImpl.java 438373 2006-08-30 05:17:21Z bayard $
Author:
Robert Burrell Donkin

Constructor Summary
FaceImpl()
           
 
Method Summary
 boolean getFaceReallySmirked()
           
 java.lang.String getName()
           
 void setName(java.lang.String name)
           
 void smirk()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FaceImpl

public FaceImpl()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface IFace

setName

public void setName(java.lang.String name)
Specified by:
setName in interface IFace

smirk

public void smirk()
Specified by:
smirk in interface IFace

getFaceReallySmirked

public boolean getFaceReallySmirked()


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.