|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.blojsom.plugin.crosspost.beans.Destination
Destination POJO
Constructor Summary | |
Destination()
Default constructor |
Method Summary | |
int |
getApiType()
Get the API type for the destination. |
java.lang.String |
getBlogId()
Get the blog ID of the destination |
java.lang.String |
getCategory()
Get the category of the destination |
java.lang.String |
getPassword()
Get the password for the user ID posting to the destination |
java.lang.String |
getTitle()
Title of the destination |
java.lang.String |
getUrl()
XML-RPC URL for the destination |
java.lang.String |
getUserId()
Get the user ID posting to the destination |
void |
setApiType(int apiType)
Set the API type for the destination. |
void |
setBlogId(java.lang.String blogId)
Set the blog ID of the destination |
void |
setCategory(java.lang.String category)
Set the category of the destination |
void |
setPassword(java.lang.String password)
Set the password for the user ID posting to the destination |
void |
setTitle(java.lang.String title)
Set the title of the destination |
void |
setUrl(java.lang.String url)
Set the XML-RPC URL for the destination |
void |
setUserId(java.lang.String userId)
Set the user ID posting to the destination |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Destination()
Method Detail |
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- Titlepublic java.lang.String getUrl()
public void setUrl(java.lang.String url)
url
- XML-RPC URLpublic int getApiType()
public void setApiType(int apiType)
apiType
- API type for destinationpublic java.lang.String getUserId()
public void setUserId(java.lang.String userId)
userId
- User ID posting to the destinationpublic java.lang.String getPassword()
public void setPassword(java.lang.String password)
password
- Password for the user ID posting to the destinationpublic java.lang.String getBlogId()
public void setBlogId(java.lang.String blogId)
blogId
- Blog ID of the destinationpublic java.lang.String getCategory()
public void setCategory(java.lang.String category)
category
- Category of the destination
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |