Package com.soffid.iam.service.impl
Class InternalObjectMapping
- java.lang.Object
-
- com.soffid.iam.api.ObjectMapping
-
- com.soffid.iam.service.impl.InternalObjectMapping
-
- All Implemented Interfaces:
Serializable
public class InternalObjectMapping extends com.soffid.iam.api.ObjectMapping
- Author:
- bubu
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InternalObjectMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<com.soffid.iam.api.AttributeMapping>
getAttributes()
Collection<com.soffid.iam.api.ObjectMappingProperty>
getProperties()
Collection<com.soffid.iam.api.ObjectMappingTrigger>
getTriggers()
void
setAttributes(Collection<com.soffid.iam.api.AttributeMapping> attributes)
void
setProperties(Collection<com.soffid.iam.api.ObjectMappingProperty> properties)
void
setTriggers(Collection<com.soffid.iam.api.ObjectMappingTrigger> triggers)
-
Methods inherited from class com.soffid.iam.api.ObjectMapping
getCondition, getDispatcherId, getId, getSoffidCustomObject, getSoffidObject, getSystemObject, isAuthoritative, setAuthoritative, setCondition, setDispatcherId, setId, setSoffidCustomObject, setSoffidObject, setSystemObject, toObjectMapping, toObjectMapping, toObjectMappingArray, toObjectMappingAsyncList, toObjectMappingList, toObjectMappingList, toString
-
-
-
-
Method Detail
-
getProperties
public Collection<com.soffid.iam.api.ObjectMappingProperty> getProperties()
-
setProperties
public void setProperties(Collection<com.soffid.iam.api.ObjectMappingProperty> properties)
-
getAttributes
public Collection<com.soffid.iam.api.AttributeMapping> getAttributes()
-
setAttributes
public void setAttributes(Collection<com.soffid.iam.api.AttributeMapping> attributes)
-
getTriggers
public Collection<com.soffid.iam.api.ObjectMappingTrigger> getTriggers()
-
setTriggers
public void setTriggers(Collection<com.soffid.iam.api.ObjectMappingTrigger> triggers)
-
-