Package com.soffid.iam.model
Class ObjectMappingEntity
- java.lang.Object
-
- com.soffid.iam.model.ObjectMappingEntity
-
- Direct Known Subclasses:
ObjectMappingEntityImpl
public abstract class ObjectMappingEntity extends Object
Entity ObjectMappingEntity
-
-
Constructor Summary
Constructors Constructor Description ObjectMappingEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)Returnstrueif the argument is an ObjectMappingEntity instance and all identifiers for this entity equal the identifiers of the argument entity.Collection<AttributeMappingEntity>getAttributeMappings()Gets value for attribute attributeMappingsStringgetCondition()Gets value for attribute conditionLonggetId()Gets value for attribute idCollection<ObjectMappingPropertyEntity>getProperties()Gets value for attribute propertiesCustomObjectTypeEntitygetSoffidCustomObject()Gets value for attribute soffidCustomObjectStringgetSoffidExtensibleObject()Gets value for attribute soffidExtensibleObjectcom.soffid.iam.api.SoffidObjectTypegetSoffidObject()Gets value for attribute soffidObjectSystemEntitygetSystem()Gets value for attribute systemStringgetSystemObject()Gets value for attribute systemObjectCollection<ObjectMappingTriggerEntity>getTriggers()Gets value for attribute triggersinthashCode()Returns a hash code based on this entity's identifiers.voidsetAttributeMappings(Collection<AttributeMappingEntity> attributeMappings)Sets value for attribute attributeMappingsvoidsetCondition(String condition)Sets value for attribute conditionvoidsetId(Long id)Sets value for attribute idvoidsetProperties(Collection<ObjectMappingPropertyEntity> properties)Sets value for attribute propertiesvoidsetSoffidCustomObject(CustomObjectTypeEntity soffidCustomObject)Sets value for attribute soffidCustomObjectvoidsetSoffidExtensibleObject(String soffidExtensibleObject)Sets value for attribute soffidExtensibleObjectvoidsetSoffidObject(com.soffid.iam.api.SoffidObjectType soffidObject)Sets value for attribute soffidObjectvoidsetSystem(SystemEntity system)Sets value for attribute systemvoidsetSystemObject(String systemObject)Sets value for attribute systemObjectvoidsetTriggers(Collection<ObjectMappingTriggerEntity> triggers)Sets value for attribute triggers
-
-
-
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
-
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
-
getSoffidCustomObject
public CustomObjectTypeEntity getSoffidCustomObject()
Gets value for attribute soffidCustomObject
-
setSoffidCustomObject
public void setSoffidCustomObject(CustomObjectTypeEntity soffidCustomObject)
Sets value for attribute soffidCustomObject
-
getSoffidExtensibleObject
public String getSoffidExtensibleObject()
Gets value for attribute soffidExtensibleObject
-
setSoffidExtensibleObject
public void setSoffidExtensibleObject(String soffidExtensibleObject)
Sets value for attribute soffidExtensibleObject
-
getCondition
public String getCondition()
Gets value for attribute condition
-
setCondition
public void setCondition(String condition)
Sets value for attribute condition
-
getProperties
public Collection<ObjectMappingPropertyEntity> getProperties()
Gets value for attribute properties
-
setProperties
public void setProperties(Collection<ObjectMappingPropertyEntity> properties)
Sets value for attribute properties
-
getSystem
public SystemEntity getSystem()
Gets value for attribute system
-
setSystem
public void setSystem(SystemEntity system)
Sets value for attribute system
-
getAttributeMappings
public Collection<AttributeMappingEntity> getAttributeMappings()
Gets value for attribute attributeMappings
-
setAttributeMappings
public void setAttributeMappings(Collection<AttributeMappingEntity> attributeMappings)
Sets value for attribute attributeMappings
-
getTriggers
public Collection<ObjectMappingTriggerEntity> getTriggers()
Gets value for attribute triggers
-
setTriggers
public void setTriggers(Collection<ObjectMappingTriggerEntity> triggers)
Sets value for attribute triggers
-
equals
public boolean equals(Object object)
Returnstrueif the argument is an ObjectMappingEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-
-