|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.ram.extension.ConfigurationDetails
public class ConfigurationDetails
The class contains information about configuration mappings for a custom review process.
| Constructor Summary | |
|---|---|
ConfigurationDetails()
Default Configuration Detail Constructor |
|
ConfigurationDetails(java.lang.String key,
java.lang.String label,
java.lang.String description,
boolean password,
boolean connectionInformation)
|
|
ConfigurationDetails(java.lang.String key,
java.lang.String label,
java.lang.String description,
java.lang.String defaultValue,
boolean textArea)
|
|
ConfigurationDetails(java.lang.String key,
java.lang.String label,
java.lang.String description,
java.lang.String defaultValue,
boolean password,
boolean connectionInformation)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDefaultValue()
Returns the default value for the configuration. |
java.lang.String |
getDescription()
Returns the description for the configuration. |
java.lang.String |
getKey()
Returns the unique key for the configuration. |
java.lang.String |
getLabel()
Returns the label for this configuration. |
boolean |
isConnectionInformation()
Returns true if the configuration is connection information. |
boolean |
isPassword()
Returns true if the configuration is a password. |
boolean |
isTextArea()
|
void |
setConnectionInformation(boolean connectionInformation)
|
void |
setDefaultValue(java.lang.String defaultValue)
|
void |
setDescription(java.lang.String description)
|
void |
setKey(java.lang.String key)
|
void |
setLabel(java.lang.String label)
|
void |
setPassword(boolean password)
|
void |
setTextArea(boolean textArea)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigurationDetails()
public ConfigurationDetails(java.lang.String key,
java.lang.String label,
java.lang.String description,
boolean password,
boolean connectionInformation)
key - A unique key for the configuration.label - A label for the configuration that will be displayed to the Rational Asset Manager administrator.description - A description for the configuration that will be displayed to the Rational Asset Manager administrator.password - True if the configuration is a password.connectionInformation - True if the configuration is connection information
public ConfigurationDetails(java.lang.String key,
java.lang.String label,
java.lang.String description,
java.lang.String defaultValue,
boolean password,
boolean connectionInformation)
key - A unique key for the configuration.label - A label for the configuration that will be displayed to the Rational Asset Manager administrator.description - A description for the configuration that will be displayed to the Rational Asset Manager administrator.defaultValue - The default value of the configuration.password - True if the configuration is a password.connectionInformation - True if the configuration is connection information
public ConfigurationDetails(java.lang.String key,
java.lang.String label,
java.lang.String description,
java.lang.String defaultValue,
boolean textArea)
key - A unique key for the configuration.label - A label for the configuration that will be displayed to the Rational Asset Manager administrator.description - A description for the configuration that will be displayed to the Rational Asset Manager administrator.defaultValue - The default value of the configuration.textArea - True if the configuration is a textArea.| Method Detail |
|---|
public boolean isTextArea()
public void setTextArea(boolean textArea)
textArea - The textArea to set.public java.lang.String getKey()
public java.lang.String getLabel()
public java.lang.String getDefaultValue()
public java.lang.String getDescription()
public boolean isPassword()
public boolean isConnectionInformation()
public void setKey(java.lang.String key)
key - The key to set.public void setLabel(java.lang.String label)
label - The label to set.public void setDefaultValue(java.lang.String defaultValue)
defaultValue - The defaultValue to set.public void setDescription(java.lang.String description)
description - The description to set.public void setPassword(boolean password)
password - The password to set.public void setConnectionInformation(boolean connectionInformation)
connectionInformation - The connectionInformation to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||