Product Class
- java.
lang. Object - com.
microsoft. store. partnercenter. models. ResourceBase - com.
microsoft. store. partnercenter. models. ResourceBaseWithLinks<TLinks> - com.
microsoft. store. partnercenter. models. products. Product
- com.
- com.
- com.
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. |
|
Item |
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
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:
getProductType
public ItemType getProductType()
getPublisherName
public String getPublisherName()
Gets the name of the publisher.
Returns:
getTitle
public String getTitle()
setDescription
public void setDescription(String value)
Parameters:
setId
public void setId(String value)
Parameters:
setIsMicrosoftProduct
public void setIsMicrosoftProduct(boolean value)
Sets a flag indicating whether this is a Microsoft product or not.
Parameters:
setProductType
public void setProductType(ItemType value)
Parameters:
setPublisherName
public void setPublisherName(String value)
Sets the name of the publisher.
Parameters:
setTitle
public void setTitle(String value)
Parameters: