Enterprise Information Portal APIs

com.ibm.mm.sdk.common
Class DKGroupMapDataFed

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

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

See Also:
Serialized Form

Constructor Summary
DKGroupMapDataFed()
           
 
Method Summary
 java.lang.String getGroupName()
          Get the federated group 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 setGroupName(java.lang.String name)
          Set the federated group 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

DKGroupMapDataFed

public DKGroupMapDataFed()
Method Detail

getGroupName

public java.lang.String getGroupName()
Get the federated group name.

setGroupName

public void setGroupName(java.lang.String name)
Set the federated group 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.