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

Inheritance: AbstractTO
ファイルを表示 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_oe property

public String id
return String

name public_oe property

public String name
return String

signature public_oe property

public String signature
return String