Class VolumeForExtend

  • All Implemented Interfaces:
    java.io.Serializable

    public class VolumeForExtend
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Integer size  
    • Constructor Summary

      Constructors 
      Constructor Description
      VolumeForExtend()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getSize()  
      void setSize​(java.lang.Integer size)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • size

        private java.lang.Integer size
    • Constructor Detail

      • VolumeForExtend

        public VolumeForExtend()
    • Method Detail

      • getSize

        public java.lang.Integer getSize()
        Returns:
        the size
      • setSize

        public void setSize​(java.lang.Integer size)
        Parameters:
        size - the size to set
      • toString

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