|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.MLdapUser
public class MLdapUser
| Constructor Summary | |
|---|---|
MLdapUser()
|
|
| Method Summary | |
|---|---|
String |
getErrorMsg()
Get the error string |
String |
getOrg()
Get the organization |
String |
getOrgUnit()
Get the organization unit |
String |
getPassword()
Get the user password |
String |
getUserId()
Get the user id |
void |
reset()
|
void |
setErrorString(String errStr)
Set the error String |
void |
setOrg(String org)
Set the organization |
void |
setOrgUnit(String orgUnit)
Set the organization unit |
void |
setPassword(String passwd)
Set the user password |
void |
setUserId(String userId)
Set the user id |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MLdapUser()
| Method Detail |
|---|
public void reset()
public void setOrg(String org)
org - organizationpublic void setOrgUnit(String orgUnit)
orgUnit - organization unitpublic void setPassword(String passwd)
passwd - User password stringpublic void setUserId(String userId)
passwd - User id stringpublic void setErrorString(String errStr)
errStr - Error Stringpublic String getOrg()
public String getOrgUnit()
public String getPassword()
public String getUserId()
public String getErrorMsg()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||