public class MetricPersonInfo
extends DmSoapService
Constructor and Description |
---|
MetricPersonInfo()
Creates a new instance of MetricPersonInfo
|
MetricPersonInfo(MetricPerson metPer)
Creates a new instance of MetricPersonInfo
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEmail()
Returns the email address for this metric person.
|
java.lang.String |
getFirstName()
Returns the first name for this metric person.
|
java.lang.String |
getFullName()
Returns the fullname for this metric person.
|
int |
getID()
Returns the ID for this metric person.
|
java.lang.String |
getLastName()
Returns the last name for this metric person.
|
java.lang.String |
getMiddleInitial()
Returns the middle initial for this metric person.
|
boolean |
getReceiveLateEmails()
Returns whether or not this metric person should receive late emails.
|
boolean |
getReceiveOtherEmails()
Returns whether or not this metric person should receive other emails.
|
public MetricPersonInfo()
public MetricPersonInfo(MetricPerson metPer) throws TdException
TdException
public int getID()
public java.lang.String getEmail()
public java.lang.String getFirstName()
public java.lang.String getFullName()
public java.lang.String getLastName()
public java.lang.String getMiddleInitial()
public boolean getReceiveLateEmails()
public boolean getReceiveOtherEmails()