public final class FlatChainStageDtoImpl extends Object implements FlatChainStageDto
Constructor and Description |
---|
FlatChainStageDtoImpl(Long id,
String name,
String description,
Boolean manual,
Boolean finalStage,
Boolean markedForDeletion,
Long chainId,
BambooEntityOid oid,
Integer listPosition) |
Modifier and Type | Method and Description |
---|---|
Long |
getChainId() |
String |
getDescription() |
Long |
getId() |
Integer |
getListPosition() |
String |
getName() |
BambooEntityOid |
getOid() |
Boolean |
isFinalStage() |
Boolean |
isManual() |
Boolean |
isMarkedForDeletion() |
String |
toString() |
public Long getId()
getId
in interface FlatChainStageDto
public String getName()
getName
in interface FlatChainStageDto
public String getDescription()
getDescription
in interface FlatChainStageDto
public Boolean isManual()
isManual
in interface FlatChainStageDto
public Boolean isFinalStage()
isFinalStage
in interface FlatChainStageDto
public Boolean isMarkedForDeletion()
isMarkedForDeletion
in interface FlatChainStageDto
public Long getChainId()
getChainId
in interface FlatChainStageDto
public BambooEntityOid getOid()
getOid
in interface FlatChainStageDto
public Integer getListPosition()
getListPosition
in interface FlatChainStageDto
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.