de.uni_paderborn.fujaba.uml
Class PluginData

java.lang.Object
  extended byde.uni_paderborn.fujaba.uml.PluginData

class PluginData
extends java.lang.Object

No comment provided by developer, please add a comment to improve documentation.

Version:
$Revision: 1.413 $
Author:
$Author: cschneid $

Field Summary
private  int buildNumber
          No comment provided by developer, please add a comment to improve documentation.
private  java.lang.String id
          No comment provided by developer, please add a comment to improve documentation.
private  int major
          No comment provided by developer, please add a comment to improve documentation.
private  int minor
          No comment provided by developer, please add a comment to improve documentation.
private  java.lang.String name
          No comment provided by developer, please add a comment to improve documentation.
 
Constructor Summary
PluginData(java.lang.String id, java.lang.String name, int major, int minor, int buildNumber)
          Constructor for class PluginData
 
Method Summary
 int getBuildNumber()
          Get the build number of the project
 java.lang.String getId()
          Get the id attribute of the PluginData object
 int getMajor()
          Get the major number of the project
 int getMinor()
          Get the minor number of the project
 java.lang.String getName()
          Get the name of the project
 void setBuildNumber(int buildNumber)
           
 void setId(java.lang.String id)
           
 void setMajor(int major)
           
 void setMinor(int minor)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

private java.lang.String id
No comment provided by developer, please add a comment to improve documentation.


name

private java.lang.String name
No comment provided by developer, please add a comment to improve documentation.


major

private int major
No comment provided by developer, please add a comment to improve documentation.


minor

private int minor
No comment provided by developer, please add a comment to improve documentation.


buildNumber

private int buildNumber
No comment provided by developer, please add a comment to improve documentation.

Constructor Detail

PluginData

public PluginData(java.lang.String id,
                  java.lang.String name,
                  int major,
                  int minor,
                  int buildNumber)
Constructor for class PluginData

Parameters:
id - No description provided
name - No description provided
major - No description provided
minor - No description provided
buildNumber - No description provided
Method Detail

getId

public java.lang.String getId()
Get the id attribute of the PluginData object

Returns:
The id value

getMajor

public int getMajor()
Get the major number of the project

Returns:
The major value

getMinor

public int getMinor()
Get the minor number of the project

Returns:
The minor value

getName

public java.lang.String getName()
Get the name of the project

Returns:
The name value

getBuildNumber

public int getBuildNumber()
Get the build number of the project

Returns:
The buildNumber value

setId

public void setId(java.lang.String id)
Parameters:
id - The new id value

setMajor

public void setMajor(int major)
Parameters:
major - The new major value

setMinor

public void setMinor(int minor)
Parameters:
minor - The new minor value

setName

public void setName(java.lang.String name)
Parameters:
name - The new name value

setBuildNumber

public void setBuildNumber(int buildNumber)
Parameters:
buildNumber - The new buildNumber value