Class Manufacturer


  • @Embeddable
    public class Manufacturer
    extends Object
    This class provides an example of an object with no identity of its own and must be stored within a containing object. See the XRay class for an example of a containing object.
    • Constructor Detail

      • Manufacturer

        public Manufacturer()
    • Method Detail

      • getAddress

        public String getAddress()
      • setAddress

        public void setAddress​(String address)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getPhone

        public String getPhone()
      • setPhone

        public void setPhone​(String phone)