@KSObject public class BasedataEntityType extends BillEntityType
限定符和类型 | 字段和说明 |
---|---|
static int |
MASTERIDTYPE_MYSELF
主数据内码赋值方式:填写本数据内码
|
static int |
MASTERIDTYPE_NONE
主数据内码赋值方式:不赋值
|
static int |
MASTERIDTYPE_OTHER
主数据内码赋值方式:填写其他资料内码
|
PKPropName
Empty
构造器和说明 |
---|
BasedataEntityType() |
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
getBillNo() |
java.lang.String |
getFlexProperty() |
java.util.Set<java.lang.String> |
getFullIndexFields() |
java.lang.String |
getMasteridPropName()
主数据内码属性名:如果masterid不填值,此属性返回空
|
int |
getMasteridType()
主数据内码赋值方式:0 = 不赋值;1 = 本身数据id;2 = 关联主资料id
|
java.lang.String |
getMoblistFormId()
已过时。
已弃用
|
java.lang.String |
getNameProperty() |
java.lang.String |
getNumberProperty() |
void |
setFlexProperty(java.lang.String flexProperty) |
void |
setMasteridPropName(java.lang.String masteridPropName) |
void |
setMasteridType(int masteridType) |
void |
setMoblistFormId(java.lang.String moblistFormId) |
void |
setNameProperty(java.lang.String nameProperty) |
void |
setNumberProperty(java.lang.String numberProperty) |
findProperty, getBillParameter, getBillStatus, getBillType, getBillTypePara, getEntityTypeId, getForbidStatus, getMainOrgProperty, getMobFormId, getSignField, isFullIndexDataSynced, setBillNo, setBillParameter, setBillStatus, setBillType, setBillTypePara, setEntityTypeId, setForbidStatus, setMobFormId, setSignField
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 int MASTERIDTYPE_NONE
public static final int MASTERIDTYPE_MYSELF
public static final int MASTERIDTYPE_OTHER
public java.lang.String getMoblistFormId()
public void setMoblistFormId(java.lang.String moblistFormId)
moblistFormId
- the moblistFormId to set@KSMethod public java.lang.String getBillNo()
getBillNo
在接口中 kd.bos.dataentity.entity.IBillEntityType
getBillNo
在类中 BillEntityType
@KSMethod public java.lang.String getNumberProperty()
public void setNumberProperty(java.lang.String numberProperty)
numberProperty
- 基础资料编码属性@KSMethod public java.lang.String getNameProperty()
public void setNameProperty(java.lang.String nameProperty)
nameProperty
- 基础资料名称属性@KSMethod public java.lang.String getFlexProperty()
public void setFlexProperty(java.lang.String flexProperty)
flexProperty
- 基础资料弹性域属性@KSMethod public int getMasteridType()
public void setMasteridType(int masteridType)
@KSMethod public java.lang.String getMasteridPropName()
public void setMasteridPropName(java.lang.String masteridPropName)
public java.util.Set<java.lang.String> getFullIndexFields()
getFullIndexFields
在接口中 kd.bos.dataentity.metadata.IDataEntityType
getFullIndexFields
在类中 BillEntityType