org.apache.olingo.odata2.jpa.processor.ref.model
Class Customer

java.lang.Object
  extended by org.apache.olingo.odata2.jpa.processor.ref.model.Customer

@Entity
public class Customer
extends Object


Constructor Summary
Customer()
           
 
Method Summary
 Address getAddress()
           
 Timestamp getCreatedAt()
           
 Long getId()
           
 String getName()
           
 List<SalesOrderHeader> getOrders()
           
 void setAddress(Address address)
           
 void setCreatedAt(Timestamp createdAt)
           
 void setId(Long id)
           
 void setName(String name)
           
 void setOrders(List<SalesOrderHeader> orders)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Customer

public Customer()
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getName

public String getName()

setName

public void setName(String name)

getOrders

public List<SalesOrderHeader> getOrders()

setOrders

public void setOrders(List<SalesOrderHeader> orders)

getAddress

public Address getAddress()

setAddress

public void setAddress(Address address)

getCreatedAt

public Timestamp getCreatedAt()

setCreatedAt

public void setCreatedAt(Timestamp createdAt)


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