org.systinet.wasp.dd
Interface Version


public interface Version

This class represents a version of a package.

Since:
4.0
Component:
Core

Method Summary
 java.lang.String getVersionString()
          Returns the text representation of the version.
 boolean greaterOrEqualThan(Version ver)
          Returns true if ver is greater or equal than this version
 void setVersionString(java.lang.String ver)
          Sets text representation of the version.
 

Method Detail

getVersionString

public java.lang.String getVersionString()
Returns the text representation of the version.

Returns:
text representation of the version

setVersionString

public void setVersionString(java.lang.String ver)
Sets text representation of the version.

Parameters:
ver - text representation of the version

greaterOrEqualThan

public boolean greaterOrEqualThan(Version ver)
Returns true if ver is greater or equal than this version

Parameters:
ver - the other version
Returns:
true if ver is greater or equal than this version