public class CustomOperationContentResult extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,CustomOperationContentResult> |
CONTENT |
static BasicProperty<java.lang.String,CustomOperationContentResult> |
TITLE |
| Constructor and Description |
|---|
CustomOperationContentResult() |
CustomOperationContentResult(Property<T,? super CustomOperationContentResult> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.String |
getContent() |
java.lang.String |
getTitle() |
void |
setContent(java.lang.String content) |
void |
setTitle(java.lang.String title) |
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.lang.String,CustomOperationContentResult> CONTENT
public static final BasicProperty<java.lang.String,CustomOperationContentResult> TITLE
public CustomOperationContentResult()
public CustomOperationContentResult(Property<T,? super CustomOperationContentResult> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.lang.String getContent()
public void setContent(java.lang.String content)
public java.lang.String getTitle()
public void setTitle(java.lang.String title)