org.wso2.carbon.user.api
Class Property

java.lang.Object
  extended by org.wso2.carbon.user.api.Property

public class Property
extends Object

Represents a property in user store manager


Constructor Summary
Property(String name, String value, String description, Property[] childProperties)
           
 
Method Summary
 Property[] getChildProperties()
           
 String getDescription()
           
 String getName()
           
 String getValue()
           
 void setChildProperties(Property[] childProperties)
           
 void setDescription(String description)
           
 void setName(String name)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Property

public Property(String name,
                String value,
                String description,
                Property[] childProperties)
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)


Copyright © 2014 WSO2 Inc. All rights reserved.