Package com.soffid.iam.sync.intf
Class ExtensibleObject
java.lang.Object
com.soffid.iam.sync.intf.ExtensibleObject
- All Implemented Interfaces:
Serializable,Map<String,Object>
- See Also:
-
Nested Class Summary
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()booleangetAttribute(String attribute) booleanisEmpty()keySet()voidvoidremoveAttribte(String attribute) setAttribute(String attribute, Object value) voidsetObjectType(String objectType) intsize()toString()values()Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
attributes
-
-
Constructor Details
-
ExtensibleObject
public ExtensibleObject()
-
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKeyin interfaceMap<String,Object>
-
containsValue
- Specified by:
containsValuein interfaceMap<String,Object>
-
get
-
put
-
remove
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-
equals
-
setObjectType
-
getObjectType
-
getAttribute
-
setAttribute
-
removeAttribte
-
getAttributes
-
toString
-