Enterprise Information Portal APIs

com.ibm.mm.sdk.common
Class DKUserMapDataFed

java.lang.Object
  |
  +--com.ibm.mm.sdk.common.DKUserMapDataFed
All Implemented Interfaces:
java.io.Serializable

public class DKUserMapDataFed
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
DKUserMapDataFed()
           
 
Method Summary
 java.lang.String getFedUserName()
          Get the federated user name.
 java.lang.String getMapPassword()
          Get the mapped password
 java.lang.String getMapServerName()
          Get the mapped Server name.
 java.lang.String getMapServerType()
          Get the mapped Server type.
 java.lang.String getMapUserName()
          Get the mapped user name.
 void setFedUserName(java.lang.String name)
          Set the federated user name.
 void setMapPassword(java.lang.String pwd)
          Set the mapped password
 void setMapServerName(java.lang.String name)
          Set the mapped Server name.
 void setMapServerType(java.lang.String type)
          Set the mapped Server type.
 void setMapUserName(java.lang.String name)
          Set the mapped user name.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DKUserMapDataFed

public DKUserMapDataFed()
Method Detail

getFedUserName

public java.lang.String getFedUserName()
Get the federated user name.

setFedUserName

public void setFedUserName(java.lang.String name)
Set the federated user name.

getMapUserName

public java.lang.String getMapUserName()
Get the mapped user name.

setMapUserName

public void setMapUserName(java.lang.String name)
Set the mapped user name.

getMapPassword

public java.lang.String getMapPassword()
Get the mapped password

setMapPassword

public void setMapPassword(java.lang.String pwd)
Set the mapped password

getMapServerName

public java.lang.String getMapServerName()
Get the mapped Server name.

setMapServerName

public void setMapServerName(java.lang.String name)
Set the mapped Server name.

getMapServerType

public java.lang.String getMapServerType()
Get the mapped Server type.

setMapServerType

public void setMapServerType(java.lang.String type)
Set the mapped Server type.

EIP Java APIs

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.