public class CostCenterParentInfo extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CostCenterParentInfo.Builder |
| 构造器和说明 |
|---|
CostCenterParentInfo() |
CostCenterParentInfo(CostCenterParentInfo.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getActive() |
String |
getCostCenterId() |
I18n[] |
getCostCenterName() |
String |
getParentCostCenterId() |
static CostCenterParentInfo.Builder |
newBuilder() |
void |
setActive(Boolean active) |
void |
setCostCenterId(String costCenterId) |
void |
setCostCenterName(I18n[] costCenterName) |
void |
setParentCostCenterId(String parentCostCenterId) |
public CostCenterParentInfo()
public CostCenterParentInfo(CostCenterParentInfo.Builder builder)
public static CostCenterParentInfo.Builder newBuilder()
public String getCostCenterId()
public void setCostCenterId(String costCenterId)
public I18n[] getCostCenterName()
public void setCostCenterName(I18n[] costCenterName)
public String getParentCostCenterId()
public void setParentCostCenterId(String parentCostCenterId)
public Boolean getActive()
public void setActive(Boolean active)
Copyright © 2026. All rights reserved.