|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.persistence.jpa.rs.util.list.SimpleHomogeneousList
public class SimpleHomogeneousList
This class is used to wrap collection of homogeneous simple java type attributes, such as Strings, Integers, etc..., and MUST NOT be used to wrap collection of attributes with the type that is assignable from PersistenceWeavedRest.
Constructor Summary | |
---|---|
SimpleHomogeneousList()
Instantiates a new simple list. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<JAXBElement> |
getItems()
Gets the items. |
int |
hashCode()
|
void |
setItems(java.util.List<JAXBElement> items)
Sets the items. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleHomogeneousList()
Method Detail |
---|
public java.util.List<JAXBElement> getItems()
public void setItems(java.util.List<JAXBElement> items)
items
- the new itemspublic int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |