Package org.cyclos.model.access
Class BasicInitializationWithContentData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.access.BasicInitializationData
-
- org.cyclos.model.access.BasicInitializationWithContentData
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InitializationData
public class BasicInitializationWithContentData extends BasicInitializationData
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<Integer,BasicInitializationWithContentData>BANNER_ROTATE_SECONDSstatic ListProperty<BannerDetailedVO,BasicInitializationWithContentData>BANNERSstatic StringCLASS_NAMEstatic BasicProperty<FooterContentVO,BasicInitializationWithContentData>FOOTER_CONTENTstatic BasicProperty<HeaderContentVO,BasicInitializationWithContentData>HEADER_CONTENTstatic BasicProperty<Integer,BasicInitializationWithContentData>MAX_LEFT_BANNERSstatic BasicProperty<Integer,BasicInitializationWithContentData>MAX_RIGHT_BANNERS-
Fields inherited from class org.cyclos.model.access.BasicInitializationData
API_URL, APPLICATION_COMMIT_ID, APPLICATION_DESCRIPTION, APPLICATION_NAME, APPLICATION_USERNAME, APPLICATION_VERSION, BUILTIN_LANGUAGE, CONFIGURATION_ID, CONFIGURATION_VERSION, COUNTRY, CURRENT_CLIENT_TIME, DATE_FORMAT, DEFAULT_MAP_LOCATION, DEFAULT_MAP_ZOOM_MOBILE, DEFAULT_MAP_ZOOM_WEB, DISTANCE_UNIT, FRONTEND, JPEG_QUALITY, LANGUAGE, LANGUAGE_ID, LANGUAGE_LAST_MODIFIED, LANGUAGE_VERSION, LICENSE, MAP_BROWSER_API_KEY, MAX_IMAGE_DIMENSIONS, MAX_UPLOAD_SIZE, NUMBER_FORMAT, RESOURCE_CACHE_KEY, ROOT_URL, SHORTCUT_ICON, THEME_ID, THEME_LAST_MODIFIED, THEME_VERSION, TIME_FORMAT, TIME_ZONE_ID, USE_MAP
-
-
Constructor Summary
Constructors Constructor Description BasicInitializationWithContentData()BasicInitializationWithContentData(Property<T,? super BasicInitializationWithContentData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()IntegergetBannerRotateSeconds()List<BannerDetailedVO>getBanners()FooterContentVOgetFooterContent()HeaderContentVOgetHeaderContent()IntegergetMaxLeftBanners()IntegergetMaxRightBanners()voidsetBannerRotateSeconds(Integer bannerRotateSeconds)voidsetBanners(List<BannerDetailedVO> banners)voidsetFooterContent(FooterContentVO footerContent)voidsetHeaderContent(HeaderContentVO headerContent)voidsetMaxLeftBanners(Integer maxLeftBanners)voidsetMaxRightBanners(Integer maxRightBanners)-
Methods inherited from class org.cyclos.model.access.BasicInitializationData
getApiUrl, getApplicationCommitId, getApplicationDescription, getApplicationName, getApplicationUsername, getApplicationVersion, getBuiltinLanguage, getConfigurationId, getConfigurationVersion, getCountry, getCurrentClientTime, getDateFormat, getDefaultMapLocation, getDefaultMapZoomMobile, getDefaultMapZoomWeb, getDistanceUnit, getFrontend, getJpegQuality, getLanguage, getLanguageId, getLanguageLastModified, getLanguageVersion, getLicense, getMapBrowserApiKey, getMaxImageDimensions, getMaxUploadSize, getNumberFormat, getResourceCacheKey, getRootUrl, getShortcutIcon, getThemeId, getThemeLastModified, getThemeVersion, getTimeFormat, getTimeZoneId, isUseMap, setApiUrl, setApplicationCommitId, setApplicationDescription, setApplicationName, setApplicationUsername, setApplicationVersion, setBuiltinLanguage, setConfigurationId, setConfigurationVersion, setCountry, setCurrentClientTime, setDateFormat, setDefaultMapLocation, setDefaultMapZoomMobile, setDefaultMapZoomWeb, setDistanceUnit, setFrontend, setJpegQuality, setLanguage, setLanguageId, setLanguageLastModified, setLanguageVersion, setLicense, setMapBrowserApiKey, setMaxImageDimensions, setMaxUploadSize, setNumberFormat, setResourceCacheKey, setRootUrl, setShortcutIcon, setThemeId, setThemeLastModified, setThemeVersion, setTimeFormat, setTimeZoneId, setUseMap
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
BANNER_ROTATE_SECONDS
public static final BasicProperty<Integer,BasicInitializationWithContentData> BANNER_ROTATE_SECONDS
-
BANNERS
public static final ListProperty<BannerDetailedVO,BasicInitializationWithContentData> BANNERS
-
FOOTER_CONTENT
public static final BasicProperty<FooterContentVO,BasicInitializationWithContentData> FOOTER_CONTENT
-
HEADER_CONTENT
public static final BasicProperty<HeaderContentVO,BasicInitializationWithContentData> HEADER_CONTENT
-
MAX_LEFT_BANNERS
public static final BasicProperty<Integer,BasicInitializationWithContentData> MAX_LEFT_BANNERS
-
MAX_RIGHT_BANNERS
public static final BasicProperty<Integer,BasicInitializationWithContentData> MAX_RIGHT_BANNERS
-
-
Constructor Detail
-
BasicInitializationWithContentData
public BasicInitializationWithContentData()
-
BasicInitializationWithContentData
public BasicInitializationWithContentData(Property<T,? super BasicInitializationWithContentData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBasicInitializationData
-
getBannerRotateSeconds
public Integer getBannerRotateSeconds()
-
setBannerRotateSeconds
public void setBannerRotateSeconds(Integer bannerRotateSeconds)
-
getBanners
public List<BannerDetailedVO> getBanners()
-
setBanners
public void setBanners(List<BannerDetailedVO> banners)
-
getFooterContent
public FooterContentVO getFooterContent()
-
setFooterContent
public void setFooterContent(FooterContentVO footerContent)
-
getHeaderContent
public HeaderContentVO getHeaderContent()
-
setHeaderContent
public void setHeaderContent(HeaderContentVO headerContent)
-
getMaxLeftBanners
public Integer getMaxLeftBanners()
-
setMaxLeftBanners
public void setMaxLeftBanners(Integer maxLeftBanners)
-
getMaxRightBanners
public Integer getMaxRightBanners()
-
setMaxRightBanners
public void setMaxRightBanners(Integer maxRightBanners)
-
className
public String className()
- Overrides:
classNamein classBasicInitializationData
-
-