public class

WsExceptDistCriterion

extends Object
implements Serializable
java.lang.Object
   ↳ com.cbs.ctr3ws.dtos.donor.WsExceptDistCriterion

Class Overview

description: the class contains a DWL Donor exceptional distribution item information.

Summary

Fields
public boolean criterion_acknowledged description: deprecated field from CTR1 (field was not removed in CTR2 for backward compatibility).
public String criterion_id description: the unique exceptional distribution item lookup identifier.
public String criterion_label description: exceptional distribution description.
public Long id description: the unique record identifier.
public String nationalDonorId description: the donor's CTR2 patient ID.
Public Constructors
WsExceptDistCriterion()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public boolean criterion_acknowledged

description: deprecated field from CTR1 (field was not removed in CTR2 for backward compatibility).
required: FALSE

public String criterion_id

description: the unique exceptional distribution item lookup identifier.
required: TRUE
see: LT_EXCEPT_DISTRIBUTION.bizRef

public String criterion_label

description: exceptional distribution description.
required: FALSE
see: LT_EXCEPT_DISTRIBUTION.name

public Long id

description: the unique record identifier.
required: FALSE
see: id field info

public String nationalDonorId

description: the donor's CTR2 patient ID.
required: TRUE
see: nationalId info

Public Constructors

public WsExceptDistCriterion ()