INNER CODE UNIT · Java
getLogoUrl
cloudfavorites/favorites-web · app/src/main/java/com/favorites/domain/Collect.java:102
public String getLogoUrl() {
return logoUrl;
}
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;