Package es.caib.seycon.ng.sync.intf
Class WrappedExtensibleObject
- java.lang.Object
-
- com.soffid.iam.sync.intf.ExtensibleObject
-
- es.caib.seycon.ng.sync.intf.ExtensibleObject
-
- es.caib.seycon.ng.sync.intf.WrappedExtensibleObject
-
- All Implemented Interfaces:
Serializable,Map<String,Object>
public class WrappedExtensibleObject extends ExtensibleObject
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.soffid.iam.sync.intf.ExtensibleObject
attributes
-
-
Constructor Summary
Constructors Constructor Description WrappedExtensibleObject(ExtensibleObject source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()booleancontainsKey(Object key)booleancontainsValue(Object value)Set<Map.Entry<String,Object>>entrySet()booleanequals(Object o)Objectget(Object key)ObjectgetAttribute(String attribute)Set<String>getAttributes()StringgetObjectType()inthashCode()booleanisEmpty()Set<String>keySet()Objectput(String key, Object value)voidputAll(Map<? extends String,? extends Object> m)Objectremove(Object key)voidremoveAttribte(String attribute)ObjectsetAttribute(String attribute, Object value)voidsetObjectType(String objectType)intsize()StringtoString()Collection<Object>values()-
Methods inherited from class es.caib.seycon.ng.sync.intf.ExtensibleObject
toExtensibleObject
-
Methods inherited from class com.soffid.iam.sync.intf.ExtensibleObject
toExtensibleObject
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
-
-
Constructor Detail
-
WrappedExtensibleObject
public WrappedExtensibleObject(ExtensibleObject source)
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classExtensibleObject
-
size
public int size()
-
isEmpty
public boolean isEmpty()
-
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKeyin interfaceMap<String,Object>- Overrides:
containsKeyin classExtensibleObject
-
containsValue
public boolean containsValue(Object value)
- Specified by:
containsValuein interfaceMap<String,Object>- Overrides:
containsValuein classExtensibleObject
-
clear
public void clear()
-
values
public Collection<Object> values()
-
equals
public boolean equals(Object o)
-
setObjectType
public void setObjectType(String objectType)
- Overrides:
setObjectTypein classExtensibleObject
-
getObjectType
public String getObjectType()
- Overrides:
getObjectTypein classExtensibleObject
-
hashCode
public int hashCode()
-
getAttribute
public Object getAttribute(String attribute)
- Overrides:
getAttributein classExtensibleObject
-
setAttribute
public Object setAttribute(String attribute, Object value)
- Overrides:
setAttributein classExtensibleObject
-
removeAttribte
public void removeAttribte(String attribute)
- Overrides:
removeAttribtein classExtensibleObject
-
getAttributes
public Set<String> getAttributes()
- Overrides:
getAttributesin classExtensibleObject
-
-