public class Site extends Object
| Constructor and Description |
|---|
Site() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Collection<String> |
getCat() |
Content |
getContent() |
String |
getDomain() |
Map<String,Object> |
getExt() |
String |
getId() |
String |
getKeywords() |
Integer |
getMobile() |
String |
getName() |
String |
getPage() |
Collection<String> |
getPagecat() |
Integer |
getPrivacypolicy() |
Publisher |
getPublisher() |
String |
getRef() |
String |
getSearch() |
Collection<String> |
getSectioncat() |
int |
hashCode() |
void |
setCat(Collection<String> cat) |
void |
setContent(Content content) |
void |
setDomain(String domain) |
void |
setExt(Map<String,Object> ext) |
void |
setId(String id) |
void |
setKeywords(String keywords) |
void |
setMobile(Integer mobile) |
void |
setName(String name) |
void |
setPage(String page) |
void |
setPagecat(Collection<String> pagecat) |
void |
setPrivacypolicy(Integer privacypolicy) |
void |
setPublisher(Publisher publisher) |
void |
setRef(String ref) |
void |
setSearch(String search) |
void |
setSectioncat(Collection<String> sectioncat) |
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getDomain()
public void setDomain(String domain)
public Collection<String> getCat()
public void setCat(Collection<String> cat)
public Collection<String> getSectioncat()
public void setSectioncat(Collection<String> sectioncat)
public Collection<String> getPagecat()
public void setPagecat(Collection<String> pagecat)
public String getPage()
public void setPage(String page)
public String getRef()
public void setRef(String ref)
public String getSearch()
public void setSearch(String search)
public Integer getMobile()
public void setMobile(Integer mobile)
public Integer getPrivacypolicy()
public void setPrivacypolicy(Integer privacypolicy)
public Publisher getPublisher()
public void setPublisher(Publisher publisher)
public Content getContent()
public void setContent(Content content)
public String getKeywords()
public void setKeywords(String keywords)
Copyright © 2019. All rights reserved.