Package org.openiam.base.ws
Class ObjectMap.ObjectEntry
- java.lang.Object
-
- org.openiam.base.ws.ObjectMap.ObjectEntry
-
-
Constructor Summary
Constructors Constructor Description ObjectEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKey()
Gets the value of the key property.Object
getObject()
Gets the value of the userAttribute property.void
setKey(String value)
Sets the value of the key property.void
setObject(Object value)
Sets the value of the userAttribute property.
-
-
-
Method Detail
-
getObject
public Object getObject()
Gets the value of the userAttribute property.- Returns:
- possible object is
UserAttribute
-
setObject
public void setObject(Object value)
Sets the value of the userAttribute property.- Parameters:
value
- allowed object isUserAttribute
-
getKey
public String getKey()
Gets the value of the key property.- Returns:
- possible object is
String
-
-