ca.macewan.ims.enterprise
Class UserID

java.lang.Object
  extended byca.macewan.ims.enterprise.UserID

public class UserID
extends Object

Represents a "user id" element.

Version:
0.1
Author:
Erwin Veugelers
See Also:
IMS Enterprise Specification

Constructor Summary
UserID()
           
UserID(String uid)
           
 
Method Summary
 String getAuthenticationType()
           
 String getPassword()
           
 String getPWEncryptionType()
           
 String getUserID()
           
 String getUserIDType()
           
 void setAuthenticationType(String authType)
           
 void setPassword(String pwd)
           
 void setPWEncryptionType(String encType)
           
 void setUserID(String uid)
           
 void setUserIDType(String type)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserID

public UserID()

UserID

public UserID(String uid)
Method Detail

setUserID

public void setUserID(String uid)

getUserID

public String getUserID()

setUserIDType

public void setUserIDType(String type)

getUserIDType

public String getUserIDType()

setPassword

public void setPassword(String pwd)

getPassword

public String getPassword()

setPWEncryptionType

public void setPWEncryptionType(String encType)

getPWEncryptionType

public String getPWEncryptionType()

setAuthenticationType

public void setAuthenticationType(String authType)

getAuthenticationType

public String getAuthenticationType()