kom.gateway
Class Build.KOMmsg

java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--java.util.Hashtable
              |
              +--kom.gateway.KomData
                    |
                    +--kom.gateway.Build.KOMsub
                          |
                          +--kom.gateway.Build.KOMmt
                                |
                                +--kom.gateway.Build.KOMmsg
Enclosing class:
Build

public class Build.KOMmsg
extends Build.KOMmt

Class representing an individual KOM message

See Also:
Serialized Form

Fields inherited from class kom.gateway.Build.KOMmt
mid
 
Fields inherited from class kom.gateway.Build.KOMsub
id, parent
 
Fields inherited from class kom.gateway.KomData
ADDKEYANY, ADDKEYFIRST, ADDKEYLAST
 
Fields inherited from class java.util.Hashtable
count, ENTRIES, entrySet, KEYS, keySet, loadFactor, modCount, serialVersionUID, table, threshold, values, VALUES
 
Constructor Summary
(package private) Build.KOMmsg()
           
(package private) Build.KOMmsg(Build.KOMmsg msg)
          Clone
(package private) Build.KOMmsg(java.lang.String ref, java.lang.String cont)
          Constructor
 
Method Summary
(package private)  void addrcpt(KomData rcpt)
          If this message is stored in MIME format or came via email, a "rcpt*" record is added to the header file of the mailbox entry.
(package private)  boolean deleted()
           
(package private)  void displinks()
          Shows marriage links
(package private)  void dispnext(int prev, int next)
          Creates links to previous and next message in thread, and to next unread, whatever is relevant.
 
Methods inherited from class kom.gateway.Build.KOMmt
checkUnews, dispNewsArticle, getNewsArticle, getNewsText, publish, qlist, sendList, showNewsArticle
 
Methods inherited from class kom.gateway.Build.KOMsub
commented, dispgen, dispmemb, establishId, istype, mkcont, putid
 
Methods inherited from class kom.gateway.KomData
add, create, debugLog, display, disppriv, errorLog, get, getAllData, getBDATA, getCDATA, getData, getElem, getKeyList, getKeys, getName, getPDATA, getStringValues, getStringVector, getValues, init, isEmpty, mayput, normal, put, put, putBDATA, putCDATA, putData, putfirst, putlast, putPDATA, putValue, qput, remove, setName, setValue, toString
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, readObject, rehash, remove, size, values, writeObject
 
Methods inherited from class java.lang.Object
, finalize, getClass, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

Build.KOMmsg

Build.KOMmsg()

Build.KOMmsg

Build.KOMmsg(java.lang.String ref,
             java.lang.String cont)
Constructor
Parameters:
ref - Id of message, or null (use cont)
cont - String representation, or null (use ref)

Build.KOMmsg

Build.KOMmsg(Build.KOMmsg msg)
Clone
Method Detail

displinks

void displinks()
Shows marriage links

dispnext

void dispnext(int prev,
              int next)
Creates links to previous and next message in thread, and to next unread, whatever is relevant.
Parameters:
prev - Part number of previous message
next - Part number of next message

addrcpt

void addrcpt(KomData rcpt)
If this message is stored in MIME format or came via email, a "rcpt*" record is added to the header file of the mailbox entry.
Parameters:
rcpt - Data for the recipient

deleted

boolean deleted()