Class Profile

java.lang.Object
no.ntnu.principes.domain.profile.Profile

public class Profile extends Object
Represents a user profile with an identifier, name, avatar, and creation timestamp. The class uses a unique id to determine equality and hash code.
  • Constructor Details

    • Profile

      public Profile()