com.xebialabs.deployit.client
Class Container
java.lang.Object
com.xebialabs.deployit.client.Container
public class Container
- extends Object
type
protected String type
id
protected String id
addedToEnvironment
protected boolean addedToEnvironment
properties
protected final Map<String,Object> properties
Container
public Container()
getType
public String getType()
getId
public String getId()
setId
public void setId(String id)
setType
public void setType(String type)
addParameter
public void addParameter(String name,
Object value)
isAddedToEnvironment
public boolean isAddedToEnvironment()
setAddedToEnvironment
public void setAddedToEnvironment(boolean addedToEnvironment)
getProperties
public Map<String,Object> getProperties()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012. All Rights Reserved.