public abstract class NamedObject extends AnaplanApiClientObject
Modifier | Constructor and Description |
---|---|
protected |
NamedObject(Model model,
com.anaplan.client.NamedObject.Data data) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCode()
Get the code for the object.
|
java.lang.String |
getId()
Get the Anaplan-generated identifier for the object.
|
java.lang.String |
getName()
Get the name of the object.
|
protected NamedObject(Model model, com.anaplan.client.NamedObject.Data data)
public java.lang.String getId()
public java.lang.String getName()
public java.lang.String getCode()