Class DataObjectDetail


  • public class DataObjectDetail
    extends java.lang.Object
    The class DataObjectDetail is stored all information of the DataObject (Physical or Binary)
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getVersion()
      Gets the version
      boolean isPhysical()
      Gets the physical
      void setPhysical​(boolean physical)
      Sets the physical
      void setVersion​(java.lang.String version)
      Sets the version
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DataObjectDetail

        public DataObjectDetail()
    • Method Detail

      • getVersion

        public java.lang.String getVersion()
        Gets the version
        Returns:
        the version
      • isPhysical

        public boolean isPhysical()
        Gets the physical
        Returns:
        the physical
      • setVersion

        public void setVersion​(java.lang.String version)
        Sets the version
        Parameters:
        version - the version to set
      • setPhysical

        public void setPhysical​(boolean physical)
        Sets the physical
        Parameters:
        physical - the physical to set