java.lang.Object
com.finconsgroup.itserr.marketplace.core.entity.AbstractUUIDEntity
com.finconsgroup.itserr.marketplace.usercommunication.dm.entity.User

@Entity public class User extends com.finconsgroup.itserr.marketplace.core.entity.AbstractUUIDEntity
Entity representing an application user used by the messaging system to associate messages, presence status and profile information.
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.finconsgroup.itserr.marketplace.core.entity.AbstractUUIDEntity

    com.finconsgroup.itserr.marketplace.core.entity.AbstractUUIDEntity.AbstractUUIDEntityBuilder<C extends com.finconsgroup.itserr.marketplace.core.entity.AbstractUUIDEntity,B extends com.finconsgroup.itserr.marketplace.core.entity.AbstractUUIDEntity.AbstractUUIDEntityBuilder<C,B>>
  • Constructor Summary

    Constructors
    Constructor
    Description
    User(UUID userId)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    setOnline(boolean online)
     

    Methods inherited from class com.finconsgroup.itserr.marketplace.core.entity.AbstractUUIDEntity

    builder, canEqual, equals, getId, hashCode, setId, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • User

      public User(UUID userId)
  • Method Details

    • setOnline

      public void setOnline(boolean online)
    • prePersist

      public void prePersist()
      Overrides:
      prePersist in class com.finconsgroup.itserr.marketplace.core.entity.AbstractUUIDEntity