public class

Product

extends ZObject
implements Serializable
java.lang.Object
   ↳ com.zuora.api.object.Dynamic
     ↳ com.zuora.api.object.ZObject
       ↳ com.zuora.api.object.Product

Class Overview

Java class for Product complex type.

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

 <complexType name="Product">
   <complexContent>
     <extension base="{http://object.api.zuora.com/}zObject">
       <sequence>
         <element name="Category" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CreatedById" type="{http://api.zuora.com/}ID" minOccurs="0"/>
         <element name="CreatedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="EffectiveEndDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="EffectiveStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SKU" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="UpdatedById" type="{http://api.zuora.com/}ID" minOccurs="0"/>
         <element name="UpdatedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.zuora.api.object.ZObject
Fields
protected String category
protected String createdById
protected XMLGregorianCalendar createdDate
protected String description
protected XMLGregorianCalendar effectiveEndDate
protected XMLGregorianCalendar effectiveStartDate
protected String name
protected String sku
protected String updatedById
protected XMLGregorianCalendar updatedDate
[Expand]
Inherited Fields
From class com.zuora.api.object.ZObject
From class com.zuora.api.object.Dynamic
Public Constructors
Product()
Public Methods
String getCategory()
Gets the value of the category property.
String getCreatedById()
Gets the value of the createdById property.
XMLGregorianCalendar getCreatedDate()
Gets the value of the createdDate property.
String getDescription()
Gets the value of the description property.
XMLGregorianCalendar getEffectiveEndDate()
Gets the value of the effectiveEndDate property.
XMLGregorianCalendar getEffectiveStartDate()
Gets the value of the effectiveStartDate property.
String getName()
Gets the value of the name property.
String getSKU()
Gets the value of the sku property.
String getUpdatedById()
Gets the value of the updatedById property.
XMLGregorianCalendar getUpdatedDate()
Gets the value of the updatedDate property.
void setCategory(String value)
Sets the value of the category property.
void setCreatedById(String value)
Sets the value of the createdById property.
void setCreatedDate(XMLGregorianCalendar value)
Sets the value of the createdDate property.
void setDescription(String value)
Sets the value of the description property.
void setEffectiveEndDate(XMLGregorianCalendar value)
Sets the value of the effectiveEndDate property.
void setEffectiveStartDate(XMLGregorianCalendar value)
Sets the value of the effectiveStartDate property.
void setName(String value)
Sets the value of the name property.
void setSKU(String value)
Sets the value of the sku property.
void setUpdatedById(String value)
Sets the value of the updatedById property.
void setUpdatedDate(XMLGregorianCalendar value)
Sets the value of the updatedDate property.
[Expand]
Inherited Methods
From class com.zuora.api.object.ZObject
From class com.zuora.api.object.Dynamic
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 100 (0x0000000000000064)

Fields

protected String category

protected String createdById

protected XMLGregorianCalendar createdDate

protected String description

protected XMLGregorianCalendar effectiveEndDate

protected XMLGregorianCalendar effectiveStartDate

protected String name

protected String sku

protected String updatedById

protected XMLGregorianCalendar updatedDate

Public Constructors

public Product ()

Public Methods

public String getCategory ()

Gets the value of the category property.

Returns
  • possible object is String

public String getCreatedById ()

Gets the value of the createdById property.

Returns
  • possible object is String

public XMLGregorianCalendar getCreatedDate ()

Gets the value of the createdDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public XMLGregorianCalendar getEffectiveEndDate ()

Gets the value of the effectiveEndDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getEffectiveStartDate ()

Gets the value of the effectiveStartDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public String getSKU ()

Gets the value of the sku property.

Returns
  • possible object is String

public String getUpdatedById ()

Gets the value of the updatedById property.

Returns
  • possible object is String

public XMLGregorianCalendar getUpdatedDate ()

Gets the value of the updatedDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setCategory (String value)

Sets the value of the category property.

Parameters
value Allowed object is String

public void setCreatedById (String value)

Sets the value of the createdById property.

Parameters
value Allowed object is String

public void setCreatedDate (XMLGregorianCalendar value)

Sets the value of the createdDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setEffectiveEndDate (XMLGregorianCalendar value)

Sets the value of the effectiveEndDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setEffectiveStartDate (XMLGregorianCalendar value)

Sets the value of the effectiveStartDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setSKU (String value)

Sets the value of the sku property.

Parameters
value Allowed object is String

public void setUpdatedById (String value)

Sets the value of the updatedById property.

Parameters
value Allowed object is String

public void setUpdatedDate (XMLGregorianCalendar value)

Sets the value of the updatedDate property.

Parameters
value Allowed object is XMLGregorianCalendar