org.openxava.controller.meta
Class MetaUseObject

java.lang.Object
  extended by org.openxava.controller.meta.MetaUseObject

public class MetaUseObject
extends java.lang.Object

Author:
Javier Paniza

Constructor Summary
MetaUseObject()
           
 
Method Summary
 java.lang.String getActionProperty()
          If is not set it assumes the object name without prefix.
 java.lang.String getName()
           
 void setActionProperty(java.lang.String string)
           
 void setName(java.lang.String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaUseObject

public MetaUseObject()
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)