Package com.atlassian.bamboo.plan.dto
Class FlatChainStageDtoImpl
- java.lang.Object
-
- com.atlassian.bamboo.plan.dto.FlatChainStageDtoImpl
-
- All Implemented Interfaces:
FlatChainStageDto
public final class FlatChainStageDtoImpl extends Object implements FlatChainStageDto
-
-
Constructor Summary
Constructors Constructor Description FlatChainStageDtoImpl(Long id, String name, String description, Boolean manual, Boolean finalStage, Boolean markedForDeletion, Long chainId, BambooEntityOid oid, Integer listPosition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getChainId()
String
getDescription()
Long
getId()
Integer
getListPosition()
String
getName()
BambooEntityOid
getOid()
Boolean
isFinalStage()
Boolean
isManual()
Boolean
isMarkedForDeletion()
String
toString()
-
-
-
Method Detail
-
getId
public Long getId()
- Specified by:
getId
in interfaceFlatChainStageDto
-
getName
public String getName()
- Specified by:
getName
in interfaceFlatChainStageDto
-
getDescription
public String getDescription()
- Specified by:
getDescription
in interfaceFlatChainStageDto
-
isManual
public Boolean isManual()
- Specified by:
isManual
in interfaceFlatChainStageDto
-
isFinalStage
public Boolean isFinalStage()
- Specified by:
isFinalStage
in interfaceFlatChainStageDto
-
isMarkedForDeletion
public Boolean isMarkedForDeletion()
- Specified by:
isMarkedForDeletion
in interfaceFlatChainStageDto
-
getChainId
public Long getChainId()
- Specified by:
getChainId
in interfaceFlatChainStageDto
-
getOid
public BambooEntityOid getOid()
- Specified by:
getOid
in interfaceFlatChainStageDto
-
getListPosition
public Integer getListPosition()
- Specified by:
getListPosition
in interfaceFlatChainStageDto
-
-