@KSObject public class BillEntityType extends MainEntityType implements kd.bos.dataentity.entity.IBillEntityType
限定符和类型 | 字段和说明 |
---|---|
static java.lang.String |
PKPropName |
Empty
构造器和说明 |
---|
BillEntityType() |
限定符和类型 | 方法和说明 |
---|---|
kd.bos.dataentity.metadata.IDataEntityProperty |
findProperty(java.lang.String name)
查找属性
|
java.lang.String |
getBillNo() |
java.lang.String |
getBillParameter() |
java.lang.String |
getBillStatus() |
java.lang.String |
getBillType() |
java.lang.String |
getBillTypePara()
获取字段billTypePara的值
|
java.lang.String |
getEntityTypeId() |
java.lang.String |
getForbidStatus() |
java.util.Set<java.lang.String> |
getFullIndexFields() |
MainOrgProp |
getMainOrgProperty() |
java.lang.String |
getMobFormId()
已过时。
已弃用
|
java.util.List<SignField> |
getSignField() |
boolean |
isFullIndexDataSynced() |
void |
setBillNo(java.lang.String billNo) |
void |
setBillParameter(java.lang.String billParameter) |
void |
setBillStatus(java.lang.String billStatus) |
void |
setBillType(java.lang.String billType) |
void |
setBillTypePara(java.lang.String billTypePara)
将参数billTypePara的值赋给字段billTypePara
|
void |
setEntityTypeId(java.lang.String entityTypeId) |
void |
setForbidStatus(java.lang.String forbidStatus) |
void |
setMobFormId(java.lang.String mobFormId) |
void |
setSignField(java.util.List<SignField> signField) |
clone, createEntityTreeNodes, createPropIndexsNoCache, endInit, getAllEntities, getAllFields, getAppId, getBOSVer, getCheckVersionTimeMillis, getMainOrg, getPermissionControlType, getPkList, getRefPropTypes, getUserOption, getVersion, setAppId, setBOSVer, setCheckVersionTimeMillis, setMainOrg, setPermissionControlType, setUserOption, setVersion
addProperty, beginInit, createPropIndexs, getFields, getRuleCount, getSubEntityType, isDbIgnore, isInitialized, setRuleCount
checkUnmodifiable, createHashCode, createInstance, Extract, getAlias, getCacheType, getCacheTypeId, getClrType, getDBRouteKey, getDirtyProperties, getDirtyProperties, getDisplayName, getExtendName, getFlag, getJsonSerializerProperties, getLocaleProperty, getName, getOrCreateLocaleType, getParent, getParent, getPkSnapshot, getPrimaryKey, getProperties, getProperty, getSortProperties, isDirty, isEmpty, isUnmodifiable, registerCollectionProperty, registerComplexProperty, registerProperty, registerSimpleProperty, setAlias, setCacheType, setCacheTypeId, setDBRouteKey, setDirty, setDisplayName, setExtendName, setFromDatabase, setName, setPkSnapshot, toString
public static final java.lang.String PKPropName
@Deprecated public java.lang.String getMobFormId()
public void setMobFormId(java.lang.String mobFormId)
@KSMethod public java.lang.String getForbidStatus()
public void setForbidStatus(java.lang.String forbidStatus)
forbidStatus
- 设置禁用状态@KSMethod public java.lang.String getBillNo()
getBillNo
在接口中 kd.bos.dataentity.entity.IBillEntityType
public void setBillNo(java.lang.String billNo)
billNo
- 设置单据编号@KSMethod public java.lang.String getBillStatus()
public void setBillStatus(java.lang.String billStatus)
billStatus
- 设置单据状态public java.lang.String getBillType()
public void setBillType(java.lang.String billType)
billType
- 单据类型public java.lang.String getBillParameter()
public void setBillParameter(java.lang.String billParameter)
formParameter
- the formParameter to setpublic java.lang.String getBillTypePara()
public void setBillTypePara(java.lang.String billTypePara)
参数billTypePara
- @KSMethod public java.lang.String getEntityTypeId()
public void setEntityTypeId(java.lang.String entityTypeId)
@KSMethod public MainOrgProp getMainOrgProperty()
public java.util.List<SignField> getSignField()
public void setSignField(java.util.List<SignField> signField)
public kd.bos.dataentity.metadata.IDataEntityProperty findProperty(java.lang.String name)
EntityType
findProperty
在类中 EntityType
name
- 属性名称public java.util.Set<java.lang.String> getFullIndexFields()
getFullIndexFields
在接口中 kd.bos.dataentity.metadata.IDataEntityType
getFullIndexFields
在类中 kd.bos.dataentity.metadata.dynamicobject.DynamicObjectType
public boolean isFullIndexDataSynced()
isFullIndexDataSynced
在接口中 kd.bos.dataentity.metadata.IDataEntityType
isFullIndexDataSynced
在类中 kd.bos.dataentity.metadata.dynamicobject.DynamicObjectType