Package org.apache.syncope.common.lib.to
Class Mapping
- java.lang.Object
-
- org.apache.syncope.common.lib.to.ItemContainer
-
- org.apache.syncope.common.lib.to.Mapping
-
- All Implemented Interfaces:
Serializable
public class Mapping extends ItemContainer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Mapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetConnObjectLink()List<Item>getLinkingItems()inthashCode()voidsetConnObjectLink(String connObjectLink)-
Methods inherited from class org.apache.syncope.common.lib.to.ItemContainer
add, addConnObjectKeyItem, getConnObjectKeyItem, getItems, setConnObjectKeyItem
-
-
-
-
Method Detail
-
getConnObjectLink
public String getConnObjectLink()
-
setConnObjectLink
public void setConnObjectLink(String connObjectLink)
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classItemContainer
-
hashCode
public int hashCode()
- Overrides:
hashCodein classItemContainer
-
-