Ontimize 5.2072EN

com.ontimize.db
Class TableEntity.AttachmentReceiving

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

protected class TableEntity.AttachmentReceiving
extends java.lang.Object

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


Field Summary
protected  java.io.File currentFile
           
protected  java.lang.String descriptionFile
           
protected  java.lang.String fileName
           
protected  boolean isRecordCreated
           
protected  java.util.Hashtable kv
           
protected  java.lang.String originalFileName
           
protected  java.lang.String originalFilePath
           
protected  int sessionId
           
 
Constructor Summary
TableEntity.AttachmentReceiving(java.lang.String fileName, java.lang.String originalName, java.lang.String originalPath, java.lang.String description, java.util.Hashtable keys, int sessionId, java.io.File f, boolean recordCreated)
           
 
Method Summary
 java.io.File getCurrentFile()
           
 java.lang.String getDescriptionFile()
           
 java.lang.String getExtension()
           
 java.lang.String getFileDescription()
           
 java.lang.String getFileName()
           
 java.util.Hashtable getKeysValues()
           
 java.lang.String getOriginalFileName()
           
 java.lang.String getOriginalFilePath()
           
 int getSessionId()
           
 boolean isRecordCreated()
           
 
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

fileName

protected java.lang.String fileName

originalFileName

protected java.lang.String originalFileName

originalFilePath

protected java.lang.String originalFilePath

descriptionFile

protected java.lang.String descriptionFile

sessionId

protected int sessionId

currentFile

protected java.io.File currentFile

isRecordCreated

protected boolean isRecordCreated
Constructor Detail

TableEntity.AttachmentReceiving

public TableEntity.AttachmentReceiving(java.lang.String fileName,
                                       java.lang.String originalName,
                                       java.lang.String originalPath,
                                       java.lang.String description,
                                       java.util.Hashtable keys,
                                       int sessionId,
                                       java.io.File f,
                                       boolean recordCreated)
Method Detail

getExtension

public java.lang.String getExtension()

getKeysValues

public java.util.Hashtable getKeysValues()

getFileName

public java.lang.String getFileName()

getFileDescription

public java.lang.String getFileDescription()

getOriginalFileName

public java.lang.String getOriginalFileName()

getOriginalFilePath

public java.lang.String getOriginalFilePath()

getDescriptionFile

public java.lang.String getDescriptionFile()

getSessionId

public int getSessionId()

getCurrentFile

public java.io.File getCurrentFile()

isRecordCreated

public boolean isRecordCreated()

Ontimize