public class Collection extends AbstractSurrogate
| Constructor and Description |
|---|
Collection() |
Collection(Collection<Object> content) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Object> |
getContent() |
Object |
objectToUpdate() |
void |
setContent(Collection<Object> content) |
createSurrogatepublic Collection()
public Collection(Collection<Object> content)
public Collection<Object> getContent()
getContent in class AbstractSurrogatepublic void setContent(Collection<Object> content)
public Object objectToUpdate()
objectToUpdate in class AbstractSurrogateCopyright © 2016. All rights reserved.