Class Slot

  • All Implemented Interfaces:
    Serializable

    public class Slot
    extends Object
    implements Serializable
    Representation of a ticket that is allows a single file upload.
    Author:
    Guus der Kinderen, guus@goodbytes.nl
    See Also:
    Serialized Form
    • Constructor Detail

      • Slot

        public Slot​(org.xmpp.packet.JID creator,
                    String filename,
                    long size)
    • Method Detail

      • getCreationDate

        public Date getCreationDate()
      • getCreator

        public org.xmpp.packet.JID getCreator()
      • getSize

        public long getSize()
      • getFilename

        public String getFilename()