public abstract class IdentifiableModel<T> extends Object
| Constructor and Description |
|---|
IdentifiableModel() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object)
Check if the given object equals to this object.
|
T |
getId()
Gets the id.
|
int |
hashCode()
Return the hash code of this object.
|
IdentifiableModel<T> |
setId(T id)
Sets the id.
|
public T getId()
public IdentifiableModel<T> setId(T id)
id - the new idpublic boolean equals(Object object)
Copyright © 2014–2019 Smartsheet. All rights reserved.