|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthok.model.PatternElement
public class PatternElement
An element of the PatternModel
that is used as the model for the
TableViewer
of the ResultDialog
. It is a simple JavaBean
representing a row in the table and holding the values for each column of a
row.
Constructor Summary | |
---|---|
PatternElement()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
A design pattern is equal another design pattern if the name of both patterns is equal. |
java.lang.String |
getDescription()
Returns the description of the design pattern. |
java.lang.String |
getName()
Returns the name of the design pattern. |
void |
setDescription(java.lang.String description)
Sets the description of the design pattern. |
void |
setName(java.lang.String name)
Sets the name of the design pattern. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PatternElement()
Method Detail |
---|
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the string describing the design pattern.public java.lang.String getName()
public void setName(java.lang.String name)
name
- the string naming the design pattern.public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |