Class Cow

    • Field Detail

      • weight

        private int weight
    • Constructor Detail

      • Cow

        public Cow()
      • Cow

        public Cow​(CowPK cowPK)
    • Method Detail

      • getPk

        public CowPK getPk()
      • setPk

        public void setPk​(CowPK pk)
      • getWeight

        public int getWeight()
      • setWeight

        public void setWeight​(int weight)