Mobile Tools for Java
Release 1.0

org.eclipse.mtj.core.model.library
Class LibrarySpecification

java.lang.Object
  extended by org.eclipse.mtj.core.model.library.LibrarySpecification

public class LibrarySpecification
extends Object

Tracks a specification of a particular library. Includes the name of the specification, an identifier and the version of that specification.


Constructor Summary
LibrarySpecification()
           
 
Method Summary
 String getIdentifier()
           
 String getName()
           
 Version getVersion()
           
 void setIdentifier(String identifier)
           
 void setName(String name)
           
 void setVersion(Version version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LibrarySpecification

public LibrarySpecification()
Method Detail

getName

public String getName()
Returns:
Returns the name.

setName

public void setName(String name)
Parameters:
name - The name to set.

getVersion

public Version getVersion()
Returns:
Returns the version.

setVersion

public void setVersion(Version version)
Parameters:
version - The version to set.

getIdentifier

public String getIdentifier()
Returns:
Returns the identifier.

setIdentifier

public void setIdentifier(String identifier)
Parameters:
identifier - The identifier to set.

Mobile Tools for Java
Release 1.0