public class MigratableTarget extends Object implements oracle.fmwplatform.envspec.common.EntityWithId
| Constructor and Description |
|---|
MigratableTarget() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object compare) |
String |
getId()
Get the ID of the model object.
|
int |
hashCode() |
MigratableTarget |
setId(String id)
Set the ID of the model object.
|
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 String getId()
getId in interface oracle.fmwplatform.envspec.common.EntityWithIdpublic MigratableTarget setId(String id)
setId in interface oracle.fmwplatform.envspec.common.EntityWithIdid - the id to be used when referencing this model objectpublic String toXmlCompactString()
public String toXmlString()
public String toJsonCompactString()
public String toJsonString()
public String toCompactString()
public String toString()