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