org.romaframework.module.users.view.domain.baseprofile
Class BaseProfileListable

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

public class BaseProfileListable
extends org.romaframework.frontend.domain.entity.ComposedEntityInstance<BaseProfile>


Field Summary
 
Fields inherited from interface org.romaframework.core.domain.entity.ComposedEntity
NAME
 
Constructor Summary
BaseProfileListable(BaseProfile iEntity)
           
 
Method Summary
 java.lang.String getParent()
           
 
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

BaseProfileListable

public BaseProfileListable(BaseProfile iEntity)
Method Detail

getParent

public java.lang.String getParent()