Class LinkedAccountPlainAttrProperty
java.lang.Object
org.apache.syncope.client.console.commons.LinkedAccountPlainAttrProperty
- All Implemented Interfaces:
Serializable
,Comparable<LinkedAccountPlainAttrProperty>
public class LinkedAccountPlainAttrProperty
extends Object
implements Serializable, Comparable<LinkedAccountPlainAttrProperty>
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(LinkedAccountPlainAttrProperty connConfProperty) boolean
int
hashCode()
boolean
void
setOverridable
(boolean overridable) void
-
Constructor Details
-
LinkedAccountPlainAttrProperty
public LinkedAccountPlainAttrProperty()
-
-
Method Details
-
getSchema
-
setSchema
-
getValues
-
isOverridable
public boolean isOverridable() -
setOverridable
public void setOverridable(boolean overridable) -
compareTo
- Specified by:
compareTo
in interfaceComparable<LinkedAccountPlainAttrProperty>
-
hashCode
public int hashCode() -
equals
-