org.kuali.ole.pojo.edi
Class CurrencyDetailsSupplierInformation

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

public class CurrencyDetailsSupplierInformation
extends Object

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


Constructor Summary
CurrencyDetailsSupplierInformation()
           
 
Method Summary
 String getCurrencyType()
           
 String getDefaultCurrency()
           
 String getOrderCurrency()
           
 void setCurrencyType(String currencyType)
           
 void setDefaultCurrency(String defaultCurrency)
           
 void setOrderCurrency(String orderCurrency)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrencyDetailsSupplierInformation

public CurrencyDetailsSupplierInformation()
Method Detail

getDefaultCurrency

public String getDefaultCurrency()

setDefaultCurrency

public void setDefaultCurrency(String defaultCurrency)

getCurrencyType

public String getCurrencyType()

setCurrencyType

public void setCurrencyType(String currencyType)

getOrderCurrency

public String getOrderCurrency()

setOrderCurrency

public void setOrderCurrency(String orderCurrency)


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