public class MappedWebTier extends Object implements oracle.fmwplatform.envspec.common.EntityWithId
| Constructor and Description |
|---|
MappedWebTier() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Returns the id used to reference this MappedWebTier object
|
WebTier |
getWebTier()
Returns the WebTier object belonging to this MappedWebTier object
|
MappedWebTier |
setId(String id)
Sets the id used to reference this MappedWebTier object
|
MappedWebTier |
setWebTier(WebTier webTier)
Sets the WebTier object that belongs to this MappedWebTier 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 WebTier getWebTier()
public String getId()
getId in interface oracle.fmwplatform.envspec.common.EntityWithIdpublic MappedWebTier setId(String id)
setId in interface oracle.fmwplatform.envspec.common.EntityWithIdid - the id used to reference this MappedWebTier objectpublic MappedWebTier setWebTier(WebTier webTier)
webTier - the web tier to be assignedpublic String toXmlCompactString()
public String toXmlString()
public String toJsonCompactString()
public String toJsonString()
public String toCompactString()