gov.grants.apply.valueObject
Class GetOpportunityListInformation
java.lang.Object
gov.grants.apply.valueObject.GetOpportunityListInformation
- All Implemented Interfaces:
- java.io.Serializable
- public class GetOpportunityListInformation
- extends java.lang.Object
- implements java.io.Serializable
This is a value object class of opportunity list information.
- Author:
- Feng Qian
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetOpportunityListInformation
public GetOpportunityListInformation()
getOpportunity_id
public java.lang.String getOpportunity_id()
- Returns:
- the string of the opportunity ID.
getOpportunity_title
public java.lang.String getOpportunity_title()
- Returns:
- the string of the opportunity title.
getCfda_number
public java.lang.String getCfda_number()
- Returns:
- the string of the CFDA number.
getCompetition_id
public java.lang.String getCompetition_id()
- Returns:
- the string of the competition ID.
getSchema_url
public java.lang.String getSchema_url()
- Returns:
- the string of the schema url.
getInstruction_url
public java.lang.String getInstruction_url()
- Returns:
- the string of the instruction url.
getOpening_date
public java.lang.String getOpening_date()
- Returns:
- the string of the opening date.
getClosing_date
public java.lang.String getClosing_date()
- Returns:
- the string of the closing date.
setOpportunity_id
public void setOpportunity_id(java.lang.String value)
- Parameters:
value
- the string of the opportunity ID.
setOpportunity_title
public void setOpportunity_title(java.lang.String value)
- Parameters:
value
- the stirng of opportunity title.
setCfda_number
public void setCfda_number(java.lang.String value)
- Parameters:
value
- the string of the CFDA number.
setCompetition_id
public void setCompetition_id(java.lang.String value)
- Parameters:
value
- the string of the competition ID.
setSchema_url
public void setSchema_url(java.lang.String value)
- Parameters:
value
- the string of the schema url.
setInstruction_url
public void setInstruction_url(java.lang.String value)
- Parameters:
value
- the string of the instrucation url.
setOpening_date
public void setOpening_date(java.lang.String value)
- Parameters:
value
- the string of the opening date.
setClosing_date
public void setClosing_date(java.lang.String value)
- Parameters:
value
- the string of the closing date.