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.meduni.graz.patho.haybaeck.model.impl.SampleModelImpl.java

License:Open Source License

@Override
public String getL() {
    if (_l == null) {
        return StringPool.BLANK;
    } else {
        return _l;
    }
}

From source file:at.meduni.graz.patho.haybaeck.model.impl.SampleModelImpl.java

License:Open Source License

@Override
public String getV() {
    if (_v == null) {
        return StringPool.BLANK;
    } else {
        return _v;
    }
}

From source file:at.meduni.graz.patho.haybaeck.model.impl.SampleModelImpl.java

License:Open Source License

@Override
public String getStage() {
    if (_stage == null) {
        return StringPool.BLANK;
    } else {/*from w  ww. ja  v a2s  .  c  o m*/
        return _stage;
    }
}

From source file:at.meduni.graz.patho.haybaeck.model.impl.SampleModelImpl.java

License:Open Source License

@Override
public String getOperation() {
    if (_operation == null) {
        return StringPool.BLANK;
    } else {/*  www.  ja  v a2s . c o  m*/
        return _operation;
    }
}

From source file:at.meduni.graz.patho.haybaeck.model.impl.SampleModelImpl.java

License:Open Source License

@Override
public String getPost_op_treatment() {
    if (_post_op_treatment == null) {
        return StringPool.BLANK;
    } else {/*  ww w  . j  av a2  s . c  om*/
        return _post_op_treatment;
    }
}

From source file:at.meduni.graz.patho.haybaeck.model.impl.SampleModelImpl.java

License:Open Source License

@Override
public String getDead_live() {
    if (_dead_live == null) {
        return StringPool.BLANK;
    } else {//  w  w  w.ja  va2  s  .com
        return _dead_live;
    }
}

From source file:at.meduni.graz.patho.haybaeck.model.impl.SampleModelImpl.java

License:Open Source License

@Override
public String getHospital() {
    if (_hospital == null) {
        return StringPool.BLANK;
    } else {//  w  w w  .j  av a2  s . c o  m
        return _hospital;
    }
}

From source file:at.meduni.graz.patho.haybaeck.model.impl.SampleModelImpl.java

License:Open Source License

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

From source file:at.meduni.graz.patho.haybaeck.model.impl.SampleModelImpl.java

License:Open Source License

@Override
public String getDiagnosis() {
    if (_diagnosis == null) {
        return StringPool.BLANK;
    } else {/*from  w w w. ja  va2 s.  c  om*/
        return _diagnosis;
    }
}

From source file:at.meduni.graz.patho.haybaeck.model.impl.SampleModelImpl.java

License:Open Source License

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