Class ExportedCustomUserInfoDefinition
- java.lang.Object
-
- org.bonitasoft.engine.identity.xml.ExportedCustomUserInfoDefinition
-
public class ExportedCustomUserInfoDefinition extends Object
- Author:
- Baptiste Mesta
-
-
Constructor Summary
Constructors Constructor Description ExportedCustomUserInfoDefinition()ExportedCustomUserInfoDefinition(String name, String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetDescription()StringgetName()inthashCode()voidsetDescription(String description)voidsetName(String name)StringtoString()
-