gov.grants.apply.valueObject
Class GetOpportunityListInformation

java.lang.Object
  extended bygov.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

Constructor Summary
GetOpportunityListInformation()
           
 
Method Summary
 java.lang.String getCfda_number()
           
 java.lang.String getClosing_date()
           
 java.lang.String getCompetition_id()
           
 java.lang.String getInstruction_url()
           
 java.lang.String getOpening_date()
           
 java.lang.String getOpportunity_id()
           
 java.lang.String getOpportunity_title()
           
 java.lang.String getSchema_url()
           
 void setCfda_number(java.lang.String value)
           
 void setClosing_date(java.lang.String value)
           
 void setCompetition_id(java.lang.String value)
           
 void setInstruction_url(java.lang.String value)
           
 void setOpening_date(java.lang.String value)
           
 void setOpportunity_id(java.lang.String value)
           
 void setOpportunity_title(java.lang.String value)
           
 void setSchema_url(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetOpportunityListInformation

public GetOpportunityListInformation()
Method Detail

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.