public class HoldingsDocs extends Object
Modifier and Type | Field and Description |
---|---|
protected List<Holdings> |
holdingsDocs |
Constructor and Description |
---|
HoldingsDocs() |
Modifier and Type | Method and Description |
---|---|
static Object |
deserialize(String content) |
List<Holdings> |
getHoldingsDocs()
Gets the value of the holdingsDocs property.
|
static String |
serialize(Object object) |
protected List<Holdings> holdingsDocs
public HoldingsDocs()
public static Object deserialize(String content)
public List<Holdings> getHoldingsDocs()
set
method for the holdingsDocs property.
For example, to add a new holdings, do as follows:
getHoldingsDocs().add(newHoldings);Objects of the following type(s) are allowed in the list
Bib
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.