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 occured.
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 occured.
Public Constructors
WSDonorDeathCore()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public WSLookup countryOfDeath

description: the country in which the donor's death occured.
required: TRUE
see: LT_COUNTRY

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 occured.
required: FALSE - defaults to donor's province of residence.
see: LT_PROVINCE

Public Constructors

public WSDonorDeathCore ()