Class QCodeReferenceWithProperties
java.lang.Object
com.kingsrook.qqq.backend.core.model.metadata.code.QCodeReference
com.kingsrook.qqq.backend.core.model.metadata.code.QCodeReferenceWithProperties
- All Implemented Interfaces:
QMetaDataObject
,Serializable
,Cloneable
a code reference that also has a map of properties. This object (with the
properties) will be passed in to the referenced object, if it implements
InitializableViaCodeReference.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQCodeReferenceWithProperties
(Class<?> javaClass, Map<String, Serializable> properties) -
Method Summary
Methods inherited from class com.kingsrook.qqq.backend.core.model.metadata.code.QCodeReference
clone, getCodeType, getInlineCode, getName, setCodeType, setInlineCode, setName, toString, withCodeType, withInlineCode, withName
-
Constructor Details
-
QCodeReferenceWithProperties
-
-
Method Details
-
getProperties
Getter for properties
-