Class Service


  • public class Service
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String care  
      int id  
      java.lang.String imageName  
      java.lang.String name  
    • Constructor Summary

      Constructors 
      Constructor Description
      Service()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • id

        public int id
      • name

        public java.lang.String name
      • care

        public java.lang.String care
      • imageName

        public java.lang.String imageName
    • Constructor Detail

      • Service

        public Service()