NASA World Wind

gov.nasa.worldwind.applications.gio.ebrim
Interface VersionInfo

All Known Subinterfaces:
ContentVersionInfo
All Known Implementing Classes:
ContentVersionInfoParser, VersionInfoParser

public interface VersionInfo


Method Summary
 String getComment()
           
 String getVersionName()
           
 void setComment(String comment)
           
 void setVersionName(String versionName)
           
 

Method Detail

getComment

String getComment()

getVersionName

String getVersionName()

setComment

void setComment(String comment)

setVersionName

void setVersionName(String versionName)

NASA World Wind