org.romaframework.module.users.domain
Class CustomProfiling

java.lang.Object
  extended by org.romaframework.module.users.domain.CustomProfiling

public class CustomProfiling
extends java.lang.Object


Constructor Summary
CustomProfiling()
           
 
Method Summary
 BaseAccount getAccount()
           
 java.util.Map<java.lang.String,CustomFunction> getFunctions()
           
 void setAccount(BaseAccount account)
           
 void setFunctions(java.util.Map<java.lang.String,CustomFunction> functions)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomProfiling

public CustomProfiling()
Method Detail

getAccount

public BaseAccount getAccount()

setAccount

public void setAccount(BaseAccount account)

getFunctions

public java.util.Map<java.lang.String,CustomFunction> getFunctions()

setFunctions

public void setFunctions(java.util.Map<java.lang.String,CustomFunction> functions)