|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.stripes.examples.bugzooky.biz.Component
public class Component
Class that represents a compopnent of a software system against which bugs can be filed.
Constructor Summary | |
---|---|
Component()
Default constructor. |
|
Component(String name)
Constructs a new component with the supplied name. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
Perform equality checks based on identity. |
Integer |
getId()
Gets the ID of the Component. |
String |
getName()
Gets the name of the Component - may be null if one is not set. |
void |
setId(Integer id)
Sets the ID of the Component. |
void |
setName(String name)
Sets the name of the Component. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Component()
public Component(String name)
Method Detail |
---|
public Integer getId()
public void setId(Integer id)
public String getName()
public void setName(String name)
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |