Package org.wso2.carbon.user.api
Class Property
- java.lang.Object
-
- org.wso2.carbon.user.api.Property
-
public class Property extends Object
Represents a property in user store manager
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Property[]getChildProperties()StringgetDescription()StringgetName()StringgetValue()voidsetChildProperties(Property[] childProperties)voidsetDescription(String description)voidsetName(String name)voidsetValue(String value)
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getChildProperties
public Property[] getChildProperties()
-
setChildProperties
public void setChildProperties(Property[] childProperties)
-
-