org.codehaus.modello.plugin.ldap.model
public class ObjectClass extends Object
Version: $Id: ObjectClass.java 177 2004-12-09 03:07:53Z trygvis $
| Constructor Summary | |
|---|---|
| ObjectClass(String oid, String name, String description, String superObjectClass, boolean auxiliary) | |
| Method Summary | |
|---|---|
| String | getDescription() |
| String | getName() |
| List | getNotRequiredAttributes() |
| String | getOid() |
| List | getRequiredAttributes() |
| String | getSuperObjectClass() |
| boolean | isAuxiliary() |