public class Site extends DistributionChannel
| Constructor and Description |
|---|
Site() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getAmp() |
Collection<String> |
getCat() |
Integer |
getCattax() |
String |
getDomain() |
Map<String,Object> |
getExt() |
String |
getKeywords() |
Integer |
getMobile() |
String |
getPage() |
Collection<String> |
getPagecat() |
Integer |
getPrivpolicy() |
String |
getRef() |
String |
getSearch() |
Collection<String> |
getSectcat() |
int |
hashCode() |
void |
setAmp(Integer amp) |
void |
setCat(Collection<String> cat) |
void |
setCattax(Integer cattax) |
void |
setDomain(String domain) |
void |
setExt(Map<String,Object> ext) |
void |
setKeywords(String keywords) |
void |
setMobile(Integer mobile) |
void |
setPage(String page) |
void |
setPagecat(Collection<String> pagecat) |
void |
setPrivpolicy(Integer privpolicy) |
void |
setRef(String ref) |
void |
setSearch(String search) |
void |
setSectcat(Collection<String> sectcat) |
getContent, getId, getName, getPub, setContent, setId, setName, setPubpublic String getDomain()
public void setDomain(String domain)
public Collection<String> getCat()
public void setCat(Collection<String> cat)
public Collection<String> getSectcat()
public void setSectcat(Collection<String> sectcat)
public Collection<String> getPagecat()
public void setPagecat(Collection<String> pagecat)
public Integer getCattax()
public void setCattax(Integer cattax)
public Integer getPrivpolicy()
public void setPrivpolicy(Integer privpolicy)
public String getKeywords()
public void setKeywords(String keywords)
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 getAmp()
public void setAmp(Integer amp)
public boolean equals(Object o)
equals in class DistributionChannelpublic int hashCode()
hashCode in class DistributionChannelCopyright © 2019. All rights reserved.