edu.nrao.sss.model.proposal
Class StudentSupport

java.lang.Object
  extended by edu.nrao.sss.model.proposal.StudentSupport
All Implemented Interfaces:
Serializable

public class StudentSupport
extends Object
implements Serializable

Placeholder for time when we integrate proposal work.

See Also:
Serialized Form

Constructor Summary
StudentSupport()
           
 
Method Summary
 String getHardware()
           
 float getMiscBudget()
           
 String getTravel()
           
 boolean isApply()
           
 void setApply(boolean b)
           
 void setHardware(String hardware)
           
 void setMiscBudget(float miscBudget)
           
 void setTravel(String travel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StudentSupport

public StudentSupport()
Method Detail

setTravel

public void setTravel(String travel)

getTravel

public String getTravel()

setHardware

public void setHardware(String hardware)

getHardware

public String getHardware()

setMiscBudget

public void setMiscBudget(float miscBudget)

getMiscBudget

public float getMiscBudget()

isApply

public boolean isApply()

setApply

public void setApply(boolean b)


Copyright © 2009. All Rights Reserved.