|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.lsc.LscObject
public abstract class LscObject
All objects in LSC inherit from this class, both pure-LDAP style objects (including top), and flat, database-style objects.
| Constructor Summary | |
|---|---|
LscObject()
Deprecated. |
|
| Method Summary | |
|---|---|
String |
getDistinguishName()
Deprecated. Returns the full distinguished name of this object. |
List<String> |
getObjectClass()
Deprecated. Return the list of values for the objectClass of this object |
void |
setDistinguishName(String dn)
Deprecated. Set the full distinguished name for this object. |
void |
setObjectClass(List<String> objectClass)
Deprecated. Set the list of values for the objectClass of this object. |
void |
setObjectClass(String objectClass)
Deprecated. Add an objectClass value to this object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LscObject()
| Method Detail |
|---|
public final String getDistinguishName()
public final void setDistinguishName(String dn)
dn - This object's distinguished namepublic final List<String> getObjectClass()
public final void setObjectClass(List<String> objectClass)
Note that this will replace any existing list. To add to the existing
list instead, see setObjectClass(String).
objectClass - The objectClass list to setpublic final void setObjectClass(String objectClass)
Note that this will add a new value to the existing list, it will not
replace it. To replace the full list see setObjectClass(List).
If no list has been set yet, this method will create one.
objectClass - The objectClass name to add
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||