public class ServiceWithOperationsVO extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,ServiceWithOperationsVO> |
NAME |
static ListProperty<java.lang.String,ServiceWithOperationsVO> |
OPERATIONS |
| Constructor and Description |
|---|
ServiceWithOperationsVO() |
ServiceWithOperationsVO(Property<T,? super ServiceWithOperationsVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.String |
getName() |
java.util.List<java.lang.String> |
getOperations() |
void |
setName(java.lang.String name) |
void |
setOperations(java.util.List<java.lang.String> operations) |
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.lang.String,ServiceWithOperationsVO> NAME
public static final ListProperty<java.lang.String,ServiceWithOperationsVO> OPERATIONS
public ServiceWithOperationsVO()
public ServiceWithOperationsVO(Property<T,? super ServiceWithOperationsVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.lang.String getName()
public void setName(java.lang.String name)
public java.util.List<java.lang.String> getOperations()
public void setOperations(java.util.List<java.lang.String> operations)