Sdílet prostřednictvím


Person Class

public class Person extends Thing

Defines a person.

Method Summary

Modifier and Type Method and Description
String jobTitle()

Get the jobTitle value.

String twitterProfile()

Get the twitterProfile value.

Inherited Members

Method Details

jobTitle

public String jobTitle()

Get the jobTitle value.

Returns:

the jobTitle value

twitterProfile

public String twitterProfile()

Get the twitterProfile value.

Returns:

the twitterProfile value

Applies to