|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.brickred.socialauth.Feed
public class Feed
Data bean for Feed info
| Constructor Summary | |
|---|---|
Feed()
|
|
| Method Summary | |
|---|---|
Date |
getCreatedAt()
Returns the posted date |
String |
getFrom()
Returns the name who has posted this feed |
String |
getId()
Returns Feed id |
String |
getMessage()
Returns feed message |
String |
getScreenName()
Returns the screen name (if available) who has posted this feed |
void |
setCreatedAt(Date createdAt)
Updates the feed posted date |
void |
setFrom(String from)
Updates the name who has posted feed |
void |
setId(String id)
Updates Feed Id |
void |
setMessage(String message)
Updates the feed message |
void |
setScreenName(String screenName)
Updates the screen name who has posted this feed |
String |
toString()
Retrieves the feed as a string |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Feed()
| Method Detail |
|---|
public String getId()
public void setId(String id)
id - the feed idpublic String getFrom()
public void setFrom(String from)
from - the name who has posted feedpublic String getMessage()
public void setMessage(String message)
message - the feed messagepublic Date getCreatedAt()
public void setCreatedAt(Date createdAt)
createdAt - the feed posted datepublic String getScreenName()
public void setScreenName(String screenName)
screenName - public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||