Class N2oParam
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.global.dao.N2oParam
-
- All Implemented Interfaces:
Serializable,Source
- Direct Known Subclasses:
N2oFormParam,N2oPathParam,N2oQueryParam
public class N2oParam extends Object implements Source
Модель предустановленных параметров- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetRefWidgetId()Deprecated.voidsetRefWidgetId(String refWidgetId)Deprecated.
-
-
-
Constructor Detail
-
N2oParam
public N2oParam(N2oParam param)
-
-
Method Detail
-
getRefWidgetId
@Deprecated public String getRefWidgetId()
Deprecated.
-
setRefWidgetId
@Deprecated public void setRefWidgetId(String refWidgetId)
Deprecated.
-
-