Class UserProperties

java.lang.Object
com.foreach.common.spring.properties.TypedPropertyMap<String>
com.foreach.across.modules.properties.business.EntityProperties<Long>
com.foreach.across.modules.user.business.UserProperties
All Implemented Interfaces:
Cloneable, Map<String,Object>

public class UserProperties extends com.foreach.across.modules.properties.business.EntityProperties<Long>
Author:
Arne Vandamme
  • Nested Class Summary

    Nested classes/interfaces inherited from interface java.util.Map

    Map.Entry<K extends Object,V extends Object>
  • Field Summary

    Fields inherited from class com.foreach.common.spring.properties.TypedPropertyMap

    propertyTypeRegistry, source, sourceValueClass
  • Constructor Summary

    Constructors
    Constructor
    Description
    UserProperties(long userId, com.foreach.common.spring.properties.PropertyTypeRegistry<String> propertyTypeRegistry, com.foreach.common.spring.properties.PropertiesSource source)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class com.foreach.across.modules.properties.business.EntityProperties

    getSource

    Methods inherited from class com.foreach.common.spring.properties.TypedPropertyMap

    clear, containsKey, containsValue, detach, entrySet, get, getValue, getValue, getValue, isEmpty, keySet, put, putAll, remove, set, size, values

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UserProperties

      public UserProperties(long userId, com.foreach.common.spring.properties.PropertyTypeRegistry<String> propertyTypeRegistry, com.foreach.common.spring.properties.PropertiesSource source)
  • Method Details

    • getId

      public Long getId()
      Specified by:
      getId in class com.foreach.across.modules.properties.business.EntityProperties<Long>