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 boolean
equals(Object object)
Returnstrue
if the argument is an DefaultObjectMappingEntity instance and all identifiers for this entity equal the identifiers of the argument entity.AgentDescriptorEntity
getAgentDescriptor()
Gets value for attribute agentDescriptorString
getCondition()
Gets value for attribute conditionCollection<DefaultAttributeMappingEntity>
getDefaultAttributeMappings()
Gets value for attribute defaultAttributeMappingsLong
getId()
Gets value for attribute idCollection<DefaultObjectMappingPropertyEntity>
getProperties()
Gets value for attribute propertiescom.soffid.iam.api.SoffidObjectType
getSoffidObject()
Gets value for attribute soffidObjectString
getSystemObject()
Gets value for attribute systemObjectint
hashCode()
Returns a hash code based on this entity's identifiers.void
setAgentDescriptor(AgentDescriptorEntity agentDescriptor)
Sets value for attribute agentDescriptorvoid
setCondition(String condition)
Sets value for attribute conditionvoid
setDefaultAttributeMappings(Collection<DefaultAttributeMappingEntity> defaultAttributeMappings)
Sets value for attribute defaultAttributeMappingsvoid
setId(Long id)
Sets value for attribute idvoid
setProperties(Collection<DefaultObjectMappingPropertyEntity> properties)
Sets value for attribute propertiesvoid
setSoffidObject(com.soffid.iam.api.SoffidObjectType soffidObject)
Sets value for attribute soffidObjectvoid
setSystemObject(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)
Returnstrue
if the argument is an DefaultObjectMappingEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-