Class PairingStoreEntryModel

  • All Implemented Interfaces:
    com.jgoodies.common.bean.ObservableBean, com.jgoodies.common.bean.ObservableBean2, Serializable

    public class PairingStoreEntryModel
    extends com.jgoodies.binding.beans.Model
    See Also:
    Serialized Form
    • Constructor Detail

      • PairingStoreEntryModel

        public PairingStoreEntryModel()
    • Method Detail

      • getUid

        public String getUid()
        Returns:
        the uid
      • setUid

        public void setUid​(String uid)
        Parameters:
        uid - the uid to set
      • getRequestorName

        public String getRequestorName()
        Returns:
        the requestorName
      • setRequestorName

        public void setRequestorName​(String requestorName)
        Parameters:
        requestorName - the requestorName to set
      • getProductName

        public String getProductName()
        Returns:
        the productName
      • setProductName

        public void setProductName​(String productName)
        Parameters:
        productName - the productName to set
      • getUserName

        public String getUserName()
        Returns:
        the userName
      • setUserName

        public void setUserName​(String userName)
        Parameters:
        userName - the userName to set
      • getProtocolVersion

        public org.bidib.jbidibc.messages.ProtocolVersion getProtocolVersion()
        Returns:
        the protocolVersion
      • setProtocolVersion

        public void setProtocolVersion​(org.bidib.jbidibc.messages.ProtocolVersion protocolVersion)
        Parameters:
        protocolVersion - the protocolVersion to set
      • isPaired

        public boolean isPaired()
        Returns:
        the paired
      • setPaired

        public void setPaired​(boolean paired)
        Parameters:
        paired - the paired to set
      • getLastSeen

        public LocalDateTime getLastSeen()
        Returns:
        the lastSeen
      • setLastSeen

        public void setLastSeen​(LocalDateTime lastSeen)
        Parameters:
        lastSeen - the lastSeen to set