org.romaframework.module.users.view.domain.basefunction
Class BaseFunctionListable

java.lang.Object
  extended by org.romaframework.frontend.domain.entity.ComposedEntityInstance<BaseFunction>
      extended by org.romaframework.module.users.view.domain.basefunction.BaseFunctionListable
All Implemented Interfaces:
org.romaframework.aspect.security.Secure, org.romaframework.core.domain.entity.ComposedEntity<BaseFunction>

public class BaseFunctionListable
extends org.romaframework.frontend.domain.entity.ComposedEntityInstance<BaseFunction>


Field Summary
 
Fields inherited from interface org.romaframework.core.domain.entity.ComposedEntity
NAME
 
Constructor Summary
BaseFunctionListable(BaseFunction iEntity)
           
 
Method Summary
 
Methods inherited from class org.romaframework.frontend.domain.entity.ComposedEntityInstance
canRead, canWrite, equals, getEntity, hashCode, setEntity, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BaseFunctionListable

public BaseFunctionListable(BaseFunction iEntity)