Package org.openiam.idm.srvc.meta.dto
Class PageElementValue
- java.lang.Object
-
- org.openiam.idm.srvc.meta.dto.PageElementValue
-
- All Implemented Interfaces:
Serializable
public class PageElementValue extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PageElementValue()
PageElementValue(String userAttributeId, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getUserAttributeId()
String
getValue()
int
hashCode()
void
setUserAttributeId(String userAttributeId)
void
setValue(String value)
String
toString()
-