org.springframework.richclient.application
Interface ApplicationDescriptor

Show UML class diagram
All Superinterfaces:
DescribedElement, VisualizedElement
All Known Implementing Classes:
DefaultApplicationDescriptor

public interface ApplicationDescriptor
extends DescribedElement, VisualizedElement


Field Summary
 
Fields inherited from interface org.springframework.richclient.core.DescribedElement
CAPTION_PROPERTY, DESCRIPTION_PROPERTY, DISPLAY_NAME_PROPERTY
 
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.
 
Methods inherited from interface org.springframework.richclient.core.DescribedElement
getCaption, getDescription, getDisplayName
 
Methods inherited from interface org.springframework.richclient.core.VisualizedElement
getIcon, getImage
 

Method Detail

getBuildId

String getBuildId()
Returns a string used to idetify the build number of the applicaiton.


getVersion

String getVersion()
Returns a string used to idetify the version of the applicaiton.



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