Package org.javlo.module.social
Class TwitterReader.TwitterBean
- java.lang.Object
-
- org.javlo.module.social.TwitterReader.TwitterBean
-
- Enclosing class:
- TwitterReader
public static class TwitterReader.TwitterBean extends Object
-
-
Constructor Summary
Constructors Constructor Description TwitterBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAuthors()
Date
getDate()
String
getFullName()
String
getMessage()
void
setAuthors(String authors)
void
setDate(Date date)
void
setFullName(String fullName)
void
setMessage(String message)
-
-
-
Method Detail
-
getAuthors
public String getAuthors()
-
setAuthors
public void setAuthors(String authors)
-
getMessage
public String getMessage()
-
setMessage
public void setMessage(String message)
-
getDate
public Date getDate()
-
setDate
public void setDate(Date date)
-
getFullName
public String getFullName()
-
setFullName
public void setFullName(String fullName)
-
-