public static class

OrderHeaderRevision.RevisionRecord

extends Object
java.lang.Object
   ↳ com.coupa.resources.OrderHeaderRevision.RevisionRecord

Class Overview

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="revision" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element name="created-at" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="created-by" type="{http://www.w3.org/2001/XMLSchema}integer"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected XMLGregorianCalendar createdAt
protected BigInteger createdBy
protected BigInteger id
protected BigInteger revision
Public Constructors
OrderHeaderRevision.RevisionRecord()
Public Methods
XMLGregorianCalendar getCreatedAt()
Gets the value of the createdAt property.
BigInteger getCreatedBy()
Gets the value of the createdBy property.
BigInteger getId()
Gets the value of the id property.
BigInteger getRevision()
Gets the value of the revision property.
void setCreatedAt(XMLGregorianCalendar value)
Sets the value of the createdAt property.
void setCreatedBy(BigInteger value)
Sets the value of the createdBy property.
void setId(BigInteger value)
Sets the value of the id property.
void setRevision(BigInteger value)
Sets the value of the revision property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected XMLGregorianCalendar createdAt

protected BigInteger createdBy

protected BigInteger id

protected BigInteger revision

Public Constructors

public OrderHeaderRevision.RevisionRecord ()

Public Methods

public XMLGregorianCalendar getCreatedAt ()

Gets the value of the createdAt property.

Returns
  • possible object is XMLGregorianCalendar

public BigInteger getCreatedBy ()

Gets the value of the createdBy property.

Returns
  • possible object is BigInteger

public BigInteger getId ()

Gets the value of the id property.

Returns
  • possible object is BigInteger

public BigInteger getRevision ()

Gets the value of the revision property.

Returns
  • possible object is BigInteger

public void setCreatedAt (XMLGregorianCalendar value)

Sets the value of the createdAt property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setCreatedBy (BigInteger value)

Sets the value of the createdBy property.

Parameters
value Allowed object is BigInteger

public void setId (BigInteger value)

Sets the value of the id property.

Parameters
value Allowed object is BigInteger

public void setRevision (BigInteger value)

Sets the value of the revision property.

Parameters
value Allowed object is BigInteger