- All Implemented Interfaces:
Serializable
Representation of a ticket that is allows a single file upload.
- Author:
- Guus der Kinderen, guus@goodbytes.nl
- See Also:
-
-
Constructor Summary
Constructors
Slot(org.xmpp.packet.JID creator,
String filename,
long size)
-
Method Summary
-
Constructor Details
-
Slot
public Slot(org.xmpp.packet.JID creator,
String filename,
long size)
-
Method Details
-
getCreationDate
public Date getCreationDate()
-
getCreator
public org.xmpp.packet.JID getCreator()
-
getSize
public long getSize()
-
-
-