public class CoiDisclosureUndisclosedEvents extends Object implements org.kuali.rice.krad.bo.BusinessObject
| Modifier and Type | Field and Description |
|---|---|
static String |
SEARCH_CRITERIA_CREATE_DATE |
static String |
SEARCH_CRITERIA_CREATE_DATE_FROM |
static String |
SEARCH_CRITERIA_CREATE_DATE_TO |
static String |
SEARCH_CRITERIA_EVENT_TYPE |
static String |
SEARCH_CRITERIA_REPORTER |
static String |
SEARCH_CRITERIA_SPONSOR |
| Constructor and Description |
|---|
CoiDisclosureUndisclosedEvents() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreateDate() |
Date |
getCreateDateFrom() |
Date |
getCreateDateTo() |
String |
getDisclosureEventType() |
String |
getFormattedCreateDate() |
protected KcPersonService |
getKcPersonService() |
KcPerson |
getPerson() |
String |
getPersonId() |
String |
getPersonName() |
String |
getProjectId() |
String |
getProjectStatus() |
String |
getProjectTitle() |
Sponsor |
getSponsor() |
String |
getSponsorCode() |
void |
refresh() |
void |
setCreateDate(Date createDate) |
void |
setCreateDateFrom(Date createDateFrom) |
void |
setCreateDateTo(Date createDateTo) |
void |
setDisclosureEventType(String disclosureEventType) |
void |
setFormattedCreateDate(String formattedCreateDate) |
void |
setPersonId(String personId) |
void |
setPersonName(String personName) |
void |
setProjectId(String projectId) |
void |
setProjectStatus(String projectStatus) |
void |
setProjectTitle(String projectTitle) |
void |
setSponsor(Sponsor sponsor) |
void |
setSponsorCode(String sponsorCode) |
public static final String SEARCH_CRITERIA_REPORTER
public static final String SEARCH_CRITERIA_EVENT_TYPE
public static final String SEARCH_CRITERIA_CREATE_DATE
public static final String SEARCH_CRITERIA_CREATE_DATE_FROM
public static final String SEARCH_CRITERIA_CREATE_DATE_TO
public static final String SEARCH_CRITERIA_SPONSOR
public void refresh()
refresh in interface org.kuali.rice.krad.bo.BusinessObjectpublic String getDisclosureEventType()
public void setDisclosureEventType(String disclosureEventType)
public Date getCreateDate()
public void setCreateDate(Date createDate)
public String getProjectTitle()
public void setProjectTitle(String projectTitle)
public String getProjectId()
public void setProjectId(String projectId)
public KcPerson getPerson()
protected KcPersonService getKcPersonService()
public String getPersonId()
public void setPersonId(String personId)
public Date getCreateDateFrom()
public void setCreateDateFrom(Date createDateFrom)
public Date getCreateDateTo()
public void setCreateDateTo(Date createDateTo)
public String getSponsorCode()
public void setSponsorCode(String sponsorCode)
public Sponsor getSponsor()
public void setSponsor(Sponsor sponsor)
public String getPersonName()
public void setPersonName(String personName)
public String getFormattedCreateDate()
public void setFormattedCreateDate(String formattedCreateDate)
public String getProjectStatus()
public void setProjectStatus(String projectStatus)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.