|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.data.text.ProductType
public class ProductType
Holds a named product
| Constructor Summary | |
|---|---|
ProductType()
Create a new product type |
|
ProductType(String name,
String id)
Create a new ProductType |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
See if this equals o |
String |
getId()
Get the Id property. |
String |
getName()
Get the Name property. |
boolean |
getRenderAsHtml()
Get the RenderAsHtml property. |
void |
setId(String value)
Set the Id property. |
void |
setName(String value)
Set the Name property. |
void |
setRenderAsHtml(boolean value)
Set the RenderAsHtml property. |
String |
toString()
Get a String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ProductType()
public ProductType(String name,
String id)
name - the nameid - the id| Method Detail |
|---|
public boolean equals(Object o)
equals in class Objecto - Object to check
public void setName(String value)
value - The new value for Namepublic String getName()
public void setId(String value)
value - The new value for Idpublic String getId()
public String toString()
toString in class Objectpublic void setRenderAsHtml(boolean value)
value - The new value for RenderAsHtmlpublic boolean getRenderAsHtml()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||