public static class SpecIdentifier.SpecIdentifierBuilder extends Object
Modifier and Type | Method and Description |
---|---|
SpecIdentifier |
build() |
SpecIdentifier.SpecIdentifierBuilder |
specIdfgDescCategory(String specIdfgDescCategory)
Constraints: Not nullable, Maximum length: 10
|
SpecIdentifier.SpecIdentifierBuilder |
specIdfgDescChangeState(String specIdfgDescChangeState)
(Key Field) Constraints: Not nullable, Maximum length: 20
|
SpecIdentifier.SpecIdentifierBuilder |
specIdfgDescCreatedByUser(String specIdfgDescCreatedByUser)
Constraints: Not nullable, Maximum length: 12
|
SpecIdentifier.SpecIdentifierBuilder |
specIdfgDescCreationDate(String specIdfgDescCreationDate)
Constraints: Not nullable, Maximum length: 12
|
SpecIdentifier.SpecIdentifierBuilder |
specIdfgDescInternalID(String specIdfgDescInternalID)
(Key Field) Constraints: Not nullable, Maximum length: 20
|
SpecIdentifier.SpecIdentifierBuilder |
specIdfgDescIsDeleted(Boolean specIdfgDescIsDeleted)
Constraints: none
|
SpecIdentifier.SpecIdentifierBuilder |
specIdfgDescLanguage(String specIdfgDescLanguage)
Constraints: Not nullable, Maximum length: 2
|
SpecIdentifier.SpecIdentifierBuilder |
specIdfgDescLastChangeDate(LocalDateTime specIdfgDescLastChangeDate)
Constraints: Not nullable, Precision: 0
|
SpecIdentifier.SpecIdentifierBuilder |
specIdfgDescLastChangedByUser(String specIdfgDescLastChangedByUser)
Constraints: Not nullable, Maximum length: 12
|
SpecIdentifier.SpecIdentifierBuilder |
specIdfgDescSortSequence(String specIdfgDescSortSequence)
Constraints: Not nullable, Maximum length: 4
|
SpecIdentifier.SpecIdentifierBuilder |
specIdfgDescText(String specIdfgDescText)
Constraints: Not nullable, Maximum length: 132
|
SpecIdentifier.SpecIdentifierBuilder |
specIdfgDescType(String specIdfgDescType)
Constraints: Not nullable, Maximum length: 10
|
SpecIdentifier.SpecIdentifierBuilder |
specificationAuthznGroup(String specificationAuthznGroup)
Constraints: Not nullable, Maximum length: 10
|
SpecIdentifier.SpecIdentifierBuilder |
specificationInternalID(String specificationInternalID)
Constraints: Not nullable, Maximum length: 20
|
SpecIdentifier.SpecIdentifierBuilder |
specificationType(String specificationType)
Constraints: Not nullable, Maximum length: 10
|
String |
toString() |
@Nonnull public SpecIdentifier.SpecIdentifierBuilder specIdfgDescInternalID(@Nullable String specIdfgDescInternalID)
Original property name from the Odata EDM: SpecIdfgDescInternalID
Each table with master data contains this data element. The system uses this data element to assign a unique number to a data record when it is created.
this
.@Nonnull public SpecIdentifier.SpecIdentifierBuilder specIdfgDescChangeState(@Nullable String specIdfgDescChangeState)
Original property name from the Odata EDM: SpecIdfgDescChangeState
Each master data item contains the serial number of the change state in its primary key. This field logs the changes within a data record.If you create a data record, it is assigned the number 1. This number is incremented each time the data record is changed. The number ensures that is not necessary to copy all existing information when you change a data record.
this
.@Nonnull public SpecIdentifier.SpecIdentifierBuilder specificationInternalID(@Nullable String specificationInternalID)
Original property name from the Odata EDM: SpecificationInternalID
Each table with master data contains this data element. The system uses this data element to assign a unique number to a data record when it is created.
this
.@Nonnull public SpecIdentifier.SpecIdentifierBuilder specIdfgDescIsDeleted(@Nullable Boolean specIdfgDescIsDeleted)
Original property name from the Odata EDM: SpecIdfgDescIsDeleted
During the next reorganization run, the data record is deleted from the database.
this
.@Nonnull public SpecIdentifier.SpecIdentifierBuilder specIdfgDescCreatedByUser(@Nullable String specIdfgDescCreatedByUser)
Original property name from the Odata EDM: SpecIdfgDescCreatedByUser
this
.@Nonnull public SpecIdentifier.SpecIdentifierBuilder specIdfgDescCreationDate(@Nullable String specIdfgDescCreationDate)
Original property name from the Odata EDM: SpecIdfgDescCreationDate
this
.@Nonnull public SpecIdentifier.SpecIdentifierBuilder specIdfgDescLastChangedByUser(@Nullable String specIdfgDescLastChangedByUser)
Original property name from the Odata EDM: SpecIdfgDescLastChangedByUser
this
.@Nonnull public SpecIdentifier.SpecIdentifierBuilder specIdfgDescLastChangeDate(@Nullable LocalDateTime specIdfgDescLastChangeDate)
Original property name from the Odata EDM: SpecIdfgDescLastChangeDate
this
.@Nonnull public SpecIdentifier.SpecIdentifierBuilder specIdfgDescSortSequence(@Nullable String specIdfgDescSortSequence)
Original property name from the Odata EDM: SpecIdfgDescSortSequence
way, you can display more important information first.this
.@Nonnull public SpecIdentifier.SpecIdentifierBuilder specIdfgDescCategory(@Nullable String specIdfgDescCategory)
Original property name from the Odata EDM: SpecIdfgDescCategory
A unique identification is made up of the identification category and identification type.Category: Type:Name IUPAC nameSynonymTrivial nameProper shipping name
this
.@Nonnull public SpecIdentifier.SpecIdentifierBuilder specIdfgDescType(@Nullable String specIdfgDescType)
Original property name from the Odata EDM: SpecIdfgDescType
this
.@Nonnull public SpecIdentifier.SpecIdentifierBuilder specIdfgDescLanguage(@Nullable String specIdfgDescLanguage)
Original property name from the Odata EDM: SpecIdfgDescLanguage
this
.@Nonnull public SpecIdentifier.SpecIdentifierBuilder specIdfgDescText(@Nullable String specIdfgDescText)
Original property name from the Odata EDM: SpecIdfgDescText
The identification is determined by the identification category and the identification type.
this
.@Nonnull public SpecIdentifier.SpecIdentifierBuilder specificationAuthznGroup(@Nullable String specificationAuthznGroup)
Original property name from the Odata EDM: SpecificationAuthznGroup
this
.@Nonnull public SpecIdentifier.SpecIdentifierBuilder specificationType(@Nullable String specificationType)
Original property name from the Odata EDM: SpecificationType
this
.@Nonnull public SpecIdentifier build()
Copyright © 2020 SAP SE. All rights reserved.