Class Image


  • public class Image
    extends Object
    Image
    • Constructor Detail

      • Image

        public Image()
    • Method Detail

      • getOrder

        public Integer getOrder()
        Get order
        Returns:
        order
      • setOrder

        public void setOrder​(Integer order)
      • getType

        public String getType()
        Get type
        Returns:
        type
      • setType

        public void setType​(String type)
      • description

        public Image description​(String description)
      • getDescription

        public String getDescription()
        Get description
        Returns:
        description
      • setDescription

        public void setDescription​(String description)
      • getPath

        public String getPath()
        Get path
        Returns:
        path
      • setPath

        public void setPath​(String path)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object