Class DynamicActionAttribute
- java.lang.Object
-
- net.sf.basedb.clients.web.extensions.DynamicActionAttribute
-
public class DynamicActionAttribute extends Object
Class for holding the name and value of a dynamic action attribute.- Since:
- 3.3
- Author:
- nicklas
-
-
Constructor Summary
Constructors Constructor Description DynamicActionAttribute(String name, String value)
Create a new dynamic action attribute.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Get the name of the dynamic attribute.String
getValue()
Get the value of the dynamic attribute.
-