Class ContactListCellModel

java.lang.Object
io.github.michael_bailey.client.ui.ChatWindow.ListCells.ContactListCellModel

public class ContactListCellModel
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    java.lang.String name  
    javafx.scene.image.Image profileImage  
    java.util.UUID uuid  
  • Constructor Summary

    Constructors 
    Constructor Description
    ContactListCellModel()  
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • uuid

      public java.util.UUID uuid
    • name

      public java.lang.String name
    • profileImage

      public javafx.scene.image.Image profileImage
  • Constructor Details