Package com.soffid.iam.sync.intf
Class ExtensibleObject
- java.lang.Object
-
- com.soffid.iam.sync.intf.ExtensibleObject
-
- All Implemented Interfaces:
Serializable,Map<String,Object>
- Direct Known Subclasses:
ExtensibleObject
public class ExtensibleObject extends Object implements Serializable, Map<String,Object>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,Object>attributes
-
Constructor Summary
Constructors Constructor Description ExtensibleObject()
-
Method Summary
All Methods Static 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()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()static ExtensibleObjecttoExtensibleObject(ExtensibleObject o1)StringtoString()Collection<Object>values()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
-
-
Method Detail
-
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKeyin interfaceMap<String,Object>
-
containsValue
public boolean containsValue(Object value)
- Specified by:
containsValuein interfaceMap<String,Object>
-
equals
public boolean equals(Object o)
-
setObjectType
public void setObjectType(String objectType)
-
getObjectType
public String getObjectType()
-
removeAttribte
public void removeAttribte(String attribute)
-
toExtensibleObject
public static ExtensibleObject toExtensibleObject(ExtensibleObject o1)
-
-