|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xtravelsystem.online.published.V1_0RC1.common.Product
public class Product
a node of the product tree
Constructor Summary | |
---|---|
Product()
|
|
Product(java.lang.String code,
java.lang.String name,
Product[] subproduct)
|
Method Summary | |
---|---|
java.lang.String |
getCode()
code of this product |
java.lang.String |
getName()
name of this product |
Product[] |
getSubproduct()
contained subproducts |
void |
setCode(java.lang.String code)
code of this product |
void |
setName(java.lang.String name)
name of this product |
void |
setSubproduct(Product[] subproduct)
contained subproducts |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Product()
public Product(java.lang.String code, java.lang.String name, Product[] subproduct)
Method Detail |
---|
public java.lang.String getCode()
public void setCode(java.lang.String code)
public java.lang.String getName()
public void setName(java.lang.String name)
public Product[] getSubproduct()
public void setSubproduct(Product[] subproduct)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |