org.apache.olingo.odata2.jpa.processor.ref.model
Class Note
java.lang.Object
org.apache.olingo.odata2.jpa.processor.ref.model.Note
@Entity
public class Note
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Note
public Note()
Note
public Note(Calendar creationTime,
Calendar creationDate,
String createdBy,
Clob text)
getCreationTime
public Calendar getCreationTime()
setCreationTime
public void setCreationTime(Calendar creationTime)
getCreationDate
public Calendar getCreationDate()
setCreationDate
public void setCreationDate(Calendar creationDate)
getCreatedBy
public String getCreatedBy()
setCreatedBy
public void setCreatedBy(String createdBy)
getText
public Clob getText()
setText
public void setText(Clob text)
getSoId
public long getSoId()
setSoId
public void setSoId(long soId)
getSalesOrderHeader
public SalesOrderHeader getSalesOrderHeader()
setSalesOrderHeader
public void setSalesOrderHeader(SalesOrderHeader salesOrderHeader)
Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.