public class App extends DistributionChannel
| Constructor and Description |
|---|
App() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBundle() |
Collection<String> |
getCat() |
Integer |
getCattax() |
String |
getDomain() |
Map<String,Object> |
getExt() |
String |
getKeywords() |
Collection<String> |
getPagecat() |
Integer |
getPaid() |
Integer |
getPrivpolicy() |
Collection<String> |
getSectcat() |
String |
getStoreid() |
String |
getStoreurl() |
String |
getVer() |
int |
hashCode() |
void |
setBundle(String bundle) |
void |
setCat(Collection<String> cat) |
void |
setCattax(Integer cattax) |
void |
setDomain(String domain) |
void |
setExt(Map<String,Object> ext) |
void |
setKeywords(String keywords) |
void |
setPagecat(Collection<String> pagecat) |
void |
setPaid(Integer paid) |
void |
setPrivpolicy(Integer privpolicy) |
void |
setSectcat(Collection<String> sectcat) |
void |
setStoreid(String storeid) |
void |
setStoreurl(String storeurl) |
void |
setVer(String ver) |
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 getBundle()
public void setBundle(String bundle)
public String getStoreid()
public void setStoreid(String storeid)
public String getStoreurl()
public void setStoreurl(String storeurl)
public String getVer()
public void setVer(String ver)
public Integer getPaid()
public void setPaid(Integer paid)
public boolean equals(Object o)
equals in class DistributionChannelpublic int hashCode()
hashCode in class DistributionChannelCopyright © 2019. All rights reserved.