Class DynamicActionAttribute
java.lang.Object
net.sf.basedb.clients.web.extensions.DynamicActionAttribute
Class for holding the name and value of a dynamic action attribute.
- Since:
- 3.3
- Author:
- nicklas
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDynamicActionAttribute
(String name, String value) Create a new dynamic action attribute. -
Method Summary
-
Field Details
-
name
-
value
-
-
Constructor Details
-
DynamicActionAttribute
Create a new dynamic action attribute.
-
-
Method Details
-
getName
Get the name of the dynamic attribute. -
getValue
Get the value of the dynamic attribute.
-