Class PropertyMapping
- java.lang.Object
-
- de.hybris.platform.cockpit.services.config.jaxb.base.PropertyMapping
-
public class PropertyMapping extends java.lang.ObjectJava class for property-mapping complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="property-mapping"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="source" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="target" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description PropertyMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetSource()Gets the value of the source property.java.lang.StringgetTarget()Gets the value of the target property.voidsetSource(java.lang.String value)Sets the value of the source property.voidsetTarget(java.lang.String value)Sets the value of the target property.
-
-
-
Method Detail
-
getSource
public java.lang.String getSource()
Gets the value of the source property.- Returns:
- possible object is
String
-
setSource
public void setSource(java.lang.String value)
Sets the value of the source property.- Parameters:
value- allowed object isString
-
getTarget
public java.lang.String getTarget()
Gets the value of the target property.- Returns:
- possible object is
String
-
setTarget
public void setTarget(java.lang.String value)
Sets the value of the target property.- Parameters:
value- allowed object isString
-
-