Java 类ims.ocrr.vo.NewResultInvestigationVo 实例源码

项目:AvoinApotti    文件:Logic.java   
private String getDescriptionString(NewResultInvestigationVo investigation)
{
    if (investigation == null || investigation.getInvestigationIndex() == null)
        return "<not set>";

    return investigation.getInvestigationIndex().getName();
}
项目:openMAXIMS    文件:Logic.java   
private String getDescriptionString(NewResultInvestigationVo investigation)
{
    if (investigation == null || investigation.getInvestigationIndex() == null)
        return "<not set>";

    return investigation.getInvestigationIndex().getName();
}
项目:openMAXIMS    文件:Logic.java   
private String getDescriptionString(NewResultInvestigationVo investigation)
{
    if (investigation == null || investigation.getInvestigationIndex() == null)
        return "<not set>";

    return investigation.getInvestigationIndex().getName();
}
项目:openMAXIMS    文件:Logic.java   
private String getDescriptionString(NewResultInvestigationVo investigation)
{
    if (investigation == null || investigation.getInvestigationIndex() == null)
        return "<not set>";

    return investigation.getInvestigationIndex().getName();
}
项目:openmaxims-linux    文件:Logic.java   
private String getDescriptionString(NewResultInvestigationVo investigation)
{
    if (investigation == null || investigation.getInvestigationIndex() == null)
        return "<not set>";

    return investigation.getInvestigationIndex().getName();
}