org.intabulas.sandler.elements
Interface Person

All Superinterfaces:
ParseableEntity
All Known Implementing Classes:
PersonImpl

public interface Person
extends ParseableEntity

Person

Version:
$Id: Person.java,v 1.1 2004/02/04 22:09:35 intabulas Exp $
Author:
Mark Lussier

Method Summary
 String getEmail()
          Returns the Email Address of the Person
 String getName()
          Returns the Name of the Person
 String getUrl()
          Returns the URL of the Person
 void setEmail(String email)
          Set's the Email Address of the Person
 void setName(String name)
          Set's the Name of the Person
 void setUrl(String url)
          Set's the URL of the Person
 
Methods inherited from interface org.intabulas.sandler.elements.ParseableEntity
loadDocument
 

Method Detail

getName

String getName()
Returns the Name of the Person

Returns:
a String representing the Name

setName

void setName(String name)
Set's the Name of the Person

Parameters:
name - a String representing the Name

getUrl

String getUrl()
Returns the URL of the Person

Returns:
a String representing the URL

setUrl

void setUrl(String url)
Set's the URL of the Person

Parameters:
url - a String representing the URL

getEmail

String getEmail()
Returns the Email Address of the Person

Returns:
a String representing the Email Address

setEmail

void setEmail(String email)
Set's the Email Address of the Person

Parameters:
email - a String representing the Email Address


Copyright © 2003-2004 Mark Lussier. All Rights Reserved.