public class BasicDeploymentTemplateInfo extends Object implements DeploymentTemplateInfo, Serializable
| Constructor and Description |
|---|
BasicDeploymentTemplateInfo(String name,
String description) |
BasicDeploymentTemplateInfo(String name,
String description,
Map<String,ManagedProperty> properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(ManagedProperty property) |
DeploymentTemplateInfo |
copy()
Create a deep copy of the template info.
|
protected void |
copy(BasicDeploymentTemplateInfo copy) |
String |
getDescription()
Information about the deployment template
|
String |
getName()
The name of the DeploymentTemplate this info corresponds to
|
Map<String,ManagedProperty> |
getProperties()
Get the template properties.
|
String |
getRootManagedPropertyName()
The name of the ManagedProperty in the Map
|
void |
setProperties(Map<String,ManagedProperty> properties) |
void |
setRootManagedPropertyName(String rootManagedPropertyName) |
String |
toString() |
public BasicDeploymentTemplateInfo(String name, String description, Map<String,ManagedProperty> properties)
public String getDescription()
DeploymentTemplateInfogetDescription in interface DeploymentTemplateInfopublic String getName()
DeploymentTemplateInfogetName in interface DeploymentTemplateInfopublic String getRootManagedPropertyName()
DeploymentTemplateInfogetRootManagedPropertyName in interface DeploymentTemplateInfopublic void setRootManagedPropertyName(String rootManagedPropertyName)
public Map<String,ManagedProperty> getProperties()
DeploymentTemplateInfogetProperties in interface DeploymentTemplateInfopublic void setProperties(Map<String,ManagedProperty> properties)
public void addProperty(ManagedProperty property)
public DeploymentTemplateInfo copy()
DeploymentTemplateInfocopy in interface DeploymentTemplateInfoprotected void copy(BasicDeploymentTemplateInfo copy)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.