this.description = description;
}
<<<<<<< HEAD
public String getType() {
return type;
}
public void setType(final String type) {
this.type = type;
}
public LinkedHashSet getThngs() {
return thngs;
}
public void setThngs(final LinkedHashSet thngs) {
this.thngs = thngs;
}
@Override
public String toString() {
return "Collection{" + "name='" + name + "\'" + ", description='" + description + "\'" + ", type=" + type + "} + , thngs=" + thngs + "}";
=======
@Override
public String toString() {
return "Collection{" + "name='" + name + "\'" + ", description='" + description + "\'" + "}";
>>>>>>> ea643f6a4b42b3c499a0d6b11b9f658ea9c89bf2
}
} |