|
|||||||||
| Home >> All >> com >> sun >> syndication >> feed >> [ atom overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.sun.syndication.feed.atom
Class Person

java.lang.Objectcom.sun.syndication.feed.atom.Person
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Serializable
- public class Person
- extends java.lang.Object
- implements java.lang.Cloneable, java.io.Serializable
- extends java.lang.Object
Bean for person elements of Atom feeds.
| Field Summary | |
private java.lang.String |
_email
|
private java.lang.String |
_name
|
private com.sun.syndication.feed.impl.ObjectBean |
_objBean
|
private java.lang.String |
_uri
|
| Constructor Summary | |
Person()
Default constructor. |
|
| Method Summary | |
java.lang.Object |
clone()
Creates a deep 'bean' clone of the object. |
boolean |
equals(java.lang.Object other)
Indicates whether some other object is "equal to" this one as defined by the Object equals() method. |
java.lang.String |
getEmail()
Returns the person email. |
java.lang.String |
getName()
Returns the person name. |
java.lang.String |
getUri()
Returns the uri |
java.lang.String |
getUrl()
Returns the person URL (same as getUri() 55 )
|
int |
hashCode()
Returns a hashcode value for the object. |
void |
setEmail(java.lang.String email)
Sets the person email. |
void |
setName(java.lang.String name)
Sets the personname. |
void |
setUri(java.lang.String uri)
Set the uri |
void |
setUrl(java.lang.String url)
Sets the person URL (same as setUri())
|
java.lang.String |
toString()
Returns the String representation for the object. |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
_objBean
private com.sun.syndication.feed.impl.ObjectBean _objBean
_name
private java.lang.String _name
_uri
private java.lang.String _uri
_email
private java.lang.String _email
| Constructor Detail |
Person
public Person()
- Default constructor. All properties are set to null.
| Method Detail |
clone
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
- Creates a deep 'bean' clone of the object.
equals
public boolean equals(java.lang.Object other)
- Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
hashCode
public int hashCode()
- Returns a hashcode value for the object.
It follows the contract defined by the Object hashCode() method.
toString
public java.lang.String toString()
- Returns the String representation for the object.
getName
public java.lang.String getName()
- Returns the person name.
setName
public void setName(java.lang.String name)
- Sets the personname.
getUrl
public java.lang.String getUrl()
- Returns the person URL (same as
getUri()55 )
setUrl
public void setUrl(java.lang.String url)
- Sets the person URL (same as
setUri())
getEmail
public java.lang.String getEmail()
- Returns the person email.
setEmail
public void setEmail(java.lang.String email)
- Sets the person email.
getUri
public java.lang.String getUri()
- Returns the uri
- Since:
- Atom 1.0
setUri
public void setUri(java.lang.String uri)
- Set the uri
- Since:
- Atom 1.0
|
|||||||||
| Home >> All >> com >> sun >> syndication >> feed >> [ atom overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.sun.syndication.feed.atom.Person