com.atlassian.bamboo.deployments.versions.persistence
Class MutableDeploymentVersionStatusImpl

java.lang.Object
  extended by com.atlassian.core.bean.EntityObject
      extended by com.atlassian.bamboo.core.BambooEntityObject
          extended by com.atlassian.bamboo.deployments.versions.persistence.MutableDeploymentVersionStatusImpl
All Implemented Interfaces:
BambooIdProvider, BambooObject, InternalDeploymentVersionStatus, MutableDeploymentVersionStatus, CreationDateProvider, java.lang.Cloneable

public class MutableDeploymentVersionStatusImpl
extends BambooEntityObject
implements MutableDeploymentVersionStatus

CreationDate property implemented via inheritance from BambooEntityObject


Field Summary
 
Fields inherited from class com.atlassian.bamboo.core.BambooEntityObject
id
 
Fields inherited from interface com.atlassian.bamboo.utils.CreationDateProvider
ORDERING
 
Constructor Summary
MutableDeploymentVersionStatusImpl()
           
 
Method Summary
 java.lang.String getUserName()
           
 MutableDeploymentVersion getVersion()
           
 DeploymentVersionState getVersionState()
           
 void setUserName(java.lang.String username)
           
 void setVersion(MutableDeploymentVersion version)
           
 void setVersionState(DeploymentVersionState state)
           
 
Methods inherited from class com.atlassian.bamboo.core.BambooEntityObject
equals, getId, hashCode, setId
 
Methods inherited from class com.atlassian.core.bean.EntityObject
clone, getCreationDate, getCurrentDate, getLastModificationDate, 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.deployments.versions.persistence.MutableDeploymentVersionStatus
setCreationDate
 
Methods inherited from interface com.atlassian.bamboo.deployments.versions.InternalDeploymentVersionStatus
getCreationDate, getId
 
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
 

Constructor Detail

MutableDeploymentVersionStatusImpl

public MutableDeploymentVersionStatusImpl()
Method Detail

getVersionState

public DeploymentVersionState getVersionState()
Specified by:
getVersionState in interface InternalDeploymentVersionStatus

setVersionState

public void setVersionState(DeploymentVersionState state)
Specified by:
setVersionState in interface MutableDeploymentVersionStatus

getUserName

public java.lang.String getUserName()
Specified by:
getUserName in interface InternalDeploymentVersionStatus

setUserName

public void setUserName(java.lang.String username)
Specified by:
setUserName in interface MutableDeploymentVersionStatus

getVersion

public MutableDeploymentVersion getVersion()
Specified by:
getVersion in interface MutableDeploymentVersionStatus

setVersion

public void setVersion(MutableDeploymentVersion version)
Specified by:
setVersion in interface MutableDeploymentVersionStatus


Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.