List of usage examples for com.liferay.portal.kernel.util StringPool BLANK
String BLANK
To view the source code for com.liferay.portal.kernel.util StringPool BLANK.
Click Source Link
From source file:at.graz.hmmc.liferay.portlet.puch.model.impl.ParameterConfigurationModelImpl.java
License:Open Source License
@Override public String getDisplaynameshort() { if (_displaynameshort == null) { return StringPool.BLANK; } else {//from w w w . j ava2s .com return _displaynameshort; } }
From source file:at.graz.hmmc.liferay.portlet.puch.model.impl.ParameterConfigurationModelImpl.java
License:Open Source License
@Override public String getDisplaynamelong() { if (_displaynamelong == null) { return StringPool.BLANK; } else {/*from www . j a v a 2 s .c o m*/ return _displaynamelong; } }
From source file:at.graz.hmmc.liferay.portlet.puch.model.impl.ParameterConfigurationModelImpl.java
License:Open Source License
@Override public String getDatatype() { if (_datatype == null) { return StringPool.BLANK; } else {//from w w w. j av a 2s . c o m return _datatype; } }
From source file:at.graz.hmmc.liferay.portlet.puch.model.impl.ParameterConfigurationModelImpl.java
License:Open Source License
@Override public String getGroup() { if (_group == null) { return StringPool.BLANK; } else {/* w ww.ja v a 2 s. c o m*/ return _group; } }
From source file:at.graz.hmmc.liferay.portlet.puch.model.impl.ParameterConfigurationModelImpl.java
License:Open Source License
@Override public String getTab() { if (_tab == null) { return StringPool.BLANK; } else {//from w ww . j a v a 2 s. c o m return _tab; } }
From source file:at.graz.hmmc.liferay.portlet.puch.model.impl.ParameterConfigurationModelImpl.java
License:Open Source License
@Override public String getViewscript() { if (_viewscript == null) { return StringPool.BLANK; } else {// w w w .j a va2s . c om return _viewscript; } }
From source file:at.graz.hmmc.liferay.portlet.puch.model.impl.ParameterConfigurationModelImpl.java
License:Open Source License
@Override public String getViewtip() { if (_viewtip == null) { return StringPool.BLANK; } else {//from w ww. j av a2 s.com return _viewtip; } }
From source file:at.graz.hmmc.liferay.portlet.puch.model.impl.ParameterConfigurationModelImpl.java
License:Open Source License
@Override public String getViewtitlecss() { if (_viewtitlecss == null) { return StringPool.BLANK; } else {/*from w ww . ja v a2 s . c o m*/ return _viewtitlecss; } }
From source file:at.graz.hmmc.liferay.portlet.puch.model.impl.ParameterConfigurationModelImpl.java
License:Open Source License
@Override public String getViewvaluecss() { if (_viewvaluecss == null) { return StringPool.BLANK; } else {/* w w w. jav a2s. c om*/ return _viewvaluecss; } }
From source file:at.graz.hmmc.liferay.portlet.puch.model.impl.ParameterConfigurationModelImpl.java
License:Open Source License
@Override public String getViewcss() { if (_viewcss == null) { return StringPool.BLANK; } else {//from www.j a va2s. c om return _viewcss; } }