|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.epam.cmemdp.config.beans.Product
public class Product
Field Summary | |
---|---|
protected java.lang.String |
code
|
protected java.util.List<Group> |
group
|
Constructor Summary | |
---|---|
Product()
|
Method Summary | |
---|---|
int |
compareTo(java.lang.Object o)
|
java.lang.String |
getCode()
Gets the value of the code property. |
java.util.List<Group> |
getGroup()
Gets the value of the group property. |
void |
setCode(java.lang.String value)
Sets the value of the code property. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.util.List<Group> group
protected java.lang.String code
Constructor Detail |
---|
public Product()
Method Detail |
---|
public java.util.List<Group> getGroup()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the group property.
For example, to add a new item, do as follows:
getGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Group
public java.lang.String getCode()
String
public void setCode(java.lang.String value)
value
- allowed object is
String
public java.lang.String toString()
toString
in class java.lang.Object
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |