Package com.soffid.iam.base.api
Class AgentDescriptor
java.lang.Object
com.soffid.iam.base.api.AgentDescriptor
- All Implemented Interfaces:
Serializable
ValueObject AgentDescriptor
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAgentDescriptor(AgentDescriptor otherBean) AgentDescriptor(Long id, String description, String className, byte[] userInterface, boolean enableAccessControl, boolean authoritativeSource, boolean enableAttributeMapping, boolean enableObjectTriggers, boolean service) AgentDescriptor(Long id, String description, String className, byte[] userInterface, boolean enableAccessControl, boolean authoritativeSource, boolean enableAttributeMapping, boolean enableObjectTriggers, boolean service, List<AgentProperty> properties) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute classNameGets value for attribute descriptiongetId()Gets value for attribute idGets value for attribute propertiesbyte[]Gets value for attribute userInterfacebooleanGets value for attribute authoritativeSourcebooleanGets value for attribute enableAccessControlbooleanGets value for attribute enableAttributeMappingbooleanGets value for attribute enableObjectTriggersbooleanGets value for attribute servicevoidsetAuthoritativeSource(boolean authoritativeSource) Sets value for attribute authoritativeSourcevoidsetClassName(String className) Sets value for attribute classNamevoidsetDescription(String description) Sets value for attribute descriptionvoidsetEnableAccessControl(boolean enableAccessControl) Sets value for attribute enableAccessControlvoidsetEnableAttributeMapping(boolean enableAttributeMapping) Sets value for attribute enableAttributeMappingvoidsetEnableObjectTriggers(boolean enableObjectTriggers) Sets value for attribute enableObjectTriggersvoidSets value for attribute idvoidsetProperties(List<AgentProperty> properties) Sets value for attribute propertiesvoidsetService(boolean service) Sets value for attribute servicevoidsetUserInterface(byte[] userInterface) Sets value for attribute userInterfacetoString()Returns a string representation of the value object.
-
Constructor Details
-
AgentDescriptor
public AgentDescriptor() -
AgentDescriptor
public AgentDescriptor(Long id, String description, String className, byte[] userInterface, boolean enableAccessControl, boolean authoritativeSource, boolean enableAttributeMapping, boolean enableObjectTriggers, boolean service, List<AgentProperty> properties) -
AgentDescriptor
-
AgentDescriptor
-
-
Method Details
-
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getDescription
Gets value for attribute description -
setDescription
Sets value for attribute description -
getClassName
Gets value for attribute className -
setClassName
Sets value for attribute className -
getUserInterface
public byte[] getUserInterface()Gets value for attribute userInterface -
setUserInterface
public void setUserInterface(byte[] userInterface) Sets value for attribute userInterface -
isEnableAccessControl
public boolean isEnableAccessControl()Gets value for attribute enableAccessControl -
setEnableAccessControl
public void setEnableAccessControl(boolean enableAccessControl) Sets value for attribute enableAccessControl -
isAuthoritativeSource
public boolean isAuthoritativeSource()Gets value for attribute authoritativeSource -
setAuthoritativeSource
public void setAuthoritativeSource(boolean authoritativeSource) Sets value for attribute authoritativeSource -
isEnableAttributeMapping
public boolean isEnableAttributeMapping()Gets value for attribute enableAttributeMapping -
setEnableAttributeMapping
public void setEnableAttributeMapping(boolean enableAttributeMapping) Sets value for attribute enableAttributeMapping -
isEnableObjectTriggers
public boolean isEnableObjectTriggers()Gets value for attribute enableObjectTriggers -
setEnableObjectTriggers
public void setEnableObjectTriggers(boolean enableObjectTriggers) Sets value for attribute enableObjectTriggers -
isService
public boolean isService()Gets value for attribute service -
setService
public void setService(boolean service) Sets value for attribute service -
getProperties
Gets value for attribute properties -
setProperties
Sets value for attribute properties -
toString
Returns a string representation of the value object.
-