Class Professional


  • public class Professional
    extends Object
    One executive or board member of a company.
    • Field Detail

      • id

        public String id
        Internal wiki person ID (string form).
      • name

        public String name
        Full name.
      • nameZhcn

        public String nameZhcn
        Full name in Simplified Chinese.
      • nameEn

        public String nameEn
        Full name in English.
      • title

        public String title
        Job title, e.g. "Co-Founder, Chairman & CEO".
      • biography

        public String biography
        Biography text.
      • photo

        public String photo
        URL to the person's photo.
      • wikiUrl

        public String wikiUrl
        URL to the wiki profile page.
    • Constructor Detail

      • Professional

        public Professional()