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 void
clear()
boolean
containsKey(Object key)
boolean
containsValue(Object value)
Set<Map.Entry<String,Object>>
entrySet()
boolean
equals(Object o)
Object
get(Object key)
Object
getAttribute(String attribute)
Set<String>
getAttributes()
String
getObjectType()
int
hashCode()
boolean
isEmpty()
Set<String>
keySet()
Object
put(String key, Object value)
void
putAll(Map<? extends String,? extends Object> m)
Object
remove(Object key)
void
removeAttribte(String attribute)
Object
setAttribute(String attribute, Object value)
void
setObjectType(String objectType)
int
size()
String
toString()
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:
toString
in classExtensibleObject
-
size
public int size()
-
isEmpty
public boolean isEmpty()
-
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKey
in interfaceMap<String,Object>
- Overrides:
containsKey
in classExtensibleObject
-
containsValue
public boolean containsValue(Object value)
- Specified by:
containsValue
in interfaceMap<String,Object>
- Overrides:
containsValue
in classExtensibleObject
-
clear
public void clear()
-
values
public Collection<Object> values()
-
equals
public boolean equals(Object o)
-
setObjectType
public void setObjectType(String objectType)
- Overrides:
setObjectType
in classExtensibleObject
-
getObjectType
public String getObjectType()
- Overrides:
getObjectType
in classExtensibleObject
-
hashCode
public int hashCode()
-
getAttribute
public Object getAttribute(String attribute)
- Overrides:
getAttribute
in classExtensibleObject
-
setAttribute
public Object setAttribute(String attribute, Object value)
- Overrides:
setAttribute
in classExtensibleObject
-
removeAttribte
public void removeAttribte(String attribute)
- Overrides:
removeAttribte
in classExtensibleObject
-
getAttributes
public Set<String> getAttributes()
- Overrides:
getAttributes
in classExtensibleObject
-
-