protected class BlogCacheManager.PostSiteLang extends BlogCacheManager.Post
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
_language
The post language. 
 | 
protected BlogCacheManager.Post | 
_post
The post. 
 | 
protected String | 
_siteName
The post site name. 
 | 
_date, _id, _name, _tags| Constructor and Description | 
|---|
PostSiteLang()
Default constructor. 
 | 
PostSiteLang(BlogCacheManager.Post post,
            String siteName,
            String language)
Constructor with all parameters. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getLanguage()
Get the language. 
 | 
BlogCacheManager.Post | 
getPost()
Get the post. 
 | 
String | 
getSiteName()
Get the siteName. 
 | 
void | 
setLanguage(String language)
Set the language. 
 | 
void | 
setPost(BlogCacheManager.Post post)
Set the post. 
 | 
void | 
setSiteName(String siteName)
Set the siteName. 
 | 
protected BlogCacheManager.Post _post
public PostSiteLang()
public PostSiteLang(BlogCacheManager.Post post, String siteName, String language)
post - the Post.siteName - the site name.language - the language.public BlogCacheManager.Post getPost()
public void setPost(BlogCacheManager.Post post)
post - the post to setpublic String getSiteName()
public void setSiteName(String siteName)
siteName - the siteName to setpublic String getLanguage()
public void setLanguage(String language)
language - the language to set