public class SpecIdPrice extends Object
SpecIdPrice()
String
getSpecId()
List<SpecPrice>
getSpecPrices()
void
setSpecId(String specId)
setSpecPrices(List<SpecPrice> specPrices)
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public SpecIdPrice()
public String getSpecId()
public void setSpecId(String specId)
public List<SpecPrice> getSpecPrices()
public void setSpecPrices(List<SpecPrice> specPrices)
public String toString()
toString
Object