org.romaframework.module.users.view.domain.baseaccount
Class BaseAccountListable

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

public class BaseAccountListable
extends org.romaframework.frontend.domain.entity.ComposedEntityInstance<BaseAccount>


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

BaseAccountListable

public BaseAccountListable(BaseAccount iEntity)