org.apache.olingo.odata2.jpa.processor.ref.extension
Class OrderValue

java.lang.Object
  extended by org.apache.olingo.odata2.jpa.processor.ref.extension.OrderValue

public class OrderValue
extends Object


Constructor Summary
OrderValue()
           
 
Method Summary
 double getAmount()
           
 String getCurrency()
           
 void setAmount(double amount)
           
 void setCurrency(String currency)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderValue

public OrderValue()
Method Detail

getAmount

public double getAmount()

setAmount

public void setAmount(double amount)

getCurrency

public String getCurrency()

setCurrency

public void setCurrency(String currency)


Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.