|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.evdb.javaapi.data.Demand
public class Demand
Demand Object.
Use the DemandOperations class to manipulate
DemandOperations| Constructor Summary | |
|---|---|
Demand()
|
|
| Method Summary | |
|---|---|
java.util.List<Comment> |
getComments()
Return demand comments |
java.util.Date |
getCreated()
Get the demand created date |
java.lang.String |
getCreator()
Return the demand creator name |
java.lang.String |
getDescription()
Return the demand description |
java.util.List<Event> |
getEvents()
List of events created by this demand |
java.util.List<Image> |
getImages()
Get the demadn images |
java.util.List<Link> |
getLinks()
Return the demand links |
java.lang.String |
getLocation()
Return the demand location |
int |
getMemberCount()
Return the total number of demand members |
Performer |
getPerformer()
Return the performer being demanded |
java.lang.String |
getSdid()
Return the SDID |
java.lang.String |
getStatus()
Return the demand status |
java.util.List<Tag> |
getTags()
List the demand tags |
java.lang.String |
getWithdrawnNote()
Note for why the demand was withdrawn |
boolean |
isWithdrawn()
Return whether the demand is withdrawn |
void |
setComments(java.util.List<Comment> comments)
Set demand comments. |
void |
setCreated(java.util.Date created)
Set the demand created date |
void |
setCreator(java.lang.String creator)
Set the demand creator name |
void |
setDescription(java.lang.String description)
Set the demand description |
void |
setEvents(java.util.List<Event> events)
Set the events |
void |
setImages(java.util.List<Image> images)
Set the demand image list. |
void |
setLinks(java.util.List<Link> links)
Set the links for a demand. |
void |
setLocation(java.lang.String location)
Set the demand location |
void |
setMemberCount(int memberCount)
Set the number of demand members |
void |
setPerformer(Performer performer)
Set the performer being demanded. |
void |
setSdid(java.lang.String sdid)
Set the SDID |
void |
setStatus(java.lang.String status)
Set the demand status |
void |
setTags(java.util.List<Tag> tags)
Set the demand tags. |
void |
setWithdrawn(boolean withdrawn)
Set whether the demand 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 Demand()
| Method Detail |
|---|
public java.util.List<Comment> getComments()
public void setComments(java.util.List<Comment> comments)
comments - the comments to setDemandOperations.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 java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - the description to setpublic java.util.List<Event> getEvents()
public void setEvents(java.util.List<Event> events)
events - the events to setpublic java.util.List<Image> getImages()
public void setImages(java.util.List<Image> images)
images - the images to setDemandOperations.addImage(String, Image)public java.util.List<Link> getLinks()
public void setLinks(java.util.List<Link> links)
links - the links to setDemandOperations.addLink(String, Link)public java.lang.String getLocation()
public void setLocation(java.lang.String location)
location - the location to setpublic int getMemberCount()
public void setMemberCount(int memberCount)
memberCount - the memberCount to setpublic Performer getPerformer()
public void setPerformer(Performer performer)
performer - the performer to setpublic java.lang.String getSdid()
public void setSdid(java.lang.String sdid)
sdid - the sdid to setpublic java.lang.String getStatus()
public void setStatus(java.lang.String status)
status - the status to setpublic java.util.List<Tag> getTags()
public void setTags(java.util.List<Tag> tags)
tags - the tags to setDemandOperations.addTags(String, List)public boolean isWithdrawn()
public void setWithdrawn(boolean withdrawn)
withdrawn - the withdrawn to setpublic java.lang.String getWithdrawnNote()
public void setWithdrawnNote(java.lang.String withdrawnNote)
withdrawnNote - the withdrawnNote to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||