Interface NuclosUserCommunicationAccount

All Superinterfaces:
BusinessObject<UID>

public interface NuclosUserCommunicationAccount extends BusinessObject<UID>
  • Field Details

    • Id

      static final PrimaryKeyAttribute<UID> Id
      Attribute: primaryKey

      Entity: nuclos_userCommunicationAccount
      DB-Name: STRUID
      Data type: org.nuclos.api.UID
      Localized: false
      Output format: null
      Scale: null
      Precision: null
    • UserId

      static final ForeignKeyAttribute<UID> UserId
      Attribute: user

      Entity: nuclos_userCommunicationAccount
      DB-Name: STRUID_T_MD_USER
      Data type: org.nuclos.api.UID
      Localized: false
      Output format: null
      Scale: null
      Precision: null
    • CommunicationPortId

      static final ForeignKeyAttribute<UID> CommunicationPortId
      Attribute: communicationPort

      Entity: nuclos_userCommunicationAccount
      DB-Name: STRUID_T_AD_COMPORT
      Data type: org.nuclos.api.UID
      Localized: false
      Output format: null
      Scale: null
      Precision: null
    • Account

      static final StringAttribute<String> Account
      Attribute: account

      Entity: nuclos_userCommunicationAccount
      DB-Name: STRACCOUNT
      Data type: java.lang.String
      Localized: false
      Output format: null
      Scale: 255
      Precision: null
    • Custom1

      static final StringAttribute<String> Custom1
      Attribute: custom1

      Entity: nuclos_userCommunicationAccount
      DB-Name: STRCUSTOM1
      Data type: java.lang.String
      Localized: false
      Output format: null
      Scale: 255
      Precision: null
    • Custom2

      static final StringAttribute<String> Custom2
      Attribute: custom2

      Entity: nuclos_userCommunicationAccount
      DB-Name: STRCUSTOM2
      Data type: java.lang.String
      Localized: false
      Output format: null
      Scale: 255
      Precision: null
    • Custom3

      static final StringAttribute<String> Custom3
      Attribute: custom3

      Entity: nuclos_userCommunicationAccount
      DB-Name: STRCUSTOM3
      Data type: java.lang.String
      Localized: false
      Output format: null
      Scale: 255
      Precision: null
  • Method Details

    • getUserId

      UID getUserId()
    • getCommunicationPortId

      UID getCommunicationPortId()
    • getAccount

      String getAccount()
    • getPassword

      String getPassword()
    • getCustom1

      String getCustom1()
    • getCustom2

      String getCustom2()
    • getCustom3

      String getCustom3()
    • setAccount

      void setAccount(String account)
    • setPassword

      void setPassword(String password)
    • setCustom1

      void setCustom1(String custom1)
    • setCustom2

      void setCustom2(String custom2)
    • setCustom3

      void setCustom3(String custom3)