public interface ConcurrencyResource extends PropertyBag
PropertyBag.Duck
Modifier and Type | Method and Description |
---|---|
String |
getContextInfo()
Gets the value of the contextInfo property.
|
String |
getContextInfoEnabled()
Gets the value of the contextInfoEnabled property.
|
String |
getDescription()
Gets the value of the description property.
|
List<Property> |
getProperty()
Properties as per
PropertyBag |
void |
setContextInfo(String value)
Sets the value of the contextInfo property.
|
void |
setContextInfoEnabled(String value)
Sets the value of the contextInfoEnabled property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
addProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removeProperty
String getContextInfoEnabled()
String
void setContextInfoEnabled(String value) throws PropertyVetoException
value
- allowed object is
String
PropertyVetoException
String getContextInfo()
String
void setContextInfo(String value) throws PropertyVetoException
value
- allowed object is
String
PropertyVetoException
String getDescription()
String
void setDescription(String value) throws PropertyVetoException
value
- allowed object is
String
PropertyVetoException
List<Property> getProperty()
PropertyBag
getProperty
in interface PropertyBag
Copyright © 2019. All rights reserved.