INNER CODE UNIT · Java
setLogoUrl
cloudfavorites/favorites-web · app/src/main/java/com/favorites/domain/Collect.java:106
public void setLogoUrl(String logoUrl) {
this.logoUrl = logoUrl;
}
public String getCharset() {
return charset;
}
public void setCharset(String charset) {
this.charset = charset;
}
public CollectType getType() {
return type;
}
public void setType(CollectType type) {
this.type = type;