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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Property
public Property(String name,
String value,
String description,
Property[] childProperties)
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)
Copyright © 2014 WSO2 Inc. All rights reserved.