public class

WSDonorDeathCore

extends Object
implements Serializable
java.lang.Object
   ↳ com.cbs.ctr3ws.dtos.donor.WSDonorDeathCore
Known Direct Subclasses

Class Overview

description: the class contains basic DWL Donor death information.

Summary

Fields
public WSLookup countryOfDeath description: the country in which the donor's death occurred.
public WSLookup deathType description: the donor's death type.
public Long id description: the unique record identifier.
public WSLookup province_StateOfDeath description: the province or state(USA) in which the donor's death occurred.
Public Constructors
WSDonorDeathCore()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public WSLookup countryOfDeath

description: the country in which the donor's death occurred.
required: FALSE , default=Canada
see: LT_COUNTRY
note: must match province_StateOfDeath

public WSLookup deathType

description: the donor's death type.
required: FALSE
see: LT_DECLARATION_DEATH_TYPE

public Long id

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

public WSLookup province_StateOfDeath

description: the province or state(USA) in which the donor's death occurred.
required: FALSE - defaults to donor ODO province.
see: LT_PROVINCE
note: Must match countryOfDeath; when country of death is NOT ("CANADA" or "USA") then "province_StateOfDeath" is set to "Other"

Public Constructors

public WSDonorDeathCore ()