|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.uml.PluginData
No comment provided by developer, please add a comment to improve documentation.
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 |
private java.lang.String id
private java.lang.String name
private int major
private int minor
private int buildNumber
Constructor Detail |
public PluginData(java.lang.String id, java.lang.String name, int major, int minor, int buildNumber)
id
- No description providedname
- No description providedmajor
- No description providedminor
- No description providedbuildNumber
- No description providedMethod Detail |
public java.lang.String getId()
public int getMajor()
public int getMinor()
public java.lang.String getName()
public int getBuildNumber()
public void setId(java.lang.String id)
id
- The new id valuepublic void setMajor(int major)
major
- The new major valuepublic void setMinor(int minor)
minor
- The new minor valuepublic void setName(java.lang.String name)
name
- The new name valuepublic void setBuildNumber(int buildNumber)
buildNumber
- The new buildNumber value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |