public class Partition extends Object implements oracle.fmwplatform.envspec.common.EntityWithId
Modifier and Type | Field and Description |
---|---|
static String |
RESERVED_TOKEN_PARTITION |
Constructor and Description |
---|
Partition() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Returns the id used to reference this model object.
|
String |
getName() |
Partition |
setId(String id)
Sets the id used to reference this model object.
|
Partition |
setName(String name) |
String |
toCompactString()
Returns a compact string representation of the object in XML format.
|
String |
toJsonCompactString()
Returns a compact string representation of the object in JSON format.
|
String |
toJsonString()
Returns a string representation of the object in JSON format.
|
String |
toString()
Returns a string representation of the object in XML format.
|
String |
toXmlCompactString()
Returns a compact string representation of the object in XML format.
|
String |
toXmlString()
Returns a string representation of the object in XML format.
|
public static final String RESERVED_TOKEN_PARTITION
public String getId()
oracle.fmwplatform.envspec.common.EntityWithId
getId
in interface oracle.fmwplatform.envspec.common.EntityWithId
public Partition setId(String id)
oracle.fmwplatform.envspec.common.EntityWithId
setId
in interface oracle.fmwplatform.envspec.common.EntityWithId
id
- the id to be used when referencing this model objectpublic String getName()
public String toXmlCompactString()
public String toXmlString()
public String toJsonCompactString()
public String toJsonString()
public String toCompactString()