public abstract class NamedModel<T> extends IdentifiableModel<T>
| Constructor and Description |
|---|
NamedModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the name.
|
NamedModel<T> |
setName(String name)
Sets the name.
|
equals, getId, hashCode, setIdpublic String getName()
public NamedModel<T> setName(String name)
name - the new nameCopyright © 2014–2019 Smartsheet. All rights reserved.