Package org.cxml

Class Supervisor


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

      Fields 
      Modifier and Type Field Description
      protected Contact contact  
    • Constructor Summary

      Constructors 
      Constructor Description
      Supervisor()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Contact getContact()
      Gets the value of the contact property.
      void setContact​(Contact value)
      Sets the value of the contact property.
      • Methods inherited from class java.lang.Object

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

      • contact

        protected Contact contact
    • Constructor Detail

      • Supervisor

        public Supervisor()
    • Method Detail

      • getContact

        public Contact getContact()
        Gets the value of the contact property.
        Returns:
        possible object is Contact
      • setContact

        public void setContact​(Contact value)
        Sets the value of the contact property.
        Parameters:
        value - allowed object is Contact