261262263264265266267268
@Override public boolean equals(Object o) { if (this == o) return true; if (o == null || !(o instanceof ApplicationModel)) return false; ApplicationModel that = (ApplicationModel) o; return that.getId().equals(getId()); }