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

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

@Entity
public class Customer
extends CustomerBase


Constructor Summary
Customer()
           
 
Method Summary
 Address getAddress()
           
 Timestamp getCreatedAt()
           
 Long getId()
           
 Importance getImportance()
           
 Customer getInternal()
           
 String getName()
           
 void setAddress(Address address)
           
 void setCreatedAt(Timestamp createdAt)
           
 void setId(Long id)
           
 void setImportance(Importance importance)
           
 void setInternal(Customer internal)
           
 void setName(String name)
           
 
Methods inherited from class org.apache.olingo.odata2.jpa.processor.ref.model.CustomerBase
getOrders, setOrders
 
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

getInternal

public Customer getInternal()

setInternal

public void setInternal(Customer internal)

getId

public Long getId()

setId

public void setId(Long id)

getName

public String getName()

setName

public void setName(String name)

getImportance

public Importance getImportance()

setImportance

public void setImportance(Importance importance)

getAddress

public Address getAddress()

setAddress

public void setAddress(Address address)

getCreatedAt

public Timestamp getCreatedAt()

setCreatedAt

public void setCreatedAt(Timestamp createdAt)


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