ProductFunctionVO Class


This is the value object that is used to return the response for Data Entitlement queries.
The details of the APIs are provided in the following table:

Attribute / Operation

Purpose

public ProductFunctionVO(String prodCode, List<SubProductVO> subProdFuncList)

This is the constructor that takes the product code and list of sub-products.

public String getProdCode()
public void setProdCode(String prodCode)

Gets or sets the product code.

public List<SubProductVO> getSubProdFuncList()
public void setSubProdFuncList(List<SubProductVO> subProdFuncList)

Gets or sets the list of sub-products and function combinations.

public boolean hasValues()

Returns 'True' if this object is not empty, else returns 'False' otherwise.