Class AssistantAction
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.plugins.assistant.common.bean.AssistantAction
- All Implemented Interfaces:
Serializable,GuiTitlable,Idable,ListItem
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class ru.bitel.common.model.IdTitle
IdTitle.Builder, IdTitle.IdTitleBuilder -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintgetSort()setActionClass(String actionClass) setActionId(String actionId) setDependent(int dependent) setId(int id) Устанавливает id объектаsetSort(int sort) Устанавливает название (описание) объектаsetUserRoleIds(List<Integer> userRoleIds) Methods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, to, toIdTitle, toStringMethods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap
-
Constructor Details
-
AssistantAction
public AssistantAction()
-
-
Method Details
-
getActionClass
-
getActionId
-
getConfig
-
getDependent
public int getDependent() -
getSort
public int getSort() -
getUserRoleIds
-
setActionClass
-
setActionId
-
setConfig
-
setDependent
-
setSort
-
setUserRoleIds
-
setId
Description copied from class:IdУстанавливает id объекта -
setTitle
Description copied from class:IdTitleУстанавливает название (описание) объекта
-