Package org.apache.syncope.common.lib
Class Attr
- java.lang.Object
-
- org.apache.syncope.common.lib.Attr
-
- All Implemented Interfaces:
Serializable
,Comparable<Attr>
,BaseBean
public class Attr extends Object implements Comparable<Attr>, BaseBean
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Attr.Builder
-
Constructor Summary
Constructors Constructor Description Attr()
-
-
-
Method Detail
-
getSchema
public String getSchema()
- Returns:
- the name of the schema that this attribute is referring to
-
setSchema
@PathParam("schema") public void setSchema(String schema)
- Parameters:
schema
- name to be set
-
compareTo
public int compareTo(Attr other)
- Specified by:
compareTo
in interfaceComparable<Attr>
-
-