Class DataSourcePhysicalStatusAnnotation

    • Constructor Detail

      • DataSourcePhysicalStatusAnnotation

        public DataSourcePhysicalStatusAnnotation()
        Default constructor
      • DataSourcePhysicalStatusAnnotation

        public DataSourcePhysicalStatusAnnotation​(DataSourcePhysicalStatusAnnotation template)
        Copy clone constructor
        Parameters:
        template - object to copy
    • Method Detail

      • getCreateTime

        public Date getCreateTime()
        Return the date and time that the data source was created.
        Returns:
        date time
      • setCreateTime

        public void setCreateTime​(Date createTime)
        Set up the date and time that the data source was created.
        Parameters:
        createTime - date time
      • getModifiedTime

        public Date getModifiedTime()
        Return the time that the file was last modified.
        Returns:
        userId
      • setModifiedTime

        public void setModifiedTime​(Date modifiedTime)
        Set up the time that the file was last modified.
        Parameters:
        modifiedTime - date time
      • getSize

        public int getSize()
        Return the size in bytes of the data source.
        Returns:
        int
      • setSize

        public void setSize​(int size)
        Set up the size in bytes of the data source.
        Parameters:
        size - int
      • getEncoding

        public String getEncoding()
        Return the encoding of the data source.
        Returns:
        encoding format description
      • setEncoding

        public void setEncoding​(String encoding)
        Set up the encoding of the data source.
        Parameters:
        encoding - encoding format description
      • equals

        public boolean equals​(Object objectToCompare)
        Compare the values of the supplied object with those stored in the current object.
        Overrides:
        equals in class DataSourceMeasurementAnnotation
        Parameters:
        objectToCompare - supplied object
        Returns:
        boolean result of comparison