Package com.soffid.iam.iga.api
Class ObjectMapping
java.lang.Object
com.soffid.iam.iga.api.ObjectMapping
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ExtensibleObjectMapping
ValueObject ObjectMapping
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionObjectMapping(ObjectMapping otherBean) ObjectMapping(Long id, String systemObject, SoffidObjectType soffidObject, String soffidCustomObject, String condition, Long dispatcherId, boolean authoritative) ObjectMapping(String systemObject, SoffidObjectType soffidObject, Long dispatcherId, boolean authoritative) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute conditionGets value for attribute dispatcherIdgetId()Gets value for attribute idGets value for attribute soffidCustomObjectGets value for attribute soffidObjectGets value for attribute systemObjectbooleanGets value for attribute authoritativevoidsetAuthoritative(boolean authoritative) Sets value for attribute authoritativevoidsetCondition(String condition) Sets value for attribute conditionvoidsetDispatcherId(Long dispatcherId) Sets value for attribute dispatcherIdvoidSets value for attribute idvoidsetSoffidCustomObject(String soffidCustomObject) Sets value for attribute soffidCustomObjectvoidsetSoffidObject(SoffidObjectType soffidObject) Sets value for attribute soffidObjectvoidsetSystemObject(String systemObject) Sets value for attribute systemObjecttoString()Returns a string representation of the value object.
-
Constructor Details
-
ObjectMapping
public ObjectMapping() -
ObjectMapping
-
ObjectMapping
public ObjectMapping(String systemObject, SoffidObjectType soffidObject, Long dispatcherId, boolean authoritative) -
ObjectMapping
-
-
Method Details
-
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getSystemObject
Gets value for attribute systemObject -
setSystemObject
Sets value for attribute systemObject -
getSoffidObject
Gets value for attribute soffidObject -
setSoffidObject
Sets value for attribute soffidObject -
getSoffidCustomObject
Gets value for attribute soffidCustomObject -
setSoffidCustomObject
Sets value for attribute soffidCustomObject -
getCondition
Gets value for attribute condition -
setCondition
Sets value for attribute condition -
getDispatcherId
Gets value for attribute dispatcherId -
setDispatcherId
Sets value for attribute dispatcherId -
isAuthoritative
public boolean isAuthoritative()Gets value for attribute authoritative -
setAuthoritative
public void setAuthoritative(boolean authoritative) Sets value for attribute authoritative -
toString
Returns a string representation of the value object.
-