Class ItemTagDetailModel

java.lang.Object
net.avalara.avatax.rest.client.models.ItemTagDetailModel

public class ItemTagDetailModel
extends java.lang.Object
Represents a tag for an item in your company's product catalog.
  • Constructor Summary

    Constructors 
    Constructor Description
    ItemTagDetailModel()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Integer getCompanyId()
    Getter for companyId The unique ID number of the company that owns this item.
    java.util.Date getCreatedDate()
    Getter for createdDate The date when this record was created.
    java.lang.Long getItemId()
    Getter for itemId The unique ID number of this item.
    java.lang.Integer getItemTagDetailId()
    Getter for itemTagDetailId The unique ID number of the item-tag relation.
    java.lang.Integer getTagId()
    Getter for tagId The unique tag Id for the tags.
    java.lang.String getTagName()
    Getter for tagName The tag name.
    void setCompanyId​(java.lang.Integer value)
    Setter for companyId The unique ID number of the company that owns this item.
    void setCreatedDate​(java.util.Date value)
    Setter for createdDate The date when this record was created.
    void setItemId​(java.lang.Long value)
    Setter for itemId The unique ID number of this item.
    void setItemTagDetailId​(java.lang.Integer value)
    Setter for itemTagDetailId The unique ID number of the item-tag relation.
    void setTagId​(java.lang.Integer value)
    Setter for tagId The unique tag Id for the tags.
    void setTagName​(java.lang.String value)
    Setter for tagName The tag name.
    java.lang.String toString()
    Returns a JSON string representation of ItemTagDetailModel

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • getItemTagDetailId

      public java.lang.Integer getItemTagDetailId()
      Getter for itemTagDetailId The unique ID number of the item-tag relation.
    • setItemTagDetailId

      public void setItemTagDetailId​(java.lang.Integer value)
      Setter for itemTagDetailId The unique ID number of the item-tag relation.
    • getTagId

      public java.lang.Integer getTagId()
      Getter for tagId The unique tag Id for the tags.
    • setTagId

      public void setTagId​(java.lang.Integer value)
      Setter for tagId The unique tag Id for the tags.
    • getTagName

      public java.lang.String getTagName()
      Getter for tagName The tag name.
    • setTagName

      public void setTagName​(java.lang.String value)
      Setter for tagName The tag name.
    • getItemId

      public java.lang.Long getItemId()
      Getter for itemId The unique ID number of this item.
    • setItemId

      public void setItemId​(java.lang.Long value)
      Setter for itemId The unique ID number of this item.
    • getCompanyId

      public java.lang.Integer getCompanyId()
      Getter for companyId The unique ID number of the company that owns this item.
    • setCompanyId

      public void setCompanyId​(java.lang.Integer value)
      Setter for companyId The unique ID number of the company that owns this item.
    • getCreatedDate

      public java.util.Date getCreatedDate()
      Getter for createdDate The date when this record was created.
    • setCreatedDate

      public void setCreatedDate​(java.util.Date value)
      Setter for createdDate The date when this record was created.
    • toString

      public java.lang.String toString()
      Returns a JSON string representation of ItemTagDetailModel
      Overrides:
      toString in class java.lang.Object