public class AttributeMappingDTO extends Object
| Constructor and Description |
|---|
AttributeMappingDTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeType() |
String |
getFromAttribute() |
String |
getToAttribute() |
void |
setAttributeType(String attributeType) |
void |
setFromAttribute(String fromAttribute) |
void |
setToAttribute(String toAttribute) |
public String getFromAttribute()
public void setFromAttribute(String fromAttribute)
public String getToAttribute()
public void setToAttribute(String toAttribute)
public String getAttributeType()
public void setAttributeType(String attributeType)
Copyright © 2016 WSO2. All rights reserved.