|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.evdb.javaapi.data.Performer
public class Performer
Eventful performer object.
Use the PerformerOperations class to manipulate
PerformerOperations| Constructor Summary | |
|---|---|
Performer()
|
|
| Method Summary | |
|---|---|
java.util.List<Comment> |
getComments()
List of performer comments |
java.util.Date |
getCreated()
Date performer was created |
java.lang.String |
getCreator()
Get the creator of the performer |
int |
getDemandCount()
Return performer demand count |
int |
getDemandMemberCount()
Total number of demand members |
int |
getEventCount()
Number of performer events |
java.util.List<Event> |
getEvents()
List of performer events |
java.util.List<Image> |
getImages()
List the performer images |
java.util.List<Link> |
getLinks()
Return a list of performer links |
java.lang.String |
getLongBio()
Performer long bio |
java.lang.String |
getName()
Performer name |
java.util.List<Property> |
getProperties()
Return the properites |
java.lang.String |
getShortBio()
Set the performer short bio |
java.lang.String |
getSpid()
Return performer SPID |
java.util.List<Tag> |
getTags()
List of performer tags |
java.lang.String |
getWithdrawnNote()
Return the withdrawn note |
boolean |
isHuman()
Whether the performer is human or not |
boolean |
isWithdrawn()
Whether the performer is withdrawn |
void |
setComments(java.util.List<Comment> comments)
List of performer comments. |
void |
setCreated(java.util.Date created)
Date performer was created |
void |
setCreator(java.lang.String creator)
Set the performer creator |
void |
setDemandCount(int demandCount)
Set the performer demand count |
void |
setDemandMemberCount(int demandMemberCount)
Total number of demand members. |
void |
setEventCount(int eventCount)
Number of performer events. |
void |
setEvents(java.util.List<Event> events)
Set the performer events. |
void |
setHuman(boolean human)
Set whether the performer is human or not |
void |
setImages(java.util.List<Image> images)
Set the performer images |
void |
setLinks(java.util.List<Link> links)
Set the performer links. |
void |
setLongBio(java.lang.String longBio)
Performer long bio |
void |
setName(java.lang.String name)
Set the performer name |
void |
setProperties(java.util.List<Property> properties)
Set the properties. |
void |
setShortBio(java.lang.String shortBio)
Performer short bio |
void |
setSpid(java.lang.String spid)
Set the performer SPID. |
void |
setTags(java.util.List<Tag> tags)
List of performer tags. |
void |
setWithdrawn(boolean withdrawn)
Whether the performer is withdrawn. |
void |
setWithdrawnNote(java.lang.String withdrawnNote)
Set the withdrawn note. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Performer()
| Method Detail |
|---|
public java.util.List<Comment> getComments()
public void setComments(java.util.List<Comment> comments)
comments - the comments to setPerformerOperations.addComment(String, Comment)public java.util.Date getCreated()
public void setCreated(java.util.Date created)
created - the created to setpublic java.lang.String getCreator()
public void setCreator(java.lang.String creator)
creator - the creator to setpublic int getDemandCount()
public void setDemandCount(int demandCount)
demandCount - the demandCount to setpublic int getDemandMemberCount()
public void setDemandMemberCount(int demandMemberCount)
demandMemberCount - the demandMemberCount to setpublic int getEventCount()
public void setEventCount(int eventCount)
eventCount - the eventCount to setpublic java.util.List<Event> getEvents()
public void setEvents(java.util.List<Event> events)
events - the events to setEventOperations.addPerformer(String, Performer)public boolean isHuman()
public void setHuman(boolean human)
human - the human to setpublic java.util.List<Image> getImages()
public void setImages(java.util.List<Image> images)
images - the images to setpublic java.util.List<Link> getLinks()
public void setLinks(java.util.List<Link> links)
links - the links to setPerformerOperations.addLink(String, Link)public java.lang.String getLongBio()
public void setLongBio(java.lang.String longBio)
longBio - the longBio to setpublic java.lang.String getName()
public void setName(java.lang.String name)
name - the name to setpublic java.lang.String getShortBio()
public void setShortBio(java.lang.String shortBio)
shortBio - the shortBio to setpublic java.lang.String getSpid()
public void setSpid(java.lang.String spid)
spid - the SPID to setpublic java.util.List<Tag> getTags()
public void setTags(java.util.List<Tag> tags)
tags - the tags to setPerformerOperations.deleteTags(String, List)public boolean isWithdrawn()
public void setWithdrawn(boolean withdrawn)
withdrawn - the withdrawn to setPerformerOperations.withdraw(String, String)public java.lang.String getWithdrawnNote()
public void setWithdrawnNote(java.lang.String withdrawnNote)
withdrawnNote - the withdrawnNote to setPerformerOperations.withdraw(String, String)public java.util.List<Property> getProperties()
public void setProperties(java.util.List<Property> properties)
properties - the properties to setPerformerOperations.addProperty(String, Property),
PerformerOperations.deleteProperty(String, Property)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||