Package com.soffid.iam.model
Class AttributeMappingEntity
- java.lang.Object
-
- com.soffid.iam.model.AttributeMappingEntity
-
- Direct Known Subclasses:
AttributeMappingEntityImpl
public abstract class AttributeMappingEntity extends Object
Entity AttributeMappingEntity
-
-
Constructor Summary
Constructors Constructor Description AttributeMappingEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
Returnstrue
if the argument is an AttributeMappingEntity instance and all identifiers for this entity equal the identifiers of the argument entity.es.caib.seycon.ng.comu.AttributeDirection
getDirection()
Gets value for attribute directionLong
getId()
Gets value for attribute idObjectMappingEntity
getObject()
Gets value for attribute objectString
getSoffidAttribute()
Gets value for attribute soffidAttributeString
getSystemAttribute()
Gets value for attribute systemAttributeint
hashCode()
Returns a hash code based on this entity's identifiers.void
setDirection(es.caib.seycon.ng.comu.AttributeDirection direction)
Sets value for attribute directionvoid
setId(Long id)
Sets value for attribute idvoid
setObject(ObjectMappingEntity object)
Sets value for attribute objectvoid
setSoffidAttribute(String soffidAttribute)
Sets value for attribute soffidAttributevoid
setSystemAttribute(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
-
getObject
public ObjectMappingEntity getObject()
Gets value for attribute object
-
setObject
public void setObject(ObjectMappingEntity object)
Sets value for attribute object
-
equals
public boolean equals(Object object)
Returnstrue
if the argument is an AttributeMappingEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-