|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.danube.scrumworks.api.wso.ThemeWSO
public final class ThemeWSO
Base class for the theme WSO classes.
| Constructor Summary | |
|---|---|
ThemeWSO()
Constructs a new ThemeWSO with default values for all fields. |
|
ThemeWSO(java.lang.Long id,
java.lang.String name,
java.lang.Long productId,
java.lang.Long programId)
Constructs a new ThemeWSO. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object other)
|
java.lang.Long |
getId()
|
java.lang.String |
getName()
|
java.lang.Long |
getProductId()
|
java.lang.Long |
getProgramId()
|
int |
hashCode()
|
void |
setId(java.lang.Long id)
Sets the theme's unique database ID. |
void |
setName(java.lang.String name)
Sets the theme's name. |
void |
setProductId(java.lang.Long productId)
Sets the ID of the product with which this theme is associated. |
void |
setProgramId(java.lang.Long programId)
Sets the program ID. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ThemeWSO()
ThemeWSO with default values for all fields.
public ThemeWSO(java.lang.Long id,
java.lang.String name,
java.lang.Long productId,
java.lang.Long programId)
ThemeWSO. You should only specify one of product/program ID.
id - uniquely identifies the theme.name - the theme's name.productId - identifies the product, if this is a product theme.programId - identifies the program, if this is a program theme.| Method Detail |
|---|
public java.lang.String getName()
public java.lang.Long getId()
public void setName(java.lang.String name)
name - the new name (may be null).public void setId(java.lang.Long id)
id - the new ID (may be null).public void setProductId(java.lang.Long productId)
productId - the new product ID.public java.lang.Long getProductId()
public void setProgramId(java.lang.Long programId)
programId - the new program ID (may be null).public java.lang.Long getProgramId()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||