@KSObject public class EntryType extends EntityType
类型 | 属性和说明 |
---|---|
boolean |
isRefParent
获取属性refParentProperty的值。
|
构造器和说明 |
---|
EntryType() |
限定符和类型 | 方法和说明 |
---|---|
void |
endInit() |
java.lang.String |
getKeyField() |
boolean |
isKeyEntry() |
boolean |
isMustIuput() |
boolean |
isRefParentProperty()
获取属性refParentProperty的值。
|
void |
setKeyEntry(boolean keyEntry) |
void |
setKeyField(java.lang.String keyField) |
void |
setMustIuput(boolean mustIuput) |
void |
setRefParentProperty(boolean refParentProperty) |
addProperty, beginInit, createPropIndexs, findProperty, getFields, getRuleCount, getSubEntityType, isDbIgnore, isInitialized, setRuleCount
checkUnmodifiable, clone, createHashCode, createInstance, Extract, getAlias, getCacheType, getCacheTypeId, getClrType, getDBRouteKey, getDirtyProperties, getDirtyProperties, getDisplayName, getExtendName, getFlag, getFullIndexFields, getJsonSerializerProperties, getLocaleProperty, getName, getOrCreateLocaleType, getParent, getParent, getPkSnapshot, getPrimaryKey, getProperties, getProperty, getSortProperties, isDirty, isEmpty, isFullIndexDataSynced, isUnmodifiable, registerCollectionProperty, registerComplexProperty, registerProperty, registerSimpleProperty, setAlias, setCacheType, setCacheTypeId, setDBRouteKey, setDirty, setDisplayName, setExtendName, setFromDatabase, setName, setPkSnapshot, toString
@KSMethod public java.lang.String getKeyField()
public void setKeyField(java.lang.String keyField)
keyField
- 关键字段@KSMethod public boolean isKeyEntry()
public void setKeyEntry(boolean keyEntry)
keyEntry
- 设置关键实体public boolean isMustIuput()
public void setMustIuput(boolean mustIuput)
mustIuput
- 是否必录public void endInit()
endInit
在接口中 kd.bos.dataentity.entity.ISupportInitialize
endInit
在类中 EntityType
public boolean isRefParentProperty()
public void setRefParentProperty(boolean refParentProperty)