Modifier and Type | Method and Description |
---|---|
Collection<XmlLogbook> |
XmlLogbooks.getLogbooks()
Returns a collection of XmlLogbook.
|
Collection<XmlLogbook> |
XmlLog.getXmlLogbooks()
Getter for log's XmlLogbooks.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlLogbooks.addXmlLogbook(XmlLogbook item)
Adds a property to the logbook collection.
|
void |
XmlLog.addXmlLogbook(XmlLogbook logbook)
Adds an XmlLogbook to the log.
|
static String |
XmlLogbook.toLog(XmlLogbook data)
Creates a compact string representation for the log.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlLogbooks.setLogbooks(Collection<XmlLogbook> items)
Sets the collection of logbooks.
|
void |
XmlLog.setXmlLogbooks(Collection<XmlLogbook> logbooks)
Setter for log's XmlLogbooks.
|
Constructor and Description |
---|
XmlLogbooks(XmlLogbook logbook)
Creates a new instance of XmlLogbooks with one initial logbook.
|
Copyright © 2010-2014 Michigan State University. All Rights Reserved.