Ontimize 5.2072EN

com.ontimize.db
Class TableEntity.Receiving

java.lang.Object
  extended bycom.ontimize.db.TableEntity.Receiving
Enclosing class:
TableEntity

protected class TableEntity.Receiving
extends java.lang.Object

Object of this class are used internally for storing information for current transfers (attachments).


Field Summary
protected  java.lang.String column
           
protected  java.io.File currentFile
           
protected  java.util.Hashtable kv
           
protected  int sessionId
           
 
Constructor Summary
TableEntity.Receiving(java.lang.String column, java.util.Hashtable kv, int sessionId, java.io.File f)
           
 
Method Summary
 java.lang.String getColumn()
           
 java.io.File getCurrentFile()
           
 java.util.Hashtable getKeysValues()
           
 int getSessionId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

kv

protected java.util.Hashtable kv

column

protected java.lang.String column

sessionId

protected int sessionId

currentFile

protected java.io.File currentFile
Constructor Detail

TableEntity.Receiving

public TableEntity.Receiving(java.lang.String column,
                             java.util.Hashtable kv,
                             int sessionId,
                             java.io.File f)
Method Detail

getKeysValues

public java.util.Hashtable getKeysValues()

getColumn

public java.lang.String getColumn()

getSessionId

public int getSessionId()

getCurrentFile

public java.io.File getCurrentFile()

Ontimize