Package com.soffid.iam.am.api
Class AccessTree
java.lang.Object
com.soffid.iam.am.api.AccessTree
- All Implemented Interfaces:
Serializable
ValueObject AccessTree
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAccessTree(AccessTree otherBean) AccessTree(Long id, String code, String name, String description, boolean visible, boolean menu, Long columnsNumber, boolean publicAccess, String menuType, Collection<AccessTreeAuthorization> authorizations, Collection<AccessTreeExecution> executions, byte[] icon1Image, byte[] icon2Image, String informationSystem, Long parentId, String order, Long icon1Id, Long icon2Id, String xmlAccessTree, String system, Date createdOn, String createdBy, Date updatedOn, String updatedBy, Date deletedOn, String deletedBy) AccessTree(String name, boolean visible, boolean menu, boolean publicAccess) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute authorizationsgetCode()Gets value for attribute codeGets value for attribute columnsNumberGets value for attribute createdByGets value for attribute createdOnGets value for attribute deletedByGets value for attribute deletedOnGets value for attribute descriptionGets value for attribute executionsGets value for attribute icon1Idbyte[]Gets value for attribute icon1ImageGets value for attribute icon2Idbyte[]Gets value for attribute icon2ImagegetId()Gets value for attribute idGets value for attribute informationSystemGets value for attribute menuTypegetName()Gets value for attribute namegetOrder()Gets value for attribute orderGets value for attribute parentIdGets value for attribute systemGets value for attribute updatedByGets value for attribute updatedOnGets value for attribute xmlAccessTreebooleanisMenu()Gets value for attribute menubooleanGets value for attribute publicAccessbooleanGets value for attribute visiblevoidsetAuthorizations(Collection<AccessTreeAuthorization> authorizations) Sets value for attribute authorizationsvoidSets value for attribute codevoidsetColumnsNumber(Long columnsNumber) Sets value for attribute columnsNumbervoidsetCreatedBy(String createdBy) Sets value for attribute createdByvoidsetCreatedOn(Date createdOn) Sets value for attribute createdOnvoidsetDeletedBy(String deletedBy) Sets value for attribute deletedByvoidsetDeletedOn(Date deletedOn) Sets value for attribute deletedOnvoidsetDescription(String description) Sets value for attribute descriptionvoidsetExecutions(Collection<AccessTreeExecution> executions) Sets value for attribute executionsvoidsetIcon1Id(Long icon1Id) Sets value for attribute icon1IdvoidsetIcon1Image(byte[] icon1Image) Sets value for attribute icon1ImagevoidsetIcon2Id(Long icon2Id) Sets value for attribute icon2IdvoidsetIcon2Image(byte[] icon2Image) Sets value for attribute icon2ImagevoidSets value for attribute idvoidsetInformationSystem(String informationSystem) Sets value for attribute informationSystemvoidsetMenu(boolean menu) Sets value for attribute menuvoidsetMenuType(String menuType) Sets value for attribute menuTypevoidSets value for attribute namevoidSets value for attribute ordervoidsetParentId(Long parentId) Sets value for attribute parentIdvoidsetPublicAccess(boolean publicAccess) Sets value for attribute publicAccessvoidSets value for attribute systemvoidsetUpdatedBy(String updatedBy) Sets value for attribute updatedByvoidsetUpdatedOn(Date updatedOn) Sets value for attribute updatedOnvoidsetVisible(boolean visible) Sets value for attribute visiblevoidsetXmlAccessTree(String xmlAccessTree) Sets value for attribute xmlAccessTreetoString()Returns a string representation of the value object.
-
Constructor Details
-
AccessTree
public AccessTree() -
AccessTree
public AccessTree(Long id, String code, String name, String description, boolean visible, boolean menu, Long columnsNumber, boolean publicAccess, String menuType, Collection<AccessTreeAuthorization> authorizations, Collection<AccessTreeExecution> executions, byte[] icon1Image, byte[] icon2Image, String informationSystem, Long parentId, String order, Long icon1Id, Long icon2Id, String xmlAccessTree, String system, Date createdOn, String createdBy, Date updatedOn, String updatedBy, Date deletedOn, String deletedBy) -
AccessTree
-
AccessTree
-
-
Method Details
-
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getCode
Gets value for attribute code -
setCode
Sets value for attribute code -
getName
Gets value for attribute name -
setName
Sets value for attribute name -
getDescription
Gets value for attribute description -
setDescription
Sets value for attribute description -
isVisible
public boolean isVisible()Gets value for attribute visible -
setVisible
public void setVisible(boolean visible) Sets value for attribute visible -
isMenu
public boolean isMenu()Gets value for attribute menu -
setMenu
public void setMenu(boolean menu) Sets value for attribute menu -
getColumnsNumber
Gets value for attribute columnsNumber -
setColumnsNumber
Sets value for attribute columnsNumber -
isPublicAccess
public boolean isPublicAccess()Gets value for attribute publicAccess -
setPublicAccess
public void setPublicAccess(boolean publicAccess) Sets value for attribute publicAccess -
getMenuType
Gets value for attribute menuType -
setMenuType
Sets value for attribute menuType -
getAuthorizations
Gets value for attribute authorizations -
setAuthorizations
Sets value for attribute authorizations -
getExecutions
Gets value for attribute executions -
setExecutions
Sets value for attribute executions -
getIcon1Image
public byte[] getIcon1Image()Gets value for attribute icon1Image -
setIcon1Image
public void setIcon1Image(byte[] icon1Image) Sets value for attribute icon1Image -
getIcon2Image
public byte[] getIcon2Image()Gets value for attribute icon2Image -
setIcon2Image
public void setIcon2Image(byte[] icon2Image) Sets value for attribute icon2Image -
getInformationSystem
Gets value for attribute informationSystem -
setInformationSystem
Sets value for attribute informationSystem -
getParentId
Gets value for attribute parentId -
setParentId
Sets value for attribute parentId -
getOrder
Gets value for attribute order -
setOrder
Sets value for attribute order -
getIcon1Id
Gets value for attribute icon1Id -
setIcon1Id
Sets value for attribute icon1Id -
getIcon2Id
Gets value for attribute icon2Id -
setIcon2Id
Sets value for attribute icon2Id -
getXmlAccessTree
Gets value for attribute xmlAccessTree -
setXmlAccessTree
Sets value for attribute xmlAccessTree -
getSystem
Gets value for attribute system -
setSystem
Sets value for attribute system -
getCreatedOn
Gets value for attribute createdOn -
setCreatedOn
Sets value for attribute createdOn -
getCreatedBy
Gets value for attribute createdBy -
setCreatedBy
Sets value for attribute createdBy -
getUpdatedOn
Gets value for attribute updatedOn -
setUpdatedOn
Sets value for attribute updatedOn -
getUpdatedBy
Gets value for attribute updatedBy -
setUpdatedBy
Sets value for attribute updatedBy -
getDeletedOn
Gets value for attribute deletedOn -
setDeletedOn
Sets value for attribute deletedOn -
getDeletedBy
Gets value for attribute deletedBy -
setDeletedBy
Sets value for attribute deletedBy -
toString
Returns a string representation of the value object.
-