public interface IPSAppDEMethodDTO extends IPSModelObject, IPSAppDataEntityObject, IPSApplicationObject
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getCodeName()
获取代码标识
|
IPSAppDEMethodDTOField |
getPSAppDEMethodDTOField(java.lang.Object objKey,
boolean bTryMode)
获取DTO对象属性集合的指定项
|
java.util.List<IPSAppDEMethodDTOField> |
getPSAppDEMethodDTOFields()
获取DTO对象属性集合
|
IPSAppDataEntity |
getRefPSAppDataEntity()
获取引用应用实体
|
IPSAppDataEntity |
getRefPSAppDataEntityMust()
获取引用应用实体,不存在时抛出异常
|
IPSAppDEMethodDTO |
getRefPSAppDEMethodDTO()
获取引用应用实体DTO
|
IPSAppDEMethodDTO |
getRefPSAppDEMethodDTOMust()
获取引用应用实体DTO,不存在时抛出异常
|
java.lang.String |
getSourceType()
获取实体方法DTO对象来源类型
返回值参考
PSModelEnums.DEMethodDTOSourceType |
IPSAppMethodDTO |
getSrcPSAppMethodDTO()
获取源应用DTO
|
IPSAppMethodDTO |
getSrcPSAppMethodDTOMust()
获取源应用DTO,不存在时抛出异常
|
java.lang.String |
getType()
获取类型
返回值参考
PSModelEnums.DEMethodDTOType |
void |
setPSAppDEMethodDTOFields(java.util.List<IPSAppDEMethodDTOField> list)
设置DTO对象属性集合
|
getDynaModelFilePath, getMemo, getName, getPSDynaModel, getPSDynaModelMust, getUserCat, getUserTag, getUserTag2, getUserTag3, getUserTag4getId, getLogicName, getObjectNode, getParentPSModelObject, getParentPSModelObject, getParentPSModelObject, getPSModelObjectjava.lang.String getCodeName()
getCodeName 在接口中 IPSModelObjectjava.util.List<IPSAppDEMethodDTOField> getPSAppDEMethodDTOFields()
IPSAppDEMethodDTOField getPSAppDEMethodDTOField(java.lang.Object objKey, boolean bTryMode)
objKey - 项标识bTryMode - 是否为尝试获取void setPSAppDEMethodDTOFields(java.util.List<IPSAppDEMethodDTOField> list)
list - DTO对象属性集合IPSAppDEMethodDTO getRefPSAppDEMethodDTO()
IPSAppDEMethodDTO getRefPSAppDEMethodDTOMust()
IPSAppDataEntity getRefPSAppDataEntity()
IPSAppDataEntity getRefPSAppDataEntityMust()
java.lang.String getSourceType()
IPSAppMethodDTO getSrcPSAppMethodDTO()
IPSAppMethodDTO getSrcPSAppMethodDTOMust()
java.lang.String getType()