Product Class

public class Product extends ResourceBaseWithLinks<StandardResourceLinks>

Class that represents a product.

Constructor Summary

Constructor Description
Product()

Method Summary

Modifier and Type Method and Description
java.lang.String getDescription()
java.lang.String getId()
boolean getIsMicrosoftProduct()

Gets a flag indicating whether this is a Microsoft product or not.

ItemType getProductType()
java.lang.String getPublisherName()

Gets the name of the publisher.

java.lang.String getTitle()
void setDescription(String value)
void setId(String value)
void setIsMicrosoftProduct(boolean value)

Sets a flag indicating whether this is a Microsoft product or not.

void setProductType(ItemType value)
void setPublisherName(String value)

Sets the name of the publisher.

void setTitle(String value)

Inherited Members

ResourceBase.getAttributes() ResourceBaseWithLinks<TLinks>.getLinks() ResourceBaseWithLinks<TLinks>.setLinks(TLinks value) java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructor Details

Product

public Product()

Method Details

getDescription

public String getDescription()

getId

public String getId()

getIsMicrosoftProduct

public boolean getIsMicrosoftProduct()

Gets a flag indicating whether this is a Microsoft product or not.

Returns:

A flag indicating whether this is a Microsoft product or not.

getProductType

public ItemType getProductType()

getPublisherName

public String getPublisherName()

Gets the name of the publisher.

Returns:

The name of the publisher.

getTitle

public String getTitle()

setDescription

public void setDescription(String value)

Parameters:

value

setId

public void setId(String value)

Parameters:

value

setIsMicrosoftProduct

public void setIsMicrosoftProduct(boolean value)

Sets a flag indicating whether this is a Microsoft product or not.

Parameters:

value - A flag indicating whether this is a Microsoft product or not.

setProductType

public void setProductType(ItemType value)

Parameters:

value

setPublisherName

public void setPublisherName(String value)

Sets the name of the publisher.

Parameters:

value - The name of the publisher.

setTitle

public void setTitle(String value)

Parameters:

value

Applies to