public class UITransportPropsForTemplate extends UINamedObject
| Constructor and Description |
|---|
UITransportPropsForTemplate() |
UITransportPropsForTemplate(String className) |
UITransportPropsForTemplate(String className,
List<UIProperty> transportProperties) |
UITransportPropsForTemplate(String className,
String displayName,
List<UIProperty> transportProperties) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
String |
getDisplayName() |
List<UIProperty> |
getTransportProperties() |
void |
setClassName(String className) |
void |
setDisplayName(String displayName) |
void |
setTransportProperties(List<UIProperty> transportProperties) |
getName, setNamepublic UITransportPropsForTemplate()
public UITransportPropsForTemplate(String className)
public UITransportPropsForTemplate(String className, List<UIProperty> transportProperties)
public UITransportPropsForTemplate(String className, String displayName, List<UIProperty> transportProperties)
public String getClassName()
public void setClassName(String className)
public String getDisplayName()
public void setDisplayName(String displayName)
public List<UIProperty> getTransportProperties()
public void setTransportProperties(List<UIProperty> transportProperties)
Copyright © 2025. All rights reserved.