INNER CODE UNIT · Java

getCharset

cloudfavorites/favorites-web · app/src/main/java/com/favorites/domain/Collect.java:110

	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;
	}

	public String getRemark() {
		return remark;

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…