public class Basic
This class represents the wrapper for basic section of the result.
| Constructor and Description |
|---|
Basic()
This class represents the wrapper for basic section of the result.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getDate()
The creation date.
|
java.util.Date |
getLastUpdated()
The last update date.
|
java.lang.String |
getName()
The name.
|
java.lang.String |
getOfficialFirstName()
The official first name.
|
java.lang.String |
getOfficialLastName()
The official last name.
|
java.lang.String |
getOfficialTelephoneNumber()
The official telephone number.
|
java.lang.String |
getOrgName()
The name of the organization.
|
java.lang.String |
getParentOrgEIN()
The parent organization EIN.
|
java.lang.String |
getParentOrgName()
The parent organization name.
|
java.lang.String |
getStatus()
The status.
|
java.lang.String |
getSubPart()
The organizational subpart. Could be 'YES' or 'NO'
|
java.lang.String |
getTitle()
The official title or position.
|
void |
setDate(java.util.Date p)
The creation date.
|
void |
setLastUpdated(java.util.Date p)
The last update date.
|
void |
setName(java.lang.String p)
The name.
|
void |
setOfficialFirstName(java.lang.String p)
The official first name.
|
void |
setOfficialLastName(java.lang.String p)
The official last name.
|
void |
setOfficialTelephoneNumber(java.lang.String p)
The official telephone number.
|
void |
setOrgName(java.lang.String p)
The name of the organization.
|
void |
setParentOrgEIN(java.lang.String p)
The parent organization EIN.
|
void |
setParentOrgName(java.lang.String p)
The parent organization name.
|
void |
setStatus(java.lang.String p)
The status.
|
void |
setSubPart(java.lang.String p)
The organizational subpart. Could be 'YES' or 'NO'
|
void |
setTitle(java.lang.String p)
The official title or position.
|
public Basic()
This class represents the wrapper for basic section of the result.
public java.lang.String getOfficialFirstName()
The official first name.
public void setOfficialFirstName(java.lang.String p)
The official first name.
public java.lang.String getOfficialLastName()
The official last name.
public void setOfficialLastName(java.lang.String p)
The official last name.
public java.lang.String getOfficialTelephoneNumber()
The official telephone number.
public void setOfficialTelephoneNumber(java.lang.String p)
The official telephone number.
public java.lang.String getTitle()
The official title or position.
public void setTitle(java.lang.String p)
The official title or position.
public java.util.Date getDate()
The creation date.
public void setDate(java.util.Date p)
The creation date.
public java.util.Date getLastUpdated()
The last update date.
public void setLastUpdated(java.util.Date p)
The last update date.
public java.lang.String getName()
The name.
public void setName(java.lang.String p)
The name.
public java.lang.String getOrgName()
The name of the organization.
public void setOrgName(java.lang.String p)
The name of the organization.
public java.lang.String getSubPart()
The organizational subpart. Could be 'YES' or 'NO'
public void setSubPart(java.lang.String p)
The organizational subpart. Could be 'YES' or 'NO'
public java.lang.String getParentOrgEIN()
The parent organization EIN.
public void setParentOrgEIN(java.lang.String p)
The parent organization EIN.
public java.lang.String getParentOrgName()
The parent organization name.
public void setParentOrgName(java.lang.String p)
The parent organization name.
public java.lang.String getStatus()
The status.
public void setStatus(java.lang.String p)
The status.