C# Class gov.va.medora.mdws.dto.AuthorTO

Inheritance: AbstractTO
Show file Open project: OSEHRA/mdws Class Usage Examples

Public Properties

Property Type Description
id String
name String
signature String

Public Methods

Method Description
AuthorTO ( ) : System
AuthorTO ( Author mdoAuthor ) : System
AuthorTO ( String id, String name, String signature ) : System

Method Details

AuthorTO() public method

public AuthorTO ( ) : System
return System

AuthorTO() public method

public AuthorTO ( Author mdoAuthor ) : System
mdoAuthor gov.va.medora.mdo.Author
return System

AuthorTO() public method

public AuthorTO ( String id, String name, String signature ) : System
id String
name String
signature String
return System

Property Details

id public property

public String id
return String

name public property

public String name
return String

signature public property

public String signature
return String