com.atlassian.bamboo.variable
Class VariableSubstitutionImpl

java.lang.Object
  extended by com.atlassian.core.bean.EntityObject
      extended by com.atlassian.bamboo.core.BambooEntityObject
          extended by com.atlassian.bamboo.variable.VariableSubstitutionImpl
All Implemented Interfaces:
BambooObject, VariableSubstitution, VariableSubstitutionContext, java.io.Serializable, java.lang.Cloneable

public class VariableSubstitutionImpl
extends BambooEntityObject
implements VariableSubstitution

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.bamboo.core.BambooEntityObject
id
 
Constructor Summary
VariableSubstitutionImpl()
           
VariableSubstitutionImpl(java.lang.String key, java.lang.String value, VariableType variableType, ResultsSummary resultSummary)
           
 
Method Summary
 java.lang.String getKey()
           
 ResultsSummary getResultSummary()
           
 java.lang.String getValue()
           
 VariableType getVariableType()
           
 void setKey(java.lang.String key)
           
 void setResultSummary(ResultsSummary resultSummary)
           
 void setValue(java.lang.String value)
           
 void setVariableType(VariableType variableType)
           
 
Methods inherited from class com.atlassian.bamboo.core.BambooEntityObject
getId, setId
 
Methods inherited from class com.atlassian.core.bean.EntityObject
clone, equals, getCreationDate, getCurrentDate, getLastModificationDate, hashCode, setClock, setCreationDate, setLastModificationDate
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
getId, setId
 

Constructor Detail

VariableSubstitutionImpl

public VariableSubstitutionImpl()

VariableSubstitutionImpl

public VariableSubstitutionImpl(java.lang.String key,
                                java.lang.String value,
                                VariableType variableType,
                                ResultsSummary resultSummary)
Method Detail

getKey

public java.lang.String getKey()
Specified by:
getKey in interface VariableSubstitutionContext
Returns:
variable identifier

setKey

public void setKey(java.lang.String key)
Specified by:
setKey in interface VariableSubstitutionContext

getValue

public java.lang.String getValue()
Specified by:
getValue in interface VariableSubstitutionContext
Returns:
variable value

setValue

public void setValue(java.lang.String value)
Specified by:
setValue in interface VariableSubstitutionContext

getResultSummary

public ResultsSummary getResultSummary()
Specified by:
getResultSummary in interface VariableSubstitution

setResultSummary

public void setResultSummary(ResultsSummary resultSummary)
Specified by:
setResultSummary in interface VariableSubstitution

getVariableType

public VariableType getVariableType()
Specified by:
getVariableType in interface VariableSubstitutionContext
Returns:
variable type

setVariableType

public void setVariableType(VariableType variableType)
Specified by:
setVariableType in interface VariableSubstitutionContext


Copyright © 2011 Atlassian. All Rights Reserved.