Class SCustomUserInfoValue

  • All Implemented Interfaces:
    java.io.Serializable, PersistentObject

    @Entity
    public class SCustomUserInfoValue
    extends java.lang.Object
    implements PersistentObject
    Author:
    Anthony Birembaut, Baptiste Mesta, Elias Ricken de Medeiros
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DEFINITION_ID  
      protected long definitionId  
      static java.lang.String ID  
      static java.lang.String USER_ID  
      protected long userId  
      protected java.lang.String value  
      static java.lang.String VALUE  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • userId

        protected long userId
      • definitionId

        protected long definitionId
      • value

        protected java.lang.String value
    • Constructor Detail

      • SCustomUserInfoValue

        public SCustomUserInfoValue()