Enterprise Information Portal APIs

com.ibm.mm.sdk.common
Class DKDocSectionTS

java.lang.Object
  |
  +--com.ibm.mm.sdk.common.DKDocSectionTS
All Implemented Interfaces:
DKConstant, DKConstantDL, DKMessageId, DKMessageIdDL, java.io.Serializable

public class DKDocSectionTS
extends java.lang.Object
implements DKConstantDL, DKMessageIdDL, java.io.Serializable

See Also:
Serialized Form

Fields inherited from interface com.ibm.mm.sdk.common.DKConstantDL
    For details, see the class or interface
 
Fields inherited from interface com.ibm.mm.sdk.common.DKConstant
    For details, see the class or interface
 
Fields inherited from interface com.ibm.mm.sdk.common.DKMessageIdDL
DK_DL_MSG_INVNBR_TEXTMAPPING, DK_DL_MSG_MSGID_NOT_FOUND
 
Fields inherited from interface com.ibm.mm.sdk.common.DKMessageId
    For details, see the class or interface
 
Constructor Summary
DKDocSectionTS()
          Constructs the doc model section information and initializes it.
 
Method Summary
 java.lang.String getName()
          Gets the document model section name.
 java.lang.String getTag()
          Gets the document model section tag.
 void setName(java.lang.String docSectionName)
          Sets the document model section name.
 void setTag(java.lang.String docSectionTag)
          Sets the document model section tag.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DKDocSectionTS

public DKDocSectionTS()
Constructs the doc model section information and initializes it.
Method Detail

getName

public java.lang.String getName()
Gets the document model section name.
Returns:
the document model section name

setName

public void setName(java.lang.String docSectionName)
Sets the document model section name.
Parameters:
docSectionName - the document model section name

getTag

public java.lang.String getTag()
Gets the document model section tag.
Returns:
the document model section tag

setTag

public void setTag(java.lang.String docSectionTag)
Sets the document model section tag.
Parameters:
docSectionTag - the document model section tag

EIP Java APIs

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