|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.syndication.feed.atom.Person
public class Person
Bean for person elements of Atom feeds.
Constructor Summary | |
---|---|
Person()
Default constructor. |
Method Summary | |
---|---|
Object |
clone()
Creates a deep 'bean' clone of the object. |
boolean |
equals(Object other)
Indicates whether some other object is "equal to" this one as defined by the Object equals() method. |
String |
getEmail()
Returns the person email. |
Module |
getModule(String uri)
Returns the module identified by a given URI. |
List |
getModules()
Returns the entry modules. |
String |
getName()
Returns the person name. |
String |
getUri()
Returns the uri |
String |
getUriResolved(String resolveURI)
|
String |
getUrl()
Returns the person URL (same as getUri() )
|
int |
hashCode()
Returns a hashcode value for the object. |
void |
setEmail(String email)
Sets the person email. |
void |
setModules(List modules)
Sets the entry modules. |
void |
setName(String name)
Sets the personname. |
void |
setUri(String uri)
Set the uri |
void |
setUriResolved(String uriResolved)
|
void |
setUrl(String url)
Sets the person URL (same as setUri(java.lang.String) )
|
String |
toString()
Returns the String representation for the object. |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Person()
Method Detail |
---|
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
- thrown if an element of the object cannot be cloned.public boolean equals(Object other)
equals
in class Object
other
- he reference object with which to compare.
public int hashCode()
It follows the contract defined by the Object hashCode() method.
hashCode
in class Object
public String toString()
toString
in class Object
public String getName()
public void setName(String name)
name
- the person name, null if none.public String getUrl()
getUri()
)
public void setUrl(String url)
setUri(java.lang.String)
)
url
- the person URL, null if none.public void setUriResolved(String uriResolved)
public String getUriResolved(String resolveURI)
public String getEmail()
public void setEmail(String email)
email
- the person email, null if none.public String getUri()
public void setUri(String uri)
uri
- The uri to set.public List getModules()
getModules
in interface Extendable
public void setModules(List modules)
setModules
in interface Extendable
modules
- the list of ModuleImpl elements with the entry modules to set,
an empty list or null if none.public Module getModule(String uri)
getModule
in interface Extendable
uri
- the URI of the ModuleImpl.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |