Package dm.soap.data
Class MetricPersonInfo
java.lang.Object
dm.soap.services.DmSoapService
dm.soap.data.MetricPersonInfo
- All Implemented Interfaces:
dm.soap.DmSoapConstants
public class MetricPersonInfo
extends dm.soap.services.DmSoapService
This class holds all of the information about the metric person it's
constructed with.
-
Field Summary
Fields inherited from class dm.soap.services.DmSoapService
GEN_TYPE_NATIVE, GEN_TYPE_RENDERED, GEN_TYPE_UNKNOWN
Fields inherited from interface dm.soap.DmSoapConstants
PROP_CURRENT_USER, TECHDOC_REASON
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of MetricPersonInfo.MetricPersonInfo
(dm.record.MetricPerson metPer) Creates a new instance of MetricPersonInfo with the specified metric person. -
Method Summary
Modifier and TypeMethodDescriptiongetEmail()
Returns the email address for this metric person.Returns the first name for this metric person.Returns the fullname for this metric person.int
getID()
Returns the ID for this metric person.Returns the last name for this metric person.Returns the middle initial for this metric person.boolean
Returns whether or not this metric person should receive late emails.boolean
Returns whether or not this metric person should receive other emails.Methods inherited from class dm.soap.services.DmSoapService
allowRender, calculateAccessToRemove, getActiveSessions, getAuthenticator, getAuthenticator, getAuthenticatorID, getAuthenticatorServiceID, getBoolean, getBoolean, getBooleanValue, getBooleanValue, getCommentID, getCurrentUser, getDisabled, getDisabledValue, getDocCategory, getDocCatID, getDocComment, getDocCommentIDs, getDocID, getDocType, getDocTypeID, getDocument, getDocument, getDocumentAccess, getDocumentInheritanceTypeID, getEmployer, getEmployerID, getEmployerString, getFetchAccess, getFetchAccessID, getFile, getFolder, getFolder, getFolder, getFolderAccess, getFolderInheritanceTypeID, getFolderReadAccess, getFullFolderPath, getGeneration, getGeneration, getGeneration, getGenerationType, getGroup, getGroup, getGroupMemberType, getGroupType, getIntValue, getKeyword, getKeywordDataType, getKeywordDataTypeString, getKeywordID, getKeywordInputType, getKeywordInputTypeString, getKeywordString, getMetricFrequency, getMetricOrg, getMetricOrgID, getMetricPerson, getMetricPersonID, getMetricStatusID, getMetricType, getMimeType, getMimeTypeID, getMimeTypeName, getNetworkAddress, getNetworkAddressType, getNetworkAddressType, getOrg, getOrgID, getOrgString, getReadAccess, getReadAccessString, getReason, getRemoteUser, getRemoteUser, getReview, getReviewTeam, getReviewTeamID, getRmaFilePlanID, getRmaFilePlanString, getRmaRecordSetID, getRmaRecordSetString, getSmHost, getSmHostWebSearchID, getSmHostWebSearchString, getSmSendID, getSmSendString, getUser, getUserFullName, getUserID, getUsername, getUserPrivs, getUserPrivsString, getWebSearchID, getWebSearchString, parseGenerationNumber
-
Constructor Details
-
MetricPersonInfo
public MetricPersonInfo()Creates a new instance of MetricPersonInfo. -
MetricPersonInfo
public MetricPersonInfo(dm.record.MetricPerson metPer) throws td.lang.TdException Creates a new instance of MetricPersonInfo with the specified metric person.- Parameters:
metPer
- The metric person to use.- Throws:
td.lang.TdException
- if an error occurs.
-
-
Method Details
-
getID
public int getID()Returns the ID for this metric person.- Returns:
- An int.
-
getEmail
Returns the email address for this metric person.- Returns:
- A String object.
-
getFirstName
Returns the first name for this metric person.- Returns:
- A String object.
-
getFullName
Returns the fullname for this metric person.- Returns:
- A String object.
-
getLastName
Returns the last name for this metric person.- Returns:
- A String object.
-
getMiddleInitial
Returns the middle initial for this metric person.- Returns:
- A String object.
-
getReceiveLateEmails
public boolean getReceiveLateEmails()Returns whether or not this metric person should receive late emails.- Returns:
- true if this metric person should receive late emails; false otherwise.
-
getReceiveOtherEmails
public boolean getReceiveOtherEmails()Returns whether or not this metric person should receive other emails.- Returns:
- true if this metric person should receive other emails; false otherwise.
-