|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Person | |
---|---|
org.intabulas.sandler | Defines the classes and interfaces for the sandler atom implementation |
org.intabulas.sandler.elements | Defines the interfaces for the sandler atom implementation |
org.intabulas.sandler.elements.impl | Defines the implementation of the classes for the sandler atom implementation |
Uses of Person in org.intabulas.sandler |
---|
Methods in org.intabulas.sandler that return Person | |
---|---|
static Person |
SyndicationFactory.createPerson(String name,
String email,
String url)
Create new instance of an Person type |
Methods in org.intabulas.sandler with parameters of type Person | |
---|---|
static Feed |
SyndicationFactory.createFeed(Person author,
String title,
Link alternate,
Date modified)
Construct a valid Atom Feed |
Uses of Person in org.intabulas.sandler.elements |
---|
Methods in org.intabulas.sandler.elements that return Person | |
---|---|
Person |
SandlerEntry.getAuthor()
Returns the Entries Author |
Person |
SandlerEntry.getContributor(int index)
|
Methods in org.intabulas.sandler.elements with parameters of type Person | |
---|---|
void |
SandlerEntry.addContributor(int index,
Person contributor)
|
boolean |
SandlerEntry.addContributor(Person contributor)
|
boolean |
SandlerEntry.removeContributor(Person contributor)
|
void |
SandlerEntry.setAuthor(Person author)
Set's the entries Author |
Uses of Person in org.intabulas.sandler.elements.impl |
---|
Classes in org.intabulas.sandler.elements.impl that implement Person | |
---|---|
class |
PersonImpl
PersonImpl |
Fields in org.intabulas.sandler.elements.impl declared as Person | |
---|---|
protected Person |
AbstractEntryElement._author
|
Methods in org.intabulas.sandler.elements.impl that return Person | |
---|---|
Person |
AbstractEntryElement.getAuthor()
Returns the Entries Author |
Person |
AbstractEntryElement.getContributor(int index)
|
Methods in org.intabulas.sandler.elements.impl with parameters of type Person | |
---|---|
void |
AbstractEntryElement.addContributor(int index,
Person contributor)
|
boolean |
AbstractEntryElement.addContributor(Person contributor)
|
boolean |
AbstractEntryElement.removeContributor(Person contributor)
|
void |
AbstractEntryElement.setAuthor(Person author)
Set's the entries Author |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |