All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.imsweb.algorithms.prcdauiho.PrcdaUihoOutputDto Maven / Gradle / Ivy

/*
 * Copyright (C) 2013 Information Management Services, Inc.
 */
package com.imsweb.algorithms.prcdauiho;

public class PrcdaUihoOutputDto {

    private String _prcda, _uiho, _uihoFacility;

    public PrcdaUihoOutputDto() { }

    public String getPRCDA() {
        return _prcda;
    }

    public String getUIHO() {
        return _uiho;
    }

    public String getUIHOFacility() {
        return _uihoFacility;
    }

    public void setPRCDA(String str) {
        _prcda = str;
    }

    public void setUIHO(String str) {
        _uiho = str;
    }

    public void setUIHOFacility(String str) {
        _uihoFacility = str;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy