Package org.openxava.controller.meta
Class MetaUseObject
- java.lang.Object
-
- org.openxava.controller.meta.MetaUseObject
-
public class MetaUseObject extends java.lang.Object- Author:
- Javier Paniza
-
-
Constructor Summary
Constructors Constructor Description MetaUseObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetActionProperty()If is not set it assumes the object name without prefix.java.lang.StringgetName()voidsetActionProperty(java.lang.String string)voidsetName(java.lang.String string)
-
-
-
Method Detail
-
getName
public java.lang.String getName()
-
getActionProperty
public java.lang.String getActionProperty()
If is not set it assumes the object name without prefix.For example, if the name is 'view' it assumes 'view' and if it's 'xava_view' it assumes 'view'.
-
setName
public void setName(java.lang.String string)
-
setActionProperty
public void setActionProperty(java.lang.String string)
-
-