Serialized Form
-
Package de.aeb.xnsg.rex.af
-
Class de.aeb.xnsg.rex.af.BIDataApplicationParmsDTO
class BIDataApplicationParmsDTO extends Object implements Serializable-
Serialized Fields
-
clientIdentCodePattern
String clientIdentCodePattern
Value for the search criterion to find statistical data of events of a specific client. Can only be different from theApplicationFacadeParmsDTO.client
(session client) or empty (client independent application) if the session user has admin rights. Otherwise the session client is used for filtering.
Example value: "APITEST
"
Maximum length:10
-
clientSystemIdPattern
String clientSystemIdPattern
Value for the search criterion to find statistical data of events related to a specific partner system.
Example value: "API-TEST
"
Maximum length:20
-
profileIdentCodePattern
String profileIdentCodePattern
Value for the search criterion to find statistical data of events using a specific profile - belonging to the specified client. Will be ignored, if there is no client specified or the specified client is not accessible.
Example value: "DEFAULT
"
Maximum length:20
-
searchDateFromPattern
Date searchDateFromPattern
Value, accurate to the day, for the search criterion to find statistical data of events that occurred on or after a specific date. Has to be specified together withBIDataApplicationParmsDTO.searchDateToPattern
. If at least one date is not specified or the search period is specified invalid, the default search period will be used.
Example value: "2015-01-01
" -
searchDateToPattern
Date searchDateToPattern
Value, accurate to the day, for the search criterion to find statistical data of events that occurred on or before a specific date. Has to be specified together withBIDataApplicationParmsDTO.searchDateFromPattern
. If at least one date is not specified or the search period is specified invalid, the default search period will be used.
Example value: "2020-12-31
"
-
-
-
Class de.aeb.xnsg.rex.af.BIDataKeyFiguresParmsDTO
class BIDataKeyFiguresParmsDTO extends BIDataApplicationParmsDTO implements Serializable -
Class de.aeb.xnsg.rex.af.BIDataOverviewParmsDTO
class BIDataOverviewParmsDTO extends BIDataApplicationParmsDTO implements Serializable -
Class de.aeb.xnsg.rex.af.ManualAddressCheckAFParmsDTO
class ManualAddressCheckAFParmsDTO extends Object implements Serializable- serialVersionUID:
- -3319345587366029048L
-
Serialized Fields
-
profileIdentCode
String profileIdentCode
The ident code of the Compliance profile used for screening. If given, must be a valid ident code of a profile valid for the client used in the general parameters. If omitted, the clients default profile is used.
Example value: "DEFAULT
"
Maximum length:20
-
-
Class de.aeb.xnsg.rex.af.ManualProtocolEntryAFParmsDTO
class ManualProtocolEntryAFParmsDTO extends Object implements Serializable- serialVersionUID:
- -1725558401168778054L
-
Serialized Fields
-
clientSystemId
String clientSystemId
A unique ID of the host system calling this API for logging.
Example value (ASSIST4): "AS4
"
Example value (SAP): "SAP_[SAP system]_[SAP client]
"
Maximum length:20
-
info
String info
Initial value for the description of the event, which can be altered by the user.
May benull
.
Maximum length:60,000
-
level
String level
Deprecated.level is implied as informational for manual eventsThe severity level of the logged event. Manual events are implicitly of info level. Therefore this parameter is no longer supported. -
module
String module
Must be one of these values corresponding to the module this event belongs to:- "
ComplianceScreening
" - "
ExportControl
"
May benull
, in which case the user has to select the module with a combobox. - "
-
profileIdentCode
String profileIdentCode
The ident code of the Compliance profile. The value must be a valid ident code of a profile customized for the client identified by theApplicationFacadeParmsDTO
.
May benull
. The profile is optional for logging.
Example value: "DEFAULT
"
Maximum length:20
-
referenceId
String referenceId
Initial value for the reference ID for the note.
This field is for internal technical use to build references between the compliance protocols and the client system.
The user can overwrite this value or specify the reference ID manually if omitted.
May benull
.
Example value: "CUSNO=4711;CLIENT=800;USER=BEN003;PC=PC-PHILIPP
"
Maximum length:255
-
-
Class de.aeb.xnsg.rex.af.MatchHandlingOverviewAFParmsDTO
class MatchHandlingOverviewAFParmsDTO extends Object implements Serializable- serialVersionUID:
- -4421675915201462138L
-
Serialized Fields
-
storedViewName
String storedViewName
The abbreviation or a (translated) name of a view. The respective view must be created beforehand using the GUI.
If omitted, the default view is used.
A call for a nonexistent view also results in the default view along with a warning displayed to the user that the specified view could not be found.
Names for all translations will be searched. If there is a view A wherestoredViewName
matches the abbreviation and a view B where it matches a translated name, then view A will take precedence.
Example value: "Match handling overview of user X
" or "GG alarms user X
"
-
-
Class de.aeb.xnsg.rex.af.ScreeningProtocolAFParmsDTO
class ScreeningProtocolAFParmsDTO extends Object implements Serializable- serialVersionUID:
- -5857286491551025936L
-
Serialized Fields
-
clientIdentCode
String clientIdentCode
Value for the search criterion to find the specific log for the given client.
Example value: "APICLIENT
" -
clientReferenceComment
String clientReferenceComment
Value for the search criterion to find the specific log for the given reference comment.
Example value: "Type: Customer, Id: 4711, Company-Name: AEB, Order-Number: 123
" -
clientSystemId
String clientSystemId
Value for the search criterion to find the specific log for the given partner system.
Example value: "API-TEST
" -
referenceId
String referenceId
Value for the search criterion to find the specific log for the given reference (internal).
Example value: "customer.4711.aeb.123
" -
title
String title
The title to be displayed by the application to be opened.
Example value: "Screening Logs
"
-
-
Class de.aeb.xnsg.rex.af.ScreeningProtocolsAFParmsDTO
class ScreeningProtocolsAFParmsDTO extends Object implements Serializable- serialVersionUID:
- -5857286491551025936L
-
Serialized Fields
-
clientIdentCodePattern
String clientIdentCodePattern
Value for the search criterion to find logs of a specific client.
Example value: "APITEST
" -
clientSystemIdPattern
String clientSystemIdPattern
Value for the search criterion to find logs of a specific partner system.
Example value: "API-TEST
" -
referenceIdPattern
String referenceIdPattern
Value for the search criterion to find logs of a specific reference (internal).
Example value: "CUSNO=4711*
" -
title
String title
The title to be displayed by the application to be opened.
Example value: "Screening Logs
"
-
-
Class de.aeb.xnsg.rex.af.TerrorAddressAFParmsDTO
class TerrorAddressAFParmsDTO extends Object implements Serializable-
Serialized Fields
-
internalAddressId
String internalAddressId
The internalAddressId, as returned byIRexBF.getMatchingAddresses(de.aeb.xnsg.rex.bf.AddressPatternDTO, de.aeb.xnsg.rex.bf.MatchParametersDTO)
in the fieldAddressMatchDTO.internalAddressId
.
Example value: "123454678901234567890
"
Maximum length:50
-
-
-
Class de.aeb.xnsg.rex.af.TerrorListAFParmsDTO
class TerrorListAFParmsDTO extends Object implements Serializable- serialVersionUID:
- -3319345587366029048L
-
-
Package de.aeb.xnsg.rex.bf
-
Class de.aeb.xnsg.rex.bf.AddressDTO
class AddressDTO extends Object implements Serializable- serialVersionUID:
- 2028413217050455964L
-
Serialized Fields
-
addressType
String addressType
TheMatchParametersDTO.addressTypeVersion
defines the result behavior of this field when callingIRexBF.getMatchingAddresses(AddressPatternDTO, MatchParametersDTO)
.
If addressTypeVersionMatchParametersDTO.ADDRESS_TYPE_VERSION_0
is used, the possible return values are:- "
"AddressDTO.ADDRESS_TYPE_COMPANY
- "
"AddressDTO.ADDRESS_TYPE_INDIVIDUAL
- "
"AddressDTO.ADDRESS_TYPE_BANK
- "
"AddressDTO.ADDRESS_TYPE_VESSEL
MatchParametersDTO.ADDRESS_TYPE_VERSION_1
is used, the possible return values are:- "
"AddressDTO.ADDRESS_TYPE_ENTITY
- "
"AddressDTO.ADDRESS_TYPE_INDIVIDUAL
- "
"AddressDTO.ADDRESS_TYPE_MEANS_OF_TRANSPORT
- "
"AddressDTO.ADDRESS_TYPE_UNKNOWN
Depending on the profile settings, this field might be relevant for the address check. - "
-
aliasGroupNo
String aliasGroupNo
Number or name of the group under which all addresses are summarized describing the same person or organization.
Example value: "12345
"
Maximum length:20
-
city
String city
City of the address.
This field is relevant for the address check.
Example value: "Manchester
"
Maximum length:100
-
cityOfBirth
String cityOfBirth
Additional information only for individuals: City of birth.
Example value: "Dublin
"
Maximum length:50
-
cityPostbox
String cityPostbox
The city of the P.O. box, if the city of the P.O. box differs from the city of the street address.
Example value: "Manchester
"
Maximum length:100
-
countryISO
String countryISO
Two character ISO code of the country.
This field is relevant for the address check.
Example value: "DE
"
Maximum length:2
-
countryOfBirthISO
String countryOfBirthISO
Additional information only for individuals: Two-letter ISO code for the country of birth.
Example value: "IR
"
Maximum length:2
-
dateOfBirth
String dateOfBirth
The date of birth in textual representation without specific date format. (Only human-readable.)
Example value: "1962-08-20
" or just "1962
"
Maximum length:20
-
district
String district
District of the address, resp. line 2 of the city. (in German: Ortsteil)
Example value: "North
"
Maximum length:50
-
email
String email
Email address.
Example value: "abu.ahmed@example.com
"
Maximum length:256
-
fax
String fax
Fax number.
Example value: "+4413859-4895497
"
Maximum length:40
-
free1
String free1
Additional field for future use.
Maximum length:50
-
free2
String free2
Additional field for future use.
Maximum length:50
-
free3
String free3
Additional field for future use.
Maximum length:50
-
free4
String free4
Additional field for future use.
Maximum length:50
-
free5
String free5
Additional field for future use.
Maximum length:50
-
free6
String free6
Additional field for future use.
Maximum length:50
-
free7
String free7
Additional field for future use.
Maximum length:50
-
ids
AddressIdDTO[] ids
Optional IDs of the address, e.g. like DUNS number or passport number.- Since:
- 2023/02
-
info
String info
Summary additional information, e.g. alias names or information composed of other field like position, passportData, dateOfBirth.
Example value: "UN Ref QDi.401
"
Maximum length:1,000
-
name
String name
Full name of the address, e.g. name of the company (address line 1 - 4) or prename and surname of an individual.
Depending on the profile settings, this field might be relevant for the address check.
Example value: "Abu Ahmed Group Inc.
"
Maximum length:200
-
name1
String name1
Additional information only for companies: The first line of the addresses name.
Depending on the profile settings, this field might be relevant for the address check.
Example value: "Abu Ahmed
"
Maximum length:50
-
name2
String name2
Additional information only for companies: The second line of the addresses name.
Depending on the profile settings, this field might be relevant for the address check.
Example value: "Group Inc.
"
Maximum length:50
-
name3
String name3
Additional information only for companies: The third line of the addresses name.
Depending on the profile settings, this field might be relevant for the address check.
Example value: "Factory for sweets of all kind
"
Maximum length:50
-
name4
String name4
Additional information only for companies: The fourth line of the addresses name.
Depending on the profile settings, this field might be relevant for the address check.
Example value: "Manchester
"
Maximum length:50
-
nationalityISO
String nationalityISO
Additional information only for individuals: Two-letter ISO code for the nationality. -
niNumber
String niNumber
Additional identification tokens or numbers of individuals.
Example value: "Italian fiscal code SSYBLK62T26Z336L
"
Maximum length:50
-
passportData
String passportData
Additional information only for individuals: Textual information about the passport, e.g. passport no. and date of issue.
Example value: "ID 385948495849
"
Maximum length:200
-
pc
String pc
Postal code of the city.
This field is relevant for the address check.
Example value: "MK7 6AJ
"
Maximum length:40
-
pcPostbox
String pcPostbox
The postal code of the P.O. box, if the postal code of the P.O. box differs from the postal code of the street address.
Example value: "MK7 6AJ
"
Maximum length:40
-
position
String position
Additional information only for individuals: Textual information about the position of the individual.
Example value: "Senior official of the Islamic State in Iraq and the Levant (ISIL)
"
Maximum length:200
-
postbox
String postbox
The P.O. box of the address.
Depending on the profile settings, this field might be relevant for the address check.
Example value: "12345
"
Maximum length:20
-
prenames
String prenames
Additional information only for individuals: The prenames of a person.
Example value: "Abu
"
Maximum length:50
-
street
String street
Street of the address, including house number.
This field is relevant for the address check.
Example value: "Fuller street 5
"
Maximum length:100
-
surname
String surname
Additional information only for individuals: The surname of a person.
Example value: "Ahmed
"
Maximum length:50
-
telNo
String telNo
Telephone number.
Example value: "+4413859-489548
"
Maximum length:40
-
title
String title
Additional information only for individuals: The title of a person.
Example value: "Haji
"
Maximum length:20
-
-
Class de.aeb.xnsg.rex.bf.AddressMatchDTO
class AddressMatchDTO extends AddressDTO implements Serializable-
Serialized Fields
-
embargoArea
String embargoArea
The ident code of the embargo area the match has been found for. Only filled in case of an embargo match (@seeAddressMatchDTO.matchType
).
Example value: "EmbargoArea
"
Maximum length:20
- Since:
- 2020/05
-
hasMoreDetails
Boolean hasMoreDetails
Iftrue
, the matching address has more detail information, not returned with this DTO.
You can useIRexAF.terrorAddress(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO, de.aeb.xnsg.rex.af.TerrorAddressAFParmsDTO)
with theAddressMatchDTO.internalAddressId
to get an URL for displaying the restricted party address details.- Since:
- 2017/02
-
internalAddressId
String internalAddressId
Internal id of the found address.
For compatibility with clients not aware of the later introduced fieldAddressMatchDTO.matchType
, this is the constant "-", if the match is not based on a restricted party address (e.g. an embargo area match).
Example value: "12345678901234567890
"
Maximum length:50
-
listAbbreviation
String listAbbreviation
Abbreviation of the restricted party list where the address was found.
For compatibility with clients not aware of the later introduced fieldAddressMatchDTO.matchType
, this is the constant "-", if the match is not based on a restricted party address (e.g. an embargo area match).
Example value: "FRNL
"
Maximum length:20
-
listGroupName
String listGroupName
Internal technical identifier of restricted party list where the address was found. For compatibility with clients not aware of the later introduced fieldAddressMatchDTO.matchType
, this is the constant "-", if the match is not based on a restricted party address (e.g. an embargo area match).
Example value: "BOE
"
Maximum length:10
-
listName
String listName
Description of the restricted party list where the address was found. For compatibility with clients not aware of the later introduced fieldAddressMatchDTO.matchType
, this is the constant "-", if the match is not based on a restricted party address (e.g. an embargo area match).
Example value: "UK - Consolidated List of Financial Sanctions Targets in the UK
"
Maximum length:255
-
matchType
String matchType
Type of the found match, which can be one of the following constants:- "
MATCH_TYPE_ADDRESS_AND_NAME
" - "
MATCH_TYPE_ADDRESS_ONLY
" - "
MATCH_TYPE_EMBARGO_AREA
" - "
MATCH_TYPE_IDS_ONLY
" (since 2023/02)
Maximum length:40
- Since:
- 2020/05
- "
-
restrictionDate
Date restrictionDate
Restriction date of the found address. -
restrictionSource
String restrictionSource
Restriction source of the found address.
Example value: "Terrorism and Terrorist Financing
"
Maximum length:100
-
restrictionType
String restrictionType
Restriction type of the found address.
Example value: "EU-CR
"
Maximum length:40
-
similarity
Integer similarity
Measure of similarity of the address between 60 and 100. -
sourceWebLink
String sourceWebLink
Link pointing to the source of the restriction.
Example value: "www.youm7.com/story/2017/6/9/
"
Maximum length:1,000
-
updateDate
Date updateDate
Last changed date of the restricted party address. Format: yyyy-MM-dd.- Since:
- 2020/10
-
updateId
String updateId
Address number of the restricted party address. Note that this number is not necessarily stable over time.
Example value: "BOE_490984a6b705f886d56f8f4ba5b526be
"
Maximum length:100
- Since:
- 2020/10
-
-
-
Class de.aeb.xnsg.rex.bf.AddressPatternDTO
class AddressPatternDTO extends AddressDTO implements Serializable- serialVersionUID:
- 6002777991126211945L
-
Serialized Fields
-
condition
AddressCheckConditionDTO condition
An optional condition used by checks of this address. If present, only Good Guys that either have no condition or that meet the condition given here are considered.- Since:
- 2018/02
-
organisationUnitHost
String organisationUnitHost
Address specific ident code of the organizational unit. If not specified, the organizational unit fromMatchParametersDTO
is used.
Example value: "Sales Unit 0711
"
Maximum length:255
- Since:
- 2024/08
-
referenceComment
String referenceComment
User readable reference comment for logs, e.g. current user, current pc, delivery note number or or debitor number.
Example value: "Customer no.: 4711
"
Client: 800
User: BEN003
Pc: PC-PHILIPP
Maximum length:3,000
-
referenceId
String referenceId
Reference key for match results and logs, e.g. current user, client, pc, delivery note number or debitor number.
This field is for internal technical use to build references between the compliance logs and the client system.
Example value: "CUSNO=4711;CLIENT=800;USER=BEN003;PC=PC-PHILIPP
"
Maximum length:255
-
-
Class de.aeb.xnsg.rex.bf.BatchMatchResultDTO
class BatchMatchResultDTO extends Object implements Serializable- serialVersionUID:
- 1966674143886433044L
-
Serialized Fields
-
matchFound
boolean matchFound
The result of the screening.true
if one or more matching restricted party addresses were found,false
if not. -
referenceComment
String referenceComment
Copied from the corresponding field in in the request, allowing to correlate the results to the request.
Example value: "Customer no.: 4711, Client: 800, User: BEN003, Pc: PC-PHILIPP
"
Maximum length:3,000
- See Also:
-
referenceId
String referenceId
Copied from the corresponding field in the request, allowing to correlate the results to the request.
Example value: "CUSNO=4711;CLIENT=800;USER=BEN003;PC=PC-PHILIPP
"
Maximum length:255
- See Also:
-
wasGoodGuy
boolean wasGoodGuy
true
, if a Good Guy was defined for this address. Otherwisefalse
is returned.
-
-
Class de.aeb.xnsg.rex.bf.GoodGuyAddressDTO
class GoodGuyAddressDTO extends AddressDTO implements Serializable- serialVersionUID:
- -3954749099140357525L
-
Serialized Fields
-
clientIdentCode
String clientIdentCode
Mandatory field
Ident code of the client the Good Guy belongs to. The value must be a valid ident code of an existing client.
Example value: "APITEST
"
Maximum length:10
-
clientSystemId
String clientSystemId
The unique ID of the host system calling this API. Used in log entries on any actions performed on the Good Guy.
Example value (ASSIST4): "AS4
"
Example value (SAP): "SAP_[SAP system]_[SAP client]
"
Maximum length:20
-
condition
GoodGuyConditionDTO condition
Optional condition for the Good Guy. If omitted, the Good Guy is unconditional. If given, the Good Guy is only used in address checks that meet the condition.- Since:
- 2018/02
- See Also:
-
isActive
Boolean isActive
Defines whether the Good Guy is active or not. Inactive Good Guys are not considered during address screening. If omitted, the Good Guy is active by default.
Only used when a new Good Guy is created. -
organisationUnitHost
String organisationUnitHost
Ident code of the organizational unit.
Currently not used. Functionality will be added at a later date.
Example value: "Sales Unit 0711
"
Maximum length:255
- Since:
- 2024/01
-
profileIdentCode
String profileIdentCode
Mandatory field
Ident code of a Compliance profile. The value must be a valid ident code of a profile valid for the specified client.
Example value: "DEFAULT
"
Maximum length:20
-
referenceComment
String referenceComment
Reference comment for logging.
Example value: "Client: 800, User: BEN003, Pc: PC-PHILIPP
"
Maximum length:3,000
- See Also:
-
referenceId
String referenceId
Reference id for logging.
Example value: "CLIENT=800;USER=BEN003;PC=PC-PHILIPP
"
Maximum length:255
- See Also:
-
userIdentification
String userIdentification
The users name to be used for protocolling.
Example value: "BEN003
"
Maximum length:100
-
-
Class de.aeb.xnsg.rex.bf.GoodGuyDefinitionResultDTO
class GoodGuyDefinitionResultDTO extends Object implements Serializable- serialVersionUID:
- 93911335551578609L
-
Serialized Fields
-
definitionResult
int definitionResult
The result of the good guy definition. Possible values:- "
0
- No Good Guy was defined, because there was no Good Guy list referenced by the profile." - "
1
- No Good Guy was defined, because the Good Guy did already exist in at least on of the Good Guy lists referenced by the profile." - "
2
- The Good Guy was succesfully created and added to all Good Guy lists referenced by the profile."
- "
-
-
Class de.aeb.xnsg.rex.bf.MatchParametersDTO
class MatchParametersDTO extends Object implements Serializable- serialVersionUID:
- -4577044181598778913L
-
Serialized Fields
-
addressTranslateThreshold
Integer addressTranslateThreshold
Defines an optional similarity threshold in percentage which should be used for screening checks that were translated.
This value is only used if the translation feature is enabled for the profile.
This value overrides the value from the used compliance profile.
When no value is submitted or the submitted value equals zero, the value from the Compliance profile will be used.
Valid values are:1
to100
.
It is recommended to choose a value between75
and85
.
Values below this range can have negative effects on performance and on the result quality.
Maximum length:3
- Since:
- 2020/10
-
addressTypeVersion
String addressTypeVersion
The addressTypeVersion defines the result behavior ofAddressDTO.addressType
when callingIRexBF.getMatchingAddresses(AddressPatternDTO, MatchParametersDTO)
.
Possible values: If addressTypeVersion "0" is used, the possible return values ofAddressDTO.addressType
are: If addressTypeVersion "1" is used, the possible return values ofAddressDTO.addressType
are:
Default value:"0"
- Since:
- 2019/11
-
addrMatchWithoutNameThreshold
Integer addrMatchWithoutNameThreshold
Defines an optional similarity threshold in percentage which should be used for screening checks without name.
This value overrides the value from the used compliance profile.
When no value is submitted or the submitted value equals zero, the value from the Compliance profile will be used.
Valid values are:1
to100
.
It is recommended to choose a value between75
and85
.
Values below this range can have negative effects on performance and on the result quality.
Maximum length:3
- Since:
- 2020/10
-
checkType
String checkType
Internal use only. Leave this field empty when implementing the webservice. -
clientIdentCode
String clientIdentCode
Mandatory field
Ident code of the client to use for screening. The value must be a valid ident code of a client the authorized user has access to (usually the same client used for authentication).
Example value: "APITEST
"
Maximum length:10
-
clientSystemId
String clientSystemId
The unique ID of the host system calling this API. Used when logging the address screening results.
Example value (ASSIST4): "AS4
"
Example value (SAP): "SAP_[SAP system]_[SAP client]
"
Maximum length:20
-
considerGoodGuys
boolean considerGoodGuys
Iffalse
Good Guys will be ignored. If omitted ortrue
, Good Guys will be considered. Should only be used if Good Guys should be ignored specifically, i.e. to specifically check a Good Guy similar to the Good Guy screening batch.
Default value:true
-
organisationUnitHost
String organisationUnitHost
Ident code of the organizational unit.
An address specific organizational unit can be specified viaAddressPatternDTO
. If an organizational unit is specified there, it is used instead of the organizational unit specified here. May benull
.
Example value: "Sales Unit 0711
"
Maximum length:255
- Since:
- 2024/01
-
profileIdentCode
String profileIdentCode
Mandatory field
Ident code of a Compliance profile. The value must be a valid ident code for the client specified by theMatchParametersDTO.clientIdentCode
.
Example value: "DEFAULT
"
Maximum length:20
-
suppressLogging
boolean suppressLogging
Iftrue
, the address screening operation will not be logged, thus match handling in Trade Compliance Management will not be possible.
If omitted orfalse
, the address screening operation will be logged.
Default value:false
-
threshold
Integer threshold
Define the similarity threshold in percentage which should be used for screening checks.
Optionally overrides the value from the Compliance profile used.
In most cases, this value should be left empty.
When no value is submitted or the submitted value equals zero, the value from the Compliance profile will be used.
Valid values are:1
to100
.
It is recommended to choose a value between75
and85
.
Values below this range can have negative effects on performance and on the result quality.
Maximum length:3
-
userIdentification
String userIdentification
The user name to be used for logging. Purely informational.
Example value: "BEN003
"
Maximum length:100
-
-
Class de.aeb.xnsg.rex.bf.ProfileDTO
class ProfileDTO extends Object implements Serializable- serialVersionUID:
- 8946044003548135653L
-
Serialized Fields
-
identCode
String identCode
The internal identcode of the profile
Prefer using the getter/setter to accessing this field, to let the DTO convert all identCodes to upper case.
Example value: "DEFAULT
"
Maximum length:20
-
name
String name
The human-readable name of the profile
Example value: "Default
"
Maximum length:60
-
-