com.ontimize.db
Class TableEntity.Receiving
java.lang.Object
com.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).
|
Constructor Summary |
TableEntity.Receiving(java.lang.String column,
java.util.Hashtable kv,
int sessionId,
java.io.File f)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
kv
protected java.util.Hashtable kv
column
protected java.lang.String column
sessionId
protected int sessionId
currentFile
protected java.io.File currentFile
TableEntity.Receiving
public TableEntity.Receiving(java.lang.String column,
java.util.Hashtable kv,
int sessionId,
java.io.File f)
getKeysValues
public java.util.Hashtable getKeysValues()
getColumn
public java.lang.String getColumn()
getSessionId
public int getSessionId()
getCurrentFile
public java.io.File getCurrentFile()