Package org.apache.syncope.common.lib
Class Attr
java.lang.Object
org.apache.syncope.common.lib.Attr
- All Implemented Interfaces:
Serializable
,Comparable<Attr>
,BaseBean
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Attr
public Attr()
-
-
Method Details
-
getSchema
- Returns:
- the name of the schema that this attribute is referring to
-
setSchema
- Parameters:
schema
- name to be set
-
getValues
- Returns:
- attribute values as strings
-
compareTo
- Specified by:
compareTo
in interfaceComparable<Attr>
-
hashCode
public int hashCode() -
equals
-