Class ApiOutputQRecordWrapper
java.lang.Object
com.kingsrook.qqq.api.actions.io.ApiOutputQRecordWrapper
- All Implemented Interfaces:
ApiOutputRecordWrapperInterface<QRecord,ApiOutputQRecordWrapper>
public class ApiOutputQRecordWrapper
extends Object
implements ApiOutputRecordWrapperInterface<QRecord,ApiOutputQRecordWrapper>
implementation of ApiOutputRecordWrapperInterface that wraps a QRecord
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget the wrapped contents objectnewSibling(String tableName) create a new "sibling" object to this - e.g., a wrapper around a new instance of the contents objectvoidputAssociation(String key, List<QRecord> values) put associated objects in the wrapped objectvoidputValue(String key, Serializable value) put a value in the wrapped objectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.kingsrook.qqq.api.actions.io.ApiOutputRecordWrapperInterface
unwrap
-
Constructor Details
-
ApiOutputQRecordWrapper
Constructor
-
-
Method Details
-
putValue
Description copied from interface:ApiOutputRecordWrapperInterfaceput a value in the wrapped object- Specified by:
putValuein interfaceApiOutputRecordWrapperInterface<QRecord,ApiOutputQRecordWrapper>
-
putAssociation
Description copied from interface:ApiOutputRecordWrapperInterfaceput associated objects in the wrapped object- Specified by:
putAssociationin interfaceApiOutputRecordWrapperInterface<QRecord,ApiOutputQRecordWrapper>
-
newSibling
Description copied from interface:ApiOutputRecordWrapperInterfacecreate a new "sibling" object to this - e.g., a wrapper around a new instance of the contents object- Specified by:
newSiblingin interfaceApiOutputRecordWrapperInterface<QRecord,ApiOutputQRecordWrapper>
-
getContents
Description copied from interface:ApiOutputRecordWrapperInterfaceget the wrapped contents object- Specified by:
getContentsin interfaceApiOutputRecordWrapperInterface<QRecord,ApiOutputQRecordWrapper>
-