Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »


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

Attribute / Operation

Purpose

public String getFuncCode()
public void setFuncCode(String funcCode)

Gets or sets the function code.

public List<CanvasCriteriaTypeMap> getCriteriaList()
public void setCriteriaList(List<CanvasCriteriaTypeMap> criteriaList)

Gets or sets the criteria Map for this function.

public boolean hasValues()

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

  • No labels