Package com.soffid.iam.am.api
Class AccessTreeExecution
java.lang.Object
com.soffid.iam.am.api.AccessTreeExecution
- All Implemented Interfaces:
Serializable
ValueObject AccessTreeExecution
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAccessTreeExecution(AccessTreeExecution otherBean) AccessTreeExecution(Long id, String scope, String content, String executionTypeCode, String typeMimeExecution, Long AccessTreeId) AccessTreeExecution(String scope) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute AccessTreeIdGets value for attribute contentGets value for attribute executionTypeCodegetId()Gets value for attribute idgetScope()Gets value for attribute scopeGets value for attribute typeMimeExecutionvoidsetAccessTreeId(Long AccessTreeId) Sets value for attribute AccessTreeIdvoidsetContent(String content) Sets value for attribute contentvoidsetExecutionTypeCode(String executionTypeCode) Sets value for attribute executionTypeCodevoidSets value for attribute idvoidSets value for attribute scopevoidsetTypeMimeExecution(String typeMimeExecution) Sets value for attribute typeMimeExecutiontoString()Returns a string representation of the value object.
-
Constructor Details
-
AccessTreeExecution
public AccessTreeExecution() -
AccessTreeExecution
-
AccessTreeExecution
-
AccessTreeExecution
-
-
Method Details
-
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getScope
Gets value for attribute scope -
setScope
Sets value for attribute scope -
getContent
Gets value for attribute content -
setContent
Sets value for attribute content -
getExecutionTypeCode
Gets value for attribute executionTypeCode -
setExecutionTypeCode
Sets value for attribute executionTypeCode -
getTypeMimeExecution
Gets value for attribute typeMimeExecution -
setTypeMimeExecution
Sets value for attribute typeMimeExecution -
getAccessTreeId
Gets value for attribute AccessTreeId -
setAccessTreeId
Sets value for attribute AccessTreeId -
toString
Returns a string representation of the value object.
-