org.romaframework.module.users.view.domain.basegroup
Class BaseGroupFilter

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

public class BaseGroupFilter
extends org.romaframework.frontend.domain.entity.ComposedEntityInstance<BaseGroup>


Field Summary
 
Fields inherited from interface org.romaframework.core.domain.entity.ComposedEntity
NAME
 
Constructor Summary
BaseGroupFilter()
           
BaseGroupFilter(BaseGroup iBaseGroup)
           
 
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

BaseGroupFilter

public BaseGroupFilter()

BaseGroupFilter

public BaseGroupFilter(BaseGroup iBaseGroup)