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 FlatChainStageDtopublic String getName()
getName in interface FlatChainStageDtopublic String getDescription()
getDescription in interface FlatChainStageDtopublic Boolean isManual()
isManual in interface FlatChainStageDtopublic Boolean isFinalStage()
isFinalStage in interface FlatChainStageDtopublic Boolean isMarkedForDeletion()
isMarkedForDeletion in interface FlatChainStageDtopublic Long getChainId()
getChainId in interface FlatChainStageDtopublic BambooEntityOid getOid()
getOid in interface FlatChainStageDtopublic Integer getListPosition()
getListPosition in interface FlatChainStageDtoCopyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.