Package org.nuclos.api.common
Interface NuclosUserCommunicationAccount
- All Superinterfaces:
BusinessObject<UID>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringAttribute<String>Attribute: account
Entity: nuclos_userCommunicationAccount
DB-Name: STRACCOUNT
Data type: java.lang.String
Localized: false
Output format: null
Scale: 255
Precision: nullstatic final ForeignKeyAttribute<UID>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: nullstatic final StringAttribute<String>Attribute: custom1
Entity: nuclos_userCommunicationAccount
DB-Name: STRCUSTOM1
Data type: java.lang.String
Localized: false
Output format: null
Scale: 255
Precision: nullstatic final StringAttribute<String>Attribute: custom2
Entity: nuclos_userCommunicationAccount
DB-Name: STRCUSTOM2
Data type: java.lang.String
Localized: false
Output format: null
Scale: 255
Precision: nullstatic final StringAttribute<String>Attribute: custom3
Entity: nuclos_userCommunicationAccount
DB-Name: STRCUSTOM3
Data type: java.lang.String
Localized: false
Output format: null
Scale: 255
Precision: nullstatic final PrimaryKeyAttribute<UID>Attribute: primaryKey
Entity: nuclos_userCommunicationAccount
DB-Name: STRUID
Data type: org.nuclos.api.UID
Localized: false
Output format: null
Scale: null
Precision: nullstatic final ForeignKeyAttribute<UID>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 -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAccount(String account) voidsetCustom1(String custom1) voidsetCustom2(String custom2) voidsetCustom3(String custom3) voidsetPassword(String password) Methods inherited from interface org.nuclos.api.businessobject.BusinessObject
getEntity, getEntityUid, getId, getVersion, isDelete, isInsert, isUpdate
-
Field Details
-
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
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
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
Attribute: account
Entity: nuclos_userCommunicationAccount
DB-Name: STRACCOUNT
Data type: java.lang.String
Localized: false
Output format: null
Scale: 255
Precision: null -
Custom1
Attribute: custom1
Entity: nuclos_userCommunicationAccount
DB-Name: STRCUSTOM1
Data type: java.lang.String
Localized: false
Output format: null
Scale: 255
Precision: null -
Custom2
Attribute: custom2
Entity: nuclos_userCommunicationAccount
DB-Name: STRCUSTOM2
Data type: java.lang.String
Localized: false
Output format: null
Scale: 255
Precision: null -
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