Example usage for com.liferay.portal.kernel.util StringPool BLANK

List of usage examples for com.liferay.portal.kernel.util StringPool BLANK

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.util StringPool BLANK.

Prototype

String BLANK

To view the source code for com.liferay.portal.kernel.util StringPool BLANK.

Click Source Link

Usage

From source file:at.graz.meduni.liferay.portlet.bibbox.service.model.impl.GeneralInformationModelImpl.java

License:Open Source License

@Override
public String getTargetpopulation() {
    if (_targetpopulation == null) {
        return StringPool.BLANK;
    } else {//  ww  w.j  a  v a  2s  .  c  o m
        return _targetpopulation;
    }
}

From source file:at.graz.meduni.liferay.portlet.bibbox.service.model.impl.GeneralInformationModelImpl.java

License:Open Source License

@Override
public String getYearofestablishment() {
    if (_yearofestablishment == null) {
        return StringPool.BLANK;
    } else {//  ww w .  ja va 2  s  .  c o  m
        return _yearofestablishment;
    }
}

From source file:at.graz.meduni.liferay.portlet.bibbox.service.model.impl.GeneralInformationModelImpl.java

License:Open Source License

@Override
public String getHowmanyrdsareintheregistrybiobank() {
    if (_howmanyrdsareintheregistrybiobank == null) {
        return StringPool.BLANK;
    } else {//from  w  w  w.  j a v a  2 s . c o  m
        return _howmanyrdsareintheregistrybiobank;
    }
}

From source file:at.graz.meduni.liferay.portlet.bibbox.service.model.impl.GeneralInformationModelImpl.java

License:Open Source License

@Override
public String getPercentageofrarediseasesinyourregistrybiobank() {
    if (_percentageofrarediseasesinyourregistrybiobank == null) {
        return StringPool.BLANK;
    } else {//from w w w. j  a  v a  2s  .  c  o  m
        return _percentageofrarediseasesinyourregistrybiobank;
    }
}

From source file:at.graz.meduni.liferay.portlet.bibbox.service.model.impl.GeneralInformationModelImpl.java

License:Open Source License

@Override
public String getOntologies() {
    if (_ontologies == null) {
        return StringPool.BLANK;
    } else {/*  ww  w  . j  a v a2 s .  c  o  m*/
        return _ontologies;
    }
}

From source file:at.graz.meduni.liferay.portlet.bibbox.service.model.impl.GeneralInformationModelImpl.java

License:Open Source License

@Override
public String getBiomaterialcollected() {
    if (_biomaterialcollected == null) {
        return StringPool.BLANK;
    } else {//from w  ww . jav  a2  s.c o m
        return _biomaterialcollected;
    }
}

From source file:at.graz.meduni.liferay.portlet.bibbox.service.model.impl.GeneralInformationModelImpl.java

License:Open Source License

@Override
public String getBiomaterialcollectedinbiobank() {
    if (_biomaterialcollectedinbiobank == null) {
        return StringPool.BLANK;
    } else {/*from  w ww  .j  av  a  2 s  .  co m*/
        return _biomaterialcollectedinbiobank;
    }
}

From source file:at.graz.meduni.liferay.portlet.bibbox.service.model.impl.GeneralInformationModelImpl.java

License:Open Source License

@Override
public String getBiomaterialprepared() {
    if (_biomaterialprepared == null) {
        return StringPool.BLANK;
    } else {//from  www . ja va  2s  .  c om
        return _biomaterialprepared;
    }
}

From source file:at.graz.meduni.liferay.portlet.bibbox.service.model.impl.GeneralInformationModelImpl.java

License:Open Source License

@Override
public String getOrigionofcollection() {
    if (_origionofcollection == null) {
        return StringPool.BLANK;
    } else {/*from   w ww  .  j a va2 s  .  c om*/
        return _origionofcollection;
    }
}

From source file:at.graz.meduni.liferay.portlet.bibbox.service.model.impl.GeneralInformationModelImpl.java

License:Open Source License

@Override
public String getUseofcollection() {
    if (_useofcollection == null) {
        return StringPool.BLANK;
    } else {/*from   w  w  w .  j a v  a  2  s .  c o  m*/
        return _useofcollection;
    }
}