Class PassportFile

  • All Implemented Interfaces:
    java.io.Serializable

    public class PassportFile
    extends java.lang.Object
    implements java.io.Serializable
    Stas Parshin 30 July 2018
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PassportFile()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      java.lang.Integer fileDate()  
      java.lang.String fileId()  
      java.lang.Integer fileSize()  
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PassportFile

        public PassportFile()
    • Method Detail

      • fileId

        public java.lang.String fileId()
      • fileSize

        public java.lang.Integer fileSize()
      • fileDate

        public java.lang.Integer fileDate()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object