org.kuali.ole.pojo.edi
Class ItemPrice

java.lang.Object
  extended by org.kuali.ole.pojo.edi.ItemPrice

public class ItemPrice
extends Object

Created by IntelliJ IDEA. User: palanivel Date: 3/6/12 Time: 4:39 PM To change this template use File | Settings | File Templates.


Constructor Summary
ItemPrice()
           
 
Method Summary
 String getGrossPrice()
           
 String getPrice()
           
 void setGrossPrice(String grossPrice)
           
 void setPrice(String price)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemPrice

public ItemPrice()
Method Detail

getGrossPrice

public String getGrossPrice()

setGrossPrice

public void setGrossPrice(String grossPrice)

getPrice

public String getPrice()

setPrice

public void setPrice(String price)


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.