Package com.soffid.iam.am.api
Class AccessTreeAuthorization
java.lang.Object
com.soffid.iam.am.api.AccessTreeAuthorization
- All Implemented Interfaces:
Serializable
ValueObject AccessTreeAuthorization
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAccessTreeAuthorization(AccessTreeAuthorization otherBean) AccessTreeAuthorization(Long id, String authorizationLevelDescription, Long accessTreeId, String authorizationEntityType, Long authorizationEntityId, String authorizedEntityDescription, String authorizedEntityCode) AccessTreeAuthorization(String authorizationLevelDescription, String authorizationEntityType, String authorizedEntityDescription, String authorizedEntityCode) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute accessTreeIdGets value for attribute authorizationEntityIdGets value for attribute authorizationEntityTypeGets value for attribute authorizationLevelDescriptionGets value for attribute authorizedEntityCodeGets value for attribute authorizedEntityDescriptiongetId()Gets value for attribute idvoidsetAccessTreeId(Long accessTreeId) Sets value for attribute accessTreeIdvoidsetAuthorizationEntityId(Long authorizationEntityId) Sets value for attribute authorizationEntityIdvoidsetAuthorizationEntityType(String authorizationEntityType) Sets value for attribute authorizationEntityTypevoidsetAuthorizationLevelDescription(String authorizationLevelDescription) Sets value for attribute authorizationLevelDescriptionvoidsetAuthorizedEntityCode(String authorizedEntityCode) Sets value for attribute authorizedEntityCodevoidsetAuthorizedEntityDescription(String authorizedEntityDescription) Sets value for attribute authorizedEntityDescriptionvoidSets value for attribute idtoString()Returns a string representation of the value object.
-
Constructor Details
-
AccessTreeAuthorization
public AccessTreeAuthorization() -
AccessTreeAuthorization
-
AccessTreeAuthorization
-
AccessTreeAuthorization
-
-
Method Details
-
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getAuthorizationLevelDescription
Gets value for attribute authorizationLevelDescription -
setAuthorizationLevelDescription
Sets value for attribute authorizationLevelDescription -
getAccessTreeId
Gets value for attribute accessTreeId -
setAccessTreeId
Sets value for attribute accessTreeId -
getAuthorizationEntityType
Gets value for attribute authorizationEntityType -
setAuthorizationEntityType
Sets value for attribute authorizationEntityType -
getAuthorizationEntityId
Gets value for attribute authorizationEntityId -
setAuthorizationEntityId
Sets value for attribute authorizationEntityId -
getAuthorizedEntityDescription
Gets value for attribute authorizedEntityDescription -
setAuthorizedEntityDescription
Sets value for attribute authorizedEntityDescription -
getAuthorizedEntityCode
Gets value for attribute authorizedEntityCode -
setAuthorizedEntityCode
Sets value for attribute authorizedEntityCode -
toString
Returns a string representation of the value object.
-