public class

AssetTagSummary

extends Object
java.lang.Object
   ↳ com.coupa.resources.AssetTagSummary

Class Overview

Java class for asset-tag-summary complex type.

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

 <complexType name="asset-tag-summary">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="created-at" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="updated-at" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="tag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="received" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="order-line-id" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="requisition-line-id" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="inventory-balance-id" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="created-by" type="{}user-summary" minOccurs="0"/>
         <element name="updated-by" type="{}user-summary" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected XMLGregorianCalendar createdAt
protected UserSummary createdBy
protected BigInteger id
protected BigInteger inventoryBalanceId
protected BigInteger orderLineId
protected String received
protected BigInteger requisitionLineId
protected String tag
protected XMLGregorianCalendar updatedAt
protected UserSummary updatedBy
Public Constructors
AssetTagSummary()
Public Methods
XMLGregorianCalendar getCreatedAt()
Gets the value of the createdAt property.
UserSummary getCreatedBy()
Gets the value of the createdBy property.
BigInteger getId()
Gets the value of the id property.
BigInteger getInventoryBalanceId()
Gets the value of the inventoryBalanceId property.
BigInteger getOrderLineId()
Gets the value of the orderLineId property.
String getReceived()
Gets the value of the received property.
BigInteger getRequisitionLineId()
Gets the value of the requisitionLineId property.
String getTag()
Gets the value of the tag property.
XMLGregorianCalendar getUpdatedAt()
Gets the value of the updatedAt property.
UserSummary getUpdatedBy()
Gets the value of the updatedBy property.
void setCreatedAt(XMLGregorianCalendar value)
Sets the value of the createdAt property.
void setCreatedBy(UserSummary value)
Sets the value of the createdBy property.
void setId(BigInteger value)
Sets the value of the id property.
void setInventoryBalanceId(BigInteger value)
Sets the value of the inventoryBalanceId property.
void setOrderLineId(BigInteger value)
Sets the value of the orderLineId property.
void setReceived(String value)
Sets the value of the received property.
void setRequisitionLineId(BigInteger value)
Sets the value of the requisitionLineId property.
void setTag(String value)
Sets the value of the tag property.
void setUpdatedAt(XMLGregorianCalendar value)
Sets the value of the updatedAt property.
void setUpdatedBy(UserSummary value)
Sets the value of the updatedBy property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected XMLGregorianCalendar createdAt

protected UserSummary createdBy

protected BigInteger id

protected BigInteger inventoryBalanceId

protected BigInteger orderLineId

protected String received

protected BigInteger requisitionLineId

protected String tag

protected XMLGregorianCalendar updatedAt

protected UserSummary updatedBy

Public Constructors

public AssetTagSummary ()

Public Methods

public XMLGregorianCalendar getCreatedAt ()

Gets the value of the createdAt property.

Returns
  • possible object is XMLGregorianCalendar

public UserSummary getCreatedBy ()

Gets the value of the createdBy property.

Returns

public BigInteger getId ()

Gets the value of the id property.

Returns
  • possible object is BigInteger

public BigInteger getInventoryBalanceId ()

Gets the value of the inventoryBalanceId property.

Returns
  • possible object is BigInteger

public BigInteger getOrderLineId ()

Gets the value of the orderLineId property.

Returns
  • possible object is BigInteger

public String getReceived ()

Gets the value of the received property.

Returns
  • possible object is String

public BigInteger getRequisitionLineId ()

Gets the value of the requisitionLineId property.

Returns
  • possible object is BigInteger

public String getTag ()

Gets the value of the tag property.

Returns
  • possible object is String

public XMLGregorianCalendar getUpdatedAt ()

Gets the value of the updatedAt property.

Returns
  • possible object is XMLGregorianCalendar

public UserSummary getUpdatedBy ()

Gets the value of the updatedBy property.

Returns

public void setCreatedAt (XMLGregorianCalendar value)

Sets the value of the createdAt property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setCreatedBy (UserSummary value)

Sets the value of the createdBy property.

Parameters
value Allowed object is UserSummary

public void setId (BigInteger value)

Sets the value of the id property.

Parameters
value Allowed object is BigInteger

public void setInventoryBalanceId (BigInteger value)

Sets the value of the inventoryBalanceId property.

Parameters
value Allowed object is BigInteger

public void setOrderLineId (BigInteger value)

Sets the value of the orderLineId property.

Parameters
value Allowed object is BigInteger

public void setReceived (String value)

Sets the value of the received property.

Parameters
value Allowed object is String

public void setRequisitionLineId (BigInteger value)

Sets the value of the requisitionLineId property.

Parameters
value Allowed object is BigInteger

public void setTag (String value)

Sets the value of the tag property.

Parameters
value Allowed object is String

public void setUpdatedAt (XMLGregorianCalendar value)

Sets the value of the updatedAt property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setUpdatedBy (UserSummary value)

Sets the value of the updatedBy property.

Parameters
value Allowed object is UserSummary