org.romaframework.module.users.view.domain.customprofiling
Class CustomFunctionListable

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

public class CustomFunctionListable
extends org.romaframework.frontend.domain.entity.ComposedEntityInstance<CustomFunction>


Field Summary
 
Fields inherited from interface org.romaframework.core.domain.entity.ComposedEntity
NAME
 
Constructor Summary
CustomFunctionListable(java.lang.String label, CustomFunction baseFunction)
           
 
Method Summary
 java.lang.String getLabel()
           
 
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

CustomFunctionListable

public CustomFunctionListable(java.lang.String label,
                              CustomFunction baseFunction)
Method Detail

getLabel

public java.lang.String getLabel()