Package org.apache.syncope.common.lib.to
Class DerSchemaTO
- java.lang.Object
-
- org.apache.syncope.common.lib.to.SchemaTO
-
- org.apache.syncope.common.lib.to.DerSchemaTO
-
- All Implemented Interfaces:
Serializable,BaseBean,EntityTO
public class DerSchemaTO extends SchemaTO
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DerSchemaTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetDiscriminator()StringgetExpression()inthashCode()voidsetExpression(String expression)-
Methods inherited from class org.apache.syncope.common.lib.to.SchemaTO
getAnyTypeClass, getKey, getLabel, getLabels, setAnyTypeClass, setDiscriminator, setKey
-
-
-
-
Method Detail
-
getDiscriminator
public String getDiscriminator()
- Specified by:
getDiscriminatorin classSchemaTO
-
getExpression
public String getExpression()
-
setExpression
public void setExpression(String expression)
-
-