|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.service.filehistory.FileRecord
public class FileRecord
Structure used for encapsulating data when writing or reading File History Data.
| Field Summary | |
|---|---|
static String |
CANCELED
Status indicating that the file transfer has been canceled. |
static String |
COMPLETED
Status indicating that the file transfer has been completed. |
static String |
FAILED
Status indicating that the file transfer has failed. |
static String |
IN
|
static String |
OUT
Possible directions of the transfer |
static String |
REFUSED
Status indicating that the file transfer has been refused. |
| Constructor Summary | |
|---|---|
FileRecord(String id,
Contact contact,
String direction,
long date,
File file,
String status)
Constructs new FileRecord |
|
| Method Summary | |
|---|---|
Contact |
getContact()
The contact. |
long |
getDate()
The date of the record. |
String |
getDirection()
The direction of the transfer. |
File |
getFile()
The file that was transfered. |
String |
getID()
The id. |
String |
getStatus()
The status of the transfer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String OUT
public static final String IN
public static final String COMPLETED
public static final String CANCELED
public static final String FAILED
public static final String REFUSED
| Constructor Detail |
|---|
public FileRecord(String id,
Contact contact,
String direction,
long date,
File file,
String status)
direction - date - file - status - | Method Detail |
|---|
public String getDirection()
public long getDate()
public File getFile()
public String getStatus()
public Contact getContact()
public String getID()
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||