HubDistributionStatus

public class HubDistributionStatus implements java.io.Serializable

This entity stores the status of content distribution from hub to the subscribers.

Constructors

HubDistributionStatus

public HubDistributionStatus()

Creates a new instance of HubDistributionStatus, with all fields set to null.

HubDistributionStatus

public HubDistributionStatus(Integer distributionStatusId, String distributionStatusCode)

Creates a new instance of HubDistributionStatus, with all fields set to the values specified in the parameters.

Parameters:
  • distributionStatusId – the id of this distribution status
  • distributionStatusCode – the code of this distribution status

Methods

getDistributionStatusCode

public String getDistributionStatusCode()

Gets the code of this distribution status.

Returns:the code of this distribution status

getDistributionStatusId

public Integer getDistributionStatusId()

Gets the id of this distribution status.

Returns:the id of this distribution status

setDistributionStatusCode

public void setDistributionStatusCode(String distributionStatusCode)

Sets the code for this distribution status.

Parameters:
  • distributionStatusCode – the distribution status code to be set

setDistributionStatusId

public void setDistributionStatusId(Integer distributionStatusId)

Sets the id for this distribution status.

Parameters:
  • distributionStatusId – the id to be set