|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.fopps.model.AbstractItem
|
+--org.fopps.model.Artefact
Base class for all (programming) artefacts, such as code files, documentation, test reports, etc.
| Field Summary |
| Fields inherited from class org.fopps.model.AbstractItem |
ADDED_EVENT, CHANGE_EVENT, name, REMOVED_EVENT |
| Constructor Summary | |
Artefact(java.lang.String pName)
Constructor for Artefact with default category |
|
Artefact(java.lang.String pName,
java.lang.String pCategory)
Constructor for Artefact. |
|
| Method Summary | |
ArtefactCategory |
getCategory()
Returns the category of the artefact |
java.lang.String |
getCategoryName()
Returns the name of the category |
boolean |
isValid()
Checks, if artefact is still valid. |
void |
setCategory(ArtefactCategory pCategory)
Changes the category of the artefact |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Artefact(java.lang.String pName)
public Artefact(java.lang.String pName,
java.lang.String pCategory)
pName - Name of artefactpCategory - Category of artefact| Method Detail |
public void setCategory(ArtefactCategory pCategory)
public java.lang.String getCategoryName()
public ArtefactCategory getCategory()
public boolean isValid()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||