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 boolean
equals(Object object)
Returnstrue
if 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 attributeMappingsString
getCondition()
Gets value for attribute conditionLong
getId()
Gets value for attribute idCollection<ObjectMappingPropertyEntity>
getProperties()
Gets value for attribute propertiesCustomObjectTypeEntity
getSoffidCustomObject()
Gets value for attribute soffidCustomObjectString
getSoffidExtensibleObject()
Gets value for attribute soffidExtensibleObjectcom.soffid.iam.api.SoffidObjectType
getSoffidObject()
Gets value for attribute soffidObjectSystemEntity
getSystem()
Gets value for attribute systemString
getSystemObject()
Gets value for attribute systemObjectCollection<ObjectMappingTriggerEntity>
getTriggers()
Gets value for attribute triggersint
hashCode()
Returns a hash code based on this entity's identifiers.void
setAttributeMappings(Collection<AttributeMappingEntity> attributeMappings)
Sets value for attribute attributeMappingsvoid
setCondition(String condition)
Sets value for attribute conditionvoid
setId(Long id)
Sets value for attribute idvoid
setProperties(Collection<ObjectMappingPropertyEntity> properties)
Sets value for attribute propertiesvoid
setSoffidCustomObject(CustomObjectTypeEntity soffidCustomObject)
Sets value for attribute soffidCustomObjectvoid
setSoffidExtensibleObject(String soffidExtensibleObject)
Sets value for attribute soffidExtensibleObjectvoid
setSoffidObject(com.soffid.iam.api.SoffidObjectType soffidObject)
Sets value for attribute soffidObjectvoid
setSystem(SystemEntity system)
Sets value for attribute systemvoid
setSystemObject(String systemObject)
Sets value for attribute systemObjectvoid
setTriggers(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)
Returnstrue
if the argument is an ObjectMappingEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-