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