Person Class

public class Person
extends Thing

Defines a person.

Constructor Summary

Constructor Description
Person()

Method Summary

Modifier and Type Method and Description
java.lang.String jobTitle()

Get the jobTitle value.

java.lang.String twitterProfile()

Get the twitterProfile value.

Methods inherited from Identifiable

id

Methods inherited from Response

Methods inherited from Thing

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

Person

public Person()

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