org.identityconnectors.framework.impl.api
Class ConfigurationPropertyImpl
java.lang.Object
org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
- All Implemented Interfaces:
- ConfigurationProperty
public class ConfigurationPropertyImpl
- extends Object
- implements ConfigurationProperty
ConfigurationPropertyImpl
public ConfigurationPropertyImpl()
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.