public class QueryEntityType extends BasedataEntityType
MASTERIDTYPE_MYSELF, MASTERIDTYPE_NONE, MASTERIDTYPE_OTHERPKPropNameEmpty| 构造器和说明 |
|---|
QueryEntityType() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addQuerySourceJoinRelation(QuerySourceJoinRelation rel) |
void |
endInit() |
java.util.List<MainEntityType> |
getAllJoinEntityType() |
java.lang.String |
getEntityName() |
java.util.List<JoinEntity> |
getJoinEntitys() |
java.util.List<QuerySourceJoinRelation> |
getJoinRelations() |
MainEntityType |
getMainEntityType() |
MainOrgProp |
getMainOrgProperty() |
java.util.List<kd.bos.orm.query.QFilter> |
getQFilter() |
void |
setEntityName(java.lang.String entityName) |
void |
setJoinEntitys(java.util.List<JoinEntity> joinEntitys) |
getBillNo, getFlexProperty, getFullIndexFields, getMasteridPropName, getMasteridType, getMoblistFormId, getNameProperty, getNumberProperty, setFlexProperty, setMasteridPropName, setMasteridType, setMoblistFormId, setNameProperty, setNumberPropertyfindProperty, getBillParameter, getBillStatus, getBillType, getBillTypePara, getEntityTypeId, getForbidStatus, getMobFormId, getSignField, isFullIndexDataSynced, setBillNo, setBillParameter, setBillStatus, setBillType, setBillTypePara, setEntityTypeId, setForbidStatus, setMobFormId, setSignFieldclone, createEntityTreeNodes, createPropIndexsNoCache, getAllEntities, getAllFields, getAppId, getBOSVer, getCheckVersionTimeMillis, getMainOrg, getPermissionControlType, getPkList, getRefPropTypes, getUserOption, getVersion, setAppId, setBOSVer, setCheckVersionTimeMillis, setMainOrg, setPermissionControlType, setUserOption, setVersionaddProperty, beginInit, createPropIndexs, getFields, getRuleCount, getSubEntityType, isDbIgnore, isInitialized, setRuleCountcheckUnmodifiable, 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, toStringpublic java.lang.String getEntityName()
public void setEntityName(java.lang.String entityName)
public java.util.List<JoinEntity> getJoinEntitys()
public void setJoinEntitys(java.util.List<JoinEntity> joinEntitys)
public java.util.List<QuerySourceJoinRelation> getJoinRelations()
public void addQuerySourceJoinRelation(QuerySourceJoinRelation rel)
public void endInit()
endInit 在接口中 kd.bos.dataentity.entity.ISupportInitializeendInit 在类中 MainEntityTypepublic MainEntityType getMainEntityType()
public java.util.List<MainEntityType> getAllJoinEntityType()
public java.util.List<kd.bos.orm.query.QFilter> getQFilter()
@KSMethod public MainOrgProp getMainOrgProperty()
getMainOrgProperty 在类中 BillEntityType