Package com.soffid.iam.iga.api
Class SystemAccessControl
java.lang.Object
com.soffid.iam.iga.api.SystemAccessControl
- All Implemented Interfaces:
Serializable
ValueObject SystemAccessControl
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSystemAccessControl(SystemAccessControl otherBean) SystemAccessControl(String system, Boolean enabled, List<AccessControl> controlAcces) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute controlAccesGets value for attribute enabledGets value for attribute systemvoidsetControlAcces(List<AccessControl> controlAcces) Sets value for attribute controlAccesvoidsetEnabled(Boolean enabled) Sets value for attribute enabledvoidSets value for attribute systemtoString()Returns a string representation of the value object.
-
Constructor Details
-
SystemAccessControl
public SystemAccessControl() -
SystemAccessControl
-
SystemAccessControl
-
-
Method Details
-
getSystem
Gets value for attribute system -
setSystem
Sets value for attribute system -
getEnabled
Gets value for attribute enabled -
setEnabled
Sets value for attribute enabled -
getControlAcces
Gets value for attribute controlAcces -
setControlAcces
Sets value for attribute controlAcces -
toString
Returns a string representation of the value object.
-