com.ontimize.db
Class TableEntity.AttachmentReceiving
java.lang.Object
com.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).
|
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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)
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()