Package org.apache.syncope.common.lib.to
Class SchemaTO
- java.lang.Object
-
- org.apache.syncope.common.lib.to.SchemaTO
-
- All Implemented Interfaces:
Serializable,BaseBean,EntityTO
- Direct Known Subclasses:
DerSchemaTO,PlainSchemaTO,VirSchemaTO
public abstract class SchemaTO extends Object implements EntityTO
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SchemaTO()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetAnyTypeClass()abstract StringgetDiscriminator()StringgetKey()StringgetLabel(Locale locale)Map<Locale,String>getLabels()inthashCode()voidsetAnyTypeClass(String anyTypeClass)voidsetDiscriminator(String discriminator)voidsetKey(String key)
-