Class TemplateInfo
- java.lang.Object
-
- com.inductiveautomation.factorypmi.application.model.TopLevelContainerInfoBase
-
- com.inductiveautomation.factorypmi.application.model.TemplateInfo
-
public class TemplateInfo extends TopLevelContainerInfoBase
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DROP_TARGET_KEY
static java.lang.String
TEMPLATE_BINARY_KEY
-
Fields inherited from class com.inductiveautomation.factorypmi.application.model.TopLevelContainerInfoBase
PROJECT_RESOURCE_8_VERSION, PROJECT_RESOURCE_LEGACY_VERSION, THUMBNAIL_KEY, windowThumbnail, windowThumbnailBytes
-
-
Constructor Summary
Constructors Constructor Description TemplateInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DynamicPropertyDescriptor
getDropTargetProperty()
byte[]
getSerializedBytes()
void
setDropTargetProperty(DynamicPropertyDescriptor dropTargetProperty)
void
setSerializedBytes(byte[] serializedBytes)
-
Methods inherited from class com.inductiveautomation.factorypmi.application.model.TopLevelContainerInfoBase
getWindowThumbnail, getWindowThumbnailBytes, setWindowThumbnail, setWindowThumbnailBytes
-
-
-
-
Field Detail
-
DROP_TARGET_KEY
public static final java.lang.String DROP_TARGET_KEY
- See Also:
- Constant Field Values
-
TEMPLATE_BINARY_KEY
public static final java.lang.String TEMPLATE_BINARY_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
setSerializedBytes
public void setSerializedBytes(byte[] serializedBytes)
-
getSerializedBytes
public byte[] getSerializedBytes()
-
getDropTargetProperty
public DynamicPropertyDescriptor getDropTargetProperty()
-
setDropTargetProperty
public void setDropTargetProperty(DynamicPropertyDescriptor dropTargetProperty)
-
-