com.viceversatech.rdfbeans.test.foafexample.entities.impl
Class Agent

java.lang.Object
  extended by com.viceversatech.rdfbeans.test.foafexample.entities.impl.Thing
      extended by com.viceversatech.rdfbeans.test.foafexample.entities.impl.Agent
All Implemented Interfaces:
IAgent, IThing
Direct Known Subclasses:
Person

public abstract class Agent
extends Thing
implements IAgent

Agent.

Author:
alex

Constructor Summary
Agent()
           
 
Method Summary
 java.util.Date getBirthday()
           
 java.lang.String getMbox()
           
 void setBirthday(java.util.Date birthday)
           
 void setMbox(java.lang.String mbox)
           
 
Methods inherited from class com.viceversatech.rdfbeans.test.foafexample.entities.impl.Thing
equals, getHomepage, getName, getUri, hashCode, setHomepage, setName, setUri, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.viceversatech.rdfbeans.test.foafexample.entities.IThing
getHomepage, getName, getUri, setHomepage, setName, setUri
 

Constructor Detail

Agent

public Agent()
Method Detail

getBirthday

public java.util.Date getBirthday()
Specified by:
getBirthday in interface IAgent
Returns:
the birthday

setBirthday

public void setBirthday(java.util.Date birthday)
Specified by:
setBirthday in interface IAgent
Parameters:
birthday - the birthday to set

getMbox

public java.lang.String getMbox()
Specified by:
getMbox in interface IAgent
Returns:
the mbox

setMbox

public void setMbox(java.lang.String mbox)
Specified by:
setMbox in interface IAgent
Parameters:
mbox - the mbox to set


Copyright © 2011. All Rights Reserved.