Package com.soffid.iam.model
Class DefaultObjectMappingEntity
- java.lang.Object
-
- com.soffid.iam.model.DefaultObjectMappingEntity
-
- Direct Known Subclasses:
DefaultObjectMappingEntityImpl
public abstract class DefaultObjectMappingEntity extends Object
Entity DefaultObjectMappingEntity
-
-
Constructor Summary
Constructors Constructor Description DefaultObjectMappingEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)Returnstrueif the argument is an DefaultObjectMappingEntity instance and all identifiers for this entity equal the identifiers of the argument entity.AgentDescriptorEntitygetAgentDescriptor()Gets value for attribute agentDescriptorStringgetCondition()Gets value for attribute conditionCollection<DefaultAttributeMappingEntity>getDefaultAttributeMappings()Gets value for attribute defaultAttributeMappingsLonggetId()Gets value for attribute idCollection<DefaultObjectMappingPropertyEntity>getProperties()Gets value for attribute propertiescom.soffid.iam.api.SoffidObjectTypegetSoffidObject()Gets value for attribute soffidObjectStringgetSystemObject()Gets value for attribute systemObjectinthashCode()Returns a hash code based on this entity's identifiers.voidsetAgentDescriptor(AgentDescriptorEntity agentDescriptor)Sets value for attribute agentDescriptorvoidsetCondition(String condition)Sets value for attribute conditionvoidsetDefaultAttributeMappings(Collection<DefaultAttributeMappingEntity> defaultAttributeMappings)Sets value for attribute defaultAttributeMappingsvoidsetId(Long id)Sets value for attribute idvoidsetProperties(Collection<DefaultObjectMappingPropertyEntity> properties)Sets value for attribute propertiesvoidsetSoffidObject(com.soffid.iam.api.SoffidObjectType soffidObject)Sets value for attribute soffidObjectvoidsetSystemObject(String systemObject)Sets value for attribute systemObject
-
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getSystemObject
public String getSystemObject()
Gets value for attribute systemObject
-
setSystemObject
public void setSystemObject(String systemObject)
Sets value for attribute systemObject
-
getAgentDescriptor
public AgentDescriptorEntity getAgentDescriptor()
Gets value for attribute agentDescriptor
-
setAgentDescriptor
public void setAgentDescriptor(AgentDescriptorEntity agentDescriptor)
Sets value for attribute agentDescriptor
-
getSoffidObject
public com.soffid.iam.api.SoffidObjectType getSoffidObject()
Gets value for attribute soffidObject
-
setSoffidObject
public void setSoffidObject(com.soffid.iam.api.SoffidObjectType soffidObject)
Sets value for attribute soffidObject
-
getCondition
public String getCondition()
Gets value for attribute condition
-
setCondition
public void setCondition(String condition)
Sets value for attribute condition
-
getProperties
public Collection<DefaultObjectMappingPropertyEntity> getProperties()
Gets value for attribute properties
-
setProperties
public void setProperties(Collection<DefaultObjectMappingPropertyEntity> properties)
Sets value for attribute properties
-
getDefaultAttributeMappings
public Collection<DefaultAttributeMappingEntity> getDefaultAttributeMappings()
Gets value for attribute defaultAttributeMappings
-
setDefaultAttributeMappings
public void setDefaultAttributeMappings(Collection<DefaultAttributeMappingEntity> defaultAttributeMappings)
Sets value for attribute defaultAttributeMappings
-
equals
public boolean equals(Object object)
Returnstrueif the argument is an DefaultObjectMappingEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-
-