com.viceversatech.rdfbeans.test.foafexample.entities
Interface IAgent

All Superinterfaces:
IThing
All Known Subinterfaces:
IPerson
All Known Implementing Classes:
Agent, Person

public interface IAgent
extends IThing

IAgent.

Author:
alex

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 interface com.viceversatech.rdfbeans.test.foafexample.entities.IThing
getHomepage, getName, getUri, setHomepage, setName, setUri
 

Method Detail

getBirthday

java.util.Date getBirthday()
Returns:
the birthday

setBirthday

void setBirthday(java.util.Date birthday)
Parameters:
birthday - the birthday to set

getMbox

java.lang.String getMbox()
Returns:
the mbox

setMbox

void setMbox(java.lang.String mbox)
Parameters:
mbox - the mbox to set


Copyright © 2011. All Rights Reserved.