org.identityconnectors.framework.impl.api
Class ConfigurationPropertyImpl

java.lang.Object
  extended by org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
All Implemented Interfaces:
ConfigurationProperty

public class ConfigurationPropertyImpl
extends Object
implements ConfigurationProperty


Constructor Summary
ConfigurationPropertyImpl()
           
 
Method Summary
 boolean equals(Object o)
           
 String getDisplayMessageKey()
           
 String getDisplayName(String def)
          
 String getHelpMessage(String def)
          
 String getHelpMessageKey()
           
 String getName()
          
 Set<Class<? extends APIOperation>> getOperations()
           
 int getOrder()
           
 ConfigurationPropertiesImpl getParent()
           
 Class<?> getType()
          
 Object getValue()
          
 int hashCode()
           
 boolean isConfidential()
          
 boolean isRequired()
           
 void setConfidential(boolean confidential)
           
 void setDisplayMessageKey(String key)
           
 void setHelpMessageKey(String key)
           
 void setName(String name)
           
 void setOperations(Set<Class<? extends APIOperation>> set)
           
 void setOrder(int order)
           
 void setParent(ConfigurationPropertiesImpl parent)
           
 void setRequired(boolean v)
           
 void setType(Class<?> type)
           
 void setValue(Object value)
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationPropertyImpl

public ConfigurationPropertyImpl()
Method Detail

getOrder

public int getOrder()

setOrder

public void setOrder(int order)

setConfidential

public void setConfidential(boolean confidential)

setName

public void setName(String name)

getHelpMessageKey

public String getHelpMessageKey()

setHelpMessageKey

public void setHelpMessageKey(String key)

getDisplayMessageKey

public String getDisplayMessageKey()

setDisplayMessageKey

public void setDisplayMessageKey(String key)

setType

public void setType(Class<?> type)

getParent

public ConfigurationPropertiesImpl getParent()

setParent

public void setParent(ConfigurationPropertiesImpl parent)

getOperations

public Set<Class<? extends APIOperation>> getOperations()
Specified by:
getOperations in interface ConfigurationProperty

isRequired

public boolean isRequired()
Specified by:
isRequired in interface ConfigurationProperty

setRequired

public void setRequired(boolean v)

setOperations

public void setOperations(Set<Class<? extends APIOperation>> set)

isConfidential

public boolean isConfidential()

Specified by:
isConfidential in interface ConfigurationProperty

getName

public String getName()

Specified by:
getName in interface ConfigurationProperty

getType

public Class<?> getType()

Specified by:
getType in interface ConfigurationProperty

getValue

public Object getValue()

Specified by:
getValue in interface ConfigurationProperty

setValue

public void setValue(Object value)

Specified by:
setValue in interface ConfigurationProperty

getHelpMessage

public String getHelpMessage(String def)

Specified by:
getHelpMessage in interface ConfigurationProperty

getDisplayName

public String getDisplayName(String def)

Specified by:
getDisplayName in interface ConfigurationProperty

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object


Copyright © 2011. All Rights Reserved.