Package com.soffid.iam.am.api
Class ApplicationAccessTree
java.lang.Object
com.soffid.iam.am.api.ApplicationAccessTree
- All Implemented Interfaces:
Serializable
ValueObject ApplicationAccessTree
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionApplicationAccessTree(ApplicationAccessTree otherBean) ApplicationAccessTree(Long id, String ordre, Long parentId, String parentName, Long childId, String childName) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute childIdGets value for attribute childNamegetId()Gets value for attribute idgetOrdre()Gets value for attribute ordreGets value for attribute parentIdGets value for attribute parentNamevoidsetChildId(Long childId) Sets value for attribute childIdvoidsetChildName(String childName) Sets value for attribute childNamevoidSets value for attribute idvoidSets value for attribute ordrevoidsetParentId(Long parentId) Sets value for attribute parentIdvoidsetParentName(String parentName) Sets value for attribute parentNametoString()Returns a string representation of the value object.
-
Constructor Details
-
ApplicationAccessTree
public ApplicationAccessTree() -
ApplicationAccessTree
-
ApplicationAccessTree
-
-
Method Details
-
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getOrdre
Gets value for attribute ordre -
setOrdre
Sets value for attribute ordre -
getParentId
Gets value for attribute parentId -
setParentId
Sets value for attribute parentId -
getParentName
Gets value for attribute parentName -
setParentName
Sets value for attribute parentName -
getChildId
Gets value for attribute childId -
setChildId
Sets value for attribute childId -
getChildName
Gets value for attribute childName -
setChildName
Sets value for attribute childName -
toString
Returns a string representation of the value object.
-