org.apache.olingo.odata2.jpa.processor.ref.model
Class Customer
java.lang.Object
org.apache.olingo.odata2.jpa.processor.ref.model.Customer
@Entity
public class Customer
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Customer
public Customer()
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.