Class ConfigurationItemId
java.lang.Object
com.xebialabs.deployit.engine.api.dto.ConfigurationItemId
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 ConfigurationItemIdAndReferenceId
A reference to a 
ConfigurationItem, containing the id and type.- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionConfigurationItemId(String id, com.xebialabs.deployit.plugin.api.reflect.Type type)  - 
Method Summary
 
- 
Constructor Details
- 
ConfigurationItemId
public ConfigurationItemId() - 
ConfigurationItemId
- Parameters:
 id- The id of theConfigurationItem.type- The type of theConfigurationItem.
 
 - 
 - 
Method Details
- 
getId
- Returns:
 - The id of the 
ConfigurationItem. 
 - 
setId
- Parameters:
 id- The id of theConfigurationItem.
 - 
getType
public com.xebialabs.deployit.plugin.api.reflect.Type getType()- Returns:
 - The type of the 
ConfigurationItem. 
 - 
setType
public void setType(com.xebialabs.deployit.plugin.api.reflect.Type type) - Parameters:
 type- The type of theConfigurationItem.
 - 
toString
 
 -