public interface SyndPerson extends Cloneable, Extendable
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Creates a deep clone of the object.
|
String |
getEmail()
Returns email of person.
|
String |
getName()
Returns name of person
|
String |
getUri()
Returns URI of person.
|
void |
setEmail(String email)
Sets email of person.
|
void |
setName(String name)
Sets name of person.
|
void |
setUri(String uri)
Sets URI of person.
|
getModule, getModules, setModules
String getName()
void setName(String name)
String getUri()
void setUri(String uri)
String getEmail()
void setEmail(String email)
Object clone() throws CloneNotSupportedException
CloneNotSupportedException
- thrown if an element of the object cannot be cloned.Copyright © 2018. All rights reserved.