public class MappedSystemComponent extends Object implements oracle.fmwplatform.envspec.common.EntityWithId
SystemComponent| Constructor and Description |
|---|
MappedSystemComponent()
Creates an instance of MappedSystemComponent.
|
MappedSystemComponent(SystemComponent systemComponent)
Creates an instance of MappedSystemComponent based on the SystemComponent specified.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Returns the id that is used to reference this MappedSystemComponent.
|
SystemComponent |
getSystemComponent()
Returns the SystemComponent referenced by this mapping.
|
MappedSystemComponent |
setId(String id)
Sets the id that is used to reference this MappedSystemComponent.
|
MappedSystemComponent |
setSystemComponent(SystemComponent systemComponent)
Sets the reference to a SystemComponent in this mapping.
|
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 MappedSystemComponent()
public MappedSystemComponent(SystemComponent systemComponent)
systemComponent - the SystemComponent to be mapped to a domainpublic String getId()
getId in interface oracle.fmwplatform.envspec.common.EntityWithIdpublic MappedSystemComponent setId(String id)
setId in interface oracle.fmwplatform.envspec.common.EntityWithIdid - the id that is used to reference this MappedSystemComponentpublic SystemComponent getSystemComponent()
public MappedSystemComponent setSystemComponent(SystemComponent systemComponent)
systemComponent - the SystemComponent that this mapping is to be based onpublic String toXmlCompactString()
public String toXmlString()
public String toJsonCompactString()
public String toJsonString()
public String toCompactString()