fi.foyt.fni.larpkalenteri.Genre Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of larp-kalenteri-rest-model Show documentation
Show all versions of larp-kalenteri-rest-model Show documentation
Forge & Illusion - Larp-kalenteri REST Model
package fi.foyt.fni.larpkalenteri;
import java.util.Map;
public class Genre {
public String getId() {
return id;
}
public void setId(String id) {
this.id = id;
}
public Map getName() {
return name;
}
public void setName(Map name) {
this.name = name;
}
private String id;
private Map name;
}