Package com.longbridge.fundamental
Class Professional
- java.lang.Object
-
- com.longbridge.fundamental.Professional
-
public class Professional extends Object
One executive or board member of a company.
-
-
Field Summary
Fields Modifier and Type Field Description StringbiographyBiography text.StringidInternal wiki person ID (string form).StringnameFull name.StringnameEnFull name in English.StringnameZhcnFull name in Simplified Chinese.StringphotoURL to the person's photo.StringtitleJob title, e.g.StringwikiUrlURL to the wiki profile page.
-
Constructor Summary
Constructors Constructor Description Professional()
-
-
-
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.
-
-