public class OfferApplyFormObjectInfo extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
OfferApplyFormObjectInfo.Builder |
| 构造器和说明 |
|---|
OfferApplyFormObjectInfo() |
OfferApplyFormObjectInfo(OfferApplyFormObjectInfo.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getActiveStatus() |
OfferApplyFormObjectConfigInfo |
getConfig() |
I18n |
getDescription() |
String |
getId() |
Boolean |
getIsCustomized() |
Boolean |
getIsRequired() |
Boolean |
getIsSensitive() |
String |
getModuleId() |
I18n |
getName() |
Boolean |
getNeedApprove() |
Integer |
getObjectType() |
static OfferApplyFormObjectInfo.Builder |
newBuilder() |
void |
setActiveStatus(Integer activeStatus) |
void |
setConfig(OfferApplyFormObjectConfigInfo config) |
void |
setDescription(I18n description) |
void |
setId(String id) |
void |
setIsCustomized(Boolean isCustomized) |
void |
setIsRequired(Boolean isRequired) |
void |
setIsSensitive(Boolean isSensitive) |
void |
setModuleId(String moduleId) |
void |
setName(I18n name) |
void |
setNeedApprove(Boolean needApprove) |
void |
setObjectType(Integer objectType) |
public OfferApplyFormObjectInfo()
public OfferApplyFormObjectInfo(OfferApplyFormObjectInfo.Builder builder)
public static OfferApplyFormObjectInfo.Builder newBuilder()
public String getId()
public void setId(String id)
public I18n getName()
public void setName(I18n name)
public I18n getDescription()
public void setDescription(I18n description)
public String getModuleId()
public void setModuleId(String moduleId)
public Boolean getIsCustomized()
public void setIsCustomized(Boolean isCustomized)
public Boolean getIsRequired()
public void setIsRequired(Boolean isRequired)
public Integer getActiveStatus()
public void setActiveStatus(Integer activeStatus)
public Boolean getNeedApprove()
public void setNeedApprove(Boolean needApprove)
public Boolean getIsSensitive()
public void setIsSensitive(Boolean isSensitive)
public Integer getObjectType()
public void setObjectType(Integer objectType)
public OfferApplyFormObjectConfigInfo getConfig()
public void setConfig(OfferApplyFormObjectConfigInfo config)
Copyright © 2022. All rights reserved.