com.xebialabs.deployit.core.api.dto
Class ConfigurationItemPropertyDescriptorDto

java.lang.Object
  extended by com.xebialabs.deployit.core.api.dto.ConfigurationItemPropertyDescriptorDto

public class ConfigurationItemPropertyDescriptorDto
extends java.lang.Object


Constructor Summary
ConfigurationItemPropertyDescriptorDto()
           
 
Method Summary
 void addPropertyDescriptor(ConfigurationItemPropertyDescriptorDto configurationItemPropertyDescriptorDto)
           
 java.lang.String getCategory()
           
 java.lang.String getCollectionMemberClassname()
           
 java.lang.String getDefaultValue()
           
 java.lang.String getDescription()
           
 java.lang.String[] getEnumValues()
           
 java.lang.String getLabel()
           
 java.lang.String getName()
           
 java.lang.String getPropertyClassname()
           
 java.util.List<ConfigurationItemPropertyDescriptorDto> getPropertyDescriptors()
           
 java.lang.String getSize()
           
 ConfigurationItemPropertyKind getType()
           
 boolean isAsContainment()
           
 boolean isDiscoveryParam()
           
 boolean isDiscoveryRequired()
           
 boolean isEditable()
           
 boolean isIdentifying()
           
 boolean isPassword()
           
 boolean isRequired()
           
 void setAsContainment(boolean asContainment)
           
 void setCategory(java.lang.String category)
           
 void setCollectionMemberClassname(java.lang.String collectionMemberClassname)
           
 void setDefaultValue(java.lang.String defaultValue)
           
 void setDescription(java.lang.String description)
           
 void setDiscoveryParam(boolean discoveryParam)
           
 void setDiscoveryRequired(boolean discoveryRequired)
           
 void setEditable(boolean editable)
           
 void setEnumValues(java.lang.String[] enumValues)
           
 void setIdentifying(boolean identifying)
           
 void setLabel(java.lang.String label)
           
 void setName(java.lang.String name)
           
 void setPassword(boolean password)
           
 void setPropertyClassname(java.lang.String propertyClassname)
           
 void setRequired(boolean required)
           
 void setSize(java.lang.String size)
           
 void setType(ConfigurationItemPropertyKind type)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationItemPropertyDescriptorDto

public ConfigurationItemPropertyDescriptorDto()
Method Detail

setName

public void setName(java.lang.String name)

setType

public void setType(ConfigurationItemPropertyKind type)

setEnumValues

public void setEnumValues(java.lang.String[] enumValues)

setCollectionMemberClassname

public void setCollectionMemberClassname(java.lang.String collectionMemberClassname)

setPropertyClassname

public void setPropertyClassname(java.lang.String propertyClassname)

setRequired

public void setRequired(boolean required)

setEditable

public void setEditable(boolean editable)

setPassword

public void setPassword(boolean password)

setIdentifying

public void setIdentifying(boolean identifying)

setDiscoveryParam

public void setDiscoveryParam(boolean discoveryParam)

setDiscoveryRequired

public void setDiscoveryRequired(boolean discoveryRequired)

setAsContainment

public final void setAsContainment(boolean asContainment)

setCategory

public void setCategory(java.lang.String category)

setSize

public void setSize(java.lang.String size)

setDefaultValue

public void setDefaultValue(java.lang.String defaultValue)

setLabel

public void setLabel(java.lang.String label)

addPropertyDescriptor

public void addPropertyDescriptor(ConfigurationItemPropertyDescriptorDto configurationItemPropertyDescriptorDto)

getLabel

public java.lang.String getLabel()

getName

public java.lang.String getName()

getType

public ConfigurationItemPropertyKind getType()

getEnumValues

public java.lang.String[] getEnumValues()

getCollectionMemberClassname

public java.lang.String getCollectionMemberClassname()

getPropertyClassname

public java.lang.String getPropertyClassname()

isRequired

public boolean isRequired()

isEditable

public boolean isEditable()

isPassword

public boolean isPassword()

isIdentifying

public boolean isIdentifying()

isDiscoveryParam

public boolean isDiscoveryParam()

isDiscoveryRequired

public boolean isDiscoveryRequired()

getCategory

public java.lang.String getCategory()

getDefaultValue

public java.lang.String getDefaultValue()

getSize

public java.lang.String getSize()

getPropertyDescriptors

public java.util.List<ConfigurationItemPropertyDescriptorDto> getPropertyDescriptors()

getDescription

public java.lang.String getDescription()

isAsContainment

public final boolean isAsContainment()

setDescription

public void setDescription(java.lang.String description)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object