public class AttributeDTO extends Object
Constructor and Description |
---|
AttributeDTO() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAttributeDataType() |
String |
getAttributeId() |
String |
getAttributeValue() |
String |
getCategory() |
int |
hashCode() |
void |
setAttributeDataType(String attributeDataType) |
void |
setAttributeId(String attributeId) |
void |
setAttributeValue(String attributeValue) |
void |
setCategory(String category) |
public String getAttributeDataType()
public void setAttributeDataType(String attributeDataType)
public String getCategory()
public void setCategory(String category)
public String getAttributeId()
public void setAttributeId(String attributeId)
public String getAttributeValue()
public void setAttributeValue(String attributeValue)
Copyright © 2016 WSO2. All rights reserved.