Compiere 3.1

org.compiere.model
Class MLdapUser

java.lang.Object
  extended by org.compiere.model.MLdapUser

public class MLdapUser
extends Object


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

MLdapUser

public MLdapUser()
Method Detail

reset

public void reset()

setOrg

public void setOrg(String org)
Set the organization

Parameters:
org - organization

setOrgUnit

public void setOrgUnit(String orgUnit)
Set the organization unit

Parameters:
orgUnit - organization unit

setPassword

public void setPassword(String passwd)
Set the user password

Parameters:
passwd - User password string

setUserId

public void setUserId(String userId)
Set the user id

Parameters:
passwd - User id string

setErrorString

public void setErrorString(String errStr)
Set the error String

Parameters:
errStr - Error String

getOrg

public String getOrg()
Get the organization

Returns:
org organization

getOrgUnit

public String getOrgUnit()
Get the organization unit

Returns:
orgUnit organization unit

getPassword

public String getPassword()
Get the user password

Returns:
passwd User password string

getUserId

public String getUserId()
Get the user id

Returns:
User id string

getErrorMsg

public String getErrorMsg()
Get the error string

Returns:
errStr Error String

Compiere 3.1

Compiere® is a registered trademark of ComPiere, Inc. ©2004-2008 HumanFlash.com All rights reserved.