org.springframework.richclient.application.support
Class DefaultApplicationDescriptor

java.lang.Object
  extended by org.springframework.richclient.application.support.ApplicationServicesAccessor
      extended by org.springframework.richclient.core.LabeledObjectSupport
          extended by org.springframework.richclient.application.support.DefaultApplicationDescriptor
All Implemented Interfaces:
ApplicationDescriptor, CommandLabelConfigurable, DescribedElement, DescriptionConfigurable, TitleConfigurable, VisualizedElement, ImageConfigurable

public class DefaultApplicationDescriptor
extends LabeledObjectSupport
implements ApplicationDescriptor

Metadata about a application.

Author:
Keith Donald

Field Summary
 
Fields inherited from class org.springframework.richclient.core.LabeledObjectSupport
logger
 
Fields inherited from interface org.springframework.richclient.core.DescribedElement
CAPTION_PROPERTY, DESCRIPTION_PROPERTY, DISPLAY_NAME_PROPERTY
 
Constructor Summary
DefaultApplicationDescriptor()
           
 
Method Summary
 String getBuildId()
          Returns a string used to idetify the build number of the applicaiton.
 String getVersion()
          Returns a string used to idetify the version of the applicaiton.
 void setBuildId(String buildId)
           
 void setVersion(String version)
           
 
Methods inherited from class org.springframework.richclient.core.LabeledObjectSupport
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, getAccelerator, getCaption, getDescription, getDisplayName, getIcon, getImage, getLabel, getMnemonic, getMnemonicIndex, hasChanged, hasChanged, hasChanged, removePropertyChangeListener, removePropertyChangeListener, setCaption, setDescription, setImage, setLabelInfo, setTitle, toString
 
Methods inherited from class org.springframework.richclient.application.support.ApplicationServicesAccessor
getActiveWindow, getApplication, getApplicationContext, getApplicationName, getApplicationServices, getCommandConfigurer, getComponentFactory, getConversionService, getIconSource, getImageSource, getMessage, getMessage, getMessage, getMessage, getMessages, getMessageSource, getObjectConfigurer, getService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.springframework.richclient.core.DescribedElement
getCaption, getDescription, getDisplayName
 
Methods inherited from interface org.springframework.richclient.core.VisualizedElement
getIcon, getImage
 

Constructor Detail

DefaultApplicationDescriptor

public DefaultApplicationDescriptor()
Method Detail

getBuildId

public String getBuildId()
Description copied from interface: ApplicationDescriptor
Returns a string used to idetify the build number of the applicaiton.

Specified by:
getBuildId in interface ApplicationDescriptor

setBuildId

public void setBuildId(String buildId)

getVersion

public String getVersion()
Description copied from interface: ApplicationDescriptor
Returns a string used to idetify the version of the applicaiton.

Specified by:
getVersion in interface ApplicationDescriptor

setVersion

public void setVersion(String version)


Copyright © 2004-2008 The Spring Framework. All Rights Reserved.