Package com.soffid.iam.iga.api
Class AttributeMapping
java.lang.Object
com.soffid.iam.iga.api.AttributeMapping
- All Implemented Interfaces:
Serializable
ValueObject AttributeMapping
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAttributeMapping(AttributeMapping otherBean) AttributeMapping(Long id, String soffidAttribute, String systemAttribute, AttributeDirection direction, Long objectId) AttributeMapping(String soffidAttribute, String systemAttribute, AttributeDirection direction, Long objectId) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute directiongetId()Gets value for attribute idGets value for attribute objectIdGets value for attribute soffidAttributeGets value for attribute systemAttributevoidsetDirection(AttributeDirection direction) Sets value for attribute directionvoidSets value for attribute idvoidsetObjectId(Long objectId) Sets value for attribute objectIdvoidsetSoffidAttribute(String soffidAttribute) Sets value for attribute soffidAttributevoidsetSystemAttribute(String systemAttribute) Sets value for attribute systemAttributetoString()Returns a string representation of the value object.
-
Constructor Details
-
AttributeMapping
public AttributeMapping() -
AttributeMapping
public AttributeMapping(Long id, String soffidAttribute, String systemAttribute, AttributeDirection direction, Long objectId) -
AttributeMapping
public AttributeMapping(String soffidAttribute, String systemAttribute, AttributeDirection direction, Long objectId) -
AttributeMapping
-
-
Method Details
-
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getSoffidAttribute
Gets value for attribute soffidAttribute -
setSoffidAttribute
Sets value for attribute soffidAttribute -
getSystemAttribute
Gets value for attribute systemAttribute -
setSystemAttribute
Sets value for attribute systemAttribute -
getDirection
Gets value for attribute direction -
setDirection
Sets value for attribute direction -
getObjectId
Gets value for attribute objectId -
setObjectId
Sets value for attribute objectId -
toString
Returns a string representation of the value object.
-