Package com.soffid.iam.model
Class DefaultAttributeMappingEntity
- java.lang.Object
-
- com.soffid.iam.model.DefaultAttributeMappingEntity
-
- Direct Known Subclasses:
DefaultAttributeMappingEntityImpl
public abstract class DefaultAttributeMappingEntity extends Object
Entity DefaultAttributeMappingEntity
-
-
Constructor Summary
Constructors Constructor Description DefaultAttributeMappingEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)Returnstrueif the argument is an DefaultAttributeMappingEntity instance and all identifiers for this entity equal the identifiers of the argument entity.DefaultObjectMappingEntitygetDefaultObjectMapping()Gets value for attribute defaultObjectMappinges.caib.seycon.ng.comu.AttributeDirectiongetDirection()Gets value for attribute directionLonggetId()Gets value for attribute idStringgetSoffidAttribute()Gets value for attribute soffidAttributeStringgetSystemAttribute()Gets value for attribute systemAttributeinthashCode()Returns a hash code based on this entity's identifiers.voidsetDefaultObjectMapping(DefaultObjectMappingEntity defaultObjectMapping)Sets value for attribute defaultObjectMappingvoidsetDirection(es.caib.seycon.ng.comu.AttributeDirection direction)Sets value for attribute directionvoidsetId(Long id)Sets value for attribute idvoidsetSoffidAttribute(String soffidAttribute)Sets value for attribute soffidAttributevoidsetSystemAttribute(String systemAttribute)Sets value for attribute systemAttribute
-
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getSoffidAttribute
public String getSoffidAttribute()
Gets value for attribute soffidAttribute
-
setSoffidAttribute
public void setSoffidAttribute(String soffidAttribute)
Sets value for attribute soffidAttribute
-
getSystemAttribute
public String getSystemAttribute()
Gets value for attribute systemAttribute
-
setSystemAttribute
public void setSystemAttribute(String systemAttribute)
Sets value for attribute systemAttribute
-
getDirection
public es.caib.seycon.ng.comu.AttributeDirection getDirection()
Gets value for attribute direction
-
setDirection
public void setDirection(es.caib.seycon.ng.comu.AttributeDirection direction)
Sets value for attribute direction
-
getDefaultObjectMapping
public DefaultObjectMappingEntity getDefaultObjectMapping()
Gets value for attribute defaultObjectMapping
-
setDefaultObjectMapping
public void setDefaultObjectMapping(DefaultObjectMappingEntity defaultObjectMapping)
Sets value for attribute defaultObjectMapping
-
equals
public boolean equals(Object object)
Returnstrueif the argument is an DefaultAttributeMappingEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-
-