Class CharcAttribSeldSetCode
Original entity name from the Odata EDM: A_CharcAttribSeldSetCodeType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CharcAttribSeldSetCodeSelectableSelector for all available fields of CharcAttribSeldSetCode.static final CharcAttribSeldSetCodeField<String>Use with available fluent helpers to apply the CharacteristicAttributeCode field to query operations.static final CharcAttribSeldSetCodeField<String>Use with available fluent helpers to apply the CharacteristicAttributeCodeGrp field to query operations.static final CharcAttribSeldSetCodeField<String>Use with available fluent helpers to apply the CharcAttribSeldSetCodeChgdBy field to query operations.static final CharcAttribSeldSetCodeField<LocalDateTime>Use with available fluent helpers to apply the CharcAttribSeldSetCodeChgdOn field to query operations.static final CharcAttribSeldSetCodeField<String>Use with available fluent helpers to apply the CharcAttribSeldSetCodeCrtedBy field to query operations.static final CharcAttribSeldSetCodeField<LocalDateTime>Use with available fluent helpers to apply the CharcAttribSeldSetCodeCrtedOn field to query operations.static final CharcAttribSeldSetCodeField<String>Use with available fluent helpers to apply the CharcAttributeValuation field to query operations.static final CharcAttribSeldSetCodeField<String>Use with available fluent helpers to apply the DefectClass field to query operations.static final CharcAttribSeldSetCodeField<String>Use with available fluent helpers to apply the SelectedCodeSet field to query operations.static final CharcAttribSeldSetCodeField<String>Use with available fluent helpers to apply the SelectedCodeSetPlant field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionCharcAttribSeldSetCode(String selectedCodeSetPlant, String selectedCodeSet, String characteristicAttributeCodeGrp, String characteristicAttributeCode, String charcAttributeValuation, String defectClass, String charcAttribSeldSetCodeCrtedBy, LocalDateTime charcAttribSeldSetCodeCrtedOn, String charcAttribSeldSetCodeChgdBy, LocalDateTime charcAttribSeldSetCodeChgdOn) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
CharcAttribSeldSetCodeField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> CharcAttribSeldSetCodeField<T>Use with available fluent helpers to apply an extension field to query operations.protected void(Key Field) Constraints: Not nullable, Maximum length: 4(Key Field) Constraints: Not nullable, Maximum length: 8Constraints: Not nullable, Maximum length: 12Constraints: Not nullable, Precision: 0Constraints: Not nullable, Maximum length: 12Constraints: Not nullable, Precision: 0Constraints: Not nullable, Maximum length: 1protected StringConstraints: Not nullable, Maximum length: 2protected StringgetKey()(Key Field) Constraints: Not nullable, Maximum length: 8(Key Field) Constraints: Not nullable, Maximum length: 4getType()inthashCode()voidsetCharacteristicAttributeCode(String characteristicAttributeCode) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetCharacteristicAttributeCodeGrp(String characteristicAttributeCodeGrp) (Key Field) Constraints: Not nullable, Maximum length: 8voidsetCharcAttribSeldSetCodeChgdBy(String charcAttribSeldSetCodeChgdBy) Constraints: Not nullable, Maximum length: 12voidsetCharcAttribSeldSetCodeChgdOn(LocalDateTime charcAttribSeldSetCodeChgdOn) Constraints: Not nullable, Precision: 0voidsetCharcAttribSeldSetCodeCrtedBy(String charcAttribSeldSetCodeCrtedBy) Constraints: Not nullable, Maximum length: 12voidsetCharcAttribSeldSetCodeCrtedOn(LocalDateTime charcAttribSeldSetCodeCrtedOn) Constraints: Not nullable, Precision: 0voidsetCharcAttributeValuation(String charcAttributeValuation) Constraints: Not nullable, Maximum length: 1voidsetDefectClass(String defectClass) Constraints: Not nullable, Maximum length: 2voidsetSelectedCodeSet(String selectedCodeSet) (Key Field) Constraints: Not nullable, Maximum length: 8voidsetSelectedCodeSetPlant(String selectedCodeSetPlant) (Key Field) Constraints: Not nullable, Maximum length: 4protected voidsetServicePathForFetch(String servicePathForFetch) toString()Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
fetchFieldAsList, fetchFieldAsSingle, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
-
Field Details
-
ALL_FIELDS
Selector for all available fields of CharcAttribSeldSetCode. -
SELECTED_CODE_SET_PLANT
Use with available fluent helpers to apply the SelectedCodeSetPlant field to query operations. -
SELECTED_CODE_SET
Use with available fluent helpers to apply the SelectedCodeSet field to query operations. -
CHARACTERISTIC_ATTRIBUTE_CODE_GRP
Use with available fluent helpers to apply the CharacteristicAttributeCodeGrp field to query operations. -
CHARACTERISTIC_ATTRIBUTE_CODE
Use with available fluent helpers to apply the CharacteristicAttributeCode field to query operations. -
CHARC_ATTRIBUTE_VALUATION
Use with available fluent helpers to apply the CharcAttributeValuation field to query operations. -
DEFECT_CLASS
Use with available fluent helpers to apply the DefectClass field to query operations. -
CHARC_ATTRIB_SELD_SET_CODE_CRTED_BY
Use with available fluent helpers to apply the CharcAttribSeldSetCodeCrtedBy field to query operations. -
CHARC_ATTRIB_SELD_SET_CODE_CRTED_ON
Use with available fluent helpers to apply the CharcAttribSeldSetCodeCrtedOn field to query operations. -
CHARC_ATTRIB_SELD_SET_CODE_CHGD_BY
Use with available fluent helpers to apply the CharcAttribSeldSetCodeChgdBy field to query operations. -
CHARC_ATTRIB_SELD_SET_CODE_CHGD_ON
Use with available fluent helpers to apply the CharcAttribSeldSetCodeChgdOn field to query operations.
-
-
Constructor Details
-
CharcAttribSeldSetCode
public CharcAttribSeldSetCode() -
CharcAttribSeldSetCode
public CharcAttribSeldSetCode(@Nullable String selectedCodeSetPlant, @Nullable String selectedCodeSet, @Nullable String characteristicAttributeCodeGrp, @Nullable String characteristicAttributeCode, @Nullable String charcAttributeValuation, @Nullable String defectClass, @Nullable String charcAttribSeldSetCodeCrtedBy, @Nullable LocalDateTime charcAttribSeldSetCodeCrtedOn, @Nullable String charcAttribSeldSetCodeChgdBy, @Nullable LocalDateTime charcAttribSeldSetCodeChgdOn)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<CharcAttribSeldSetCode>
-
setSelectedCodeSetPlant
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: SelectedCodeSetPlant
- Parameters:
selectedCodeSetPlant- Plant
-
setSelectedCodeSet
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: SelectedCodeSet
- Parameters:
selectedCodeSet- Selected Set
-
setCharacteristicAttributeCodeGrp
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: CharacteristicAttributeCodeGrp
- Parameters:
characteristicAttributeCodeGrp- Code Group
-
setCharacteristicAttributeCode
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CharacteristicAttributeCode
- Parameters:
characteristicAttributeCode- Code
-
setCharcAttributeValuation
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: CharcAttributeValuation
- Parameters:
charcAttributeValuation- Code Valuation
-
setDefectClass
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: DefectClass
- Parameters:
defectClass- Defect Class
-
setCharcAttribSeldSetCodeCrtedBy
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CharcAttribSeldSetCodeCrtedBy
- Parameters:
charcAttribSeldSetCodeCrtedBy- Name of User Who Created the Data Record
-
setCharcAttribSeldSetCodeCrtedOn
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CharcAttribSeldSetCodeCrtedOn
- Parameters:
charcAttribSeldSetCodeCrtedOn- System Date on Which Data Record Was Created
-
setCharcAttribSeldSetCodeChgdBy
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CharcAttribSeldSetCodeChgdBy
- Parameters:
charcAttribSeldSetCodeChgdBy- Name of User Who Last Changed Data Record
-
setCharcAttribSeldSetCodeChgdOn
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CharcAttribSeldSetCodeChgdOn
- Parameters:
charcAttribSeldSetCodeChgdOn- System Date on Which Data Record Was Changed
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<CharcAttribSeldSetCode>
-
getKey
- Overrides:
getKeyin classVdmObject<CharcAttribSeldSetCode>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<CharcAttribSeldSetCode>
-
fromMap
- Overrides:
fromMapin classVdmObject<CharcAttribSeldSetCode>
-
field
@Nonnull public static <T> CharcAttribSeldSetCodeField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.- Parameters:
fieldName- The name of the extension field as returned by the OData service.fieldType- The Java type to use for the extension field when performing value comparisons.- Returns:
- A representation of an extension field from this entity.
-
field
@Nonnull public static <T,DomainT> CharcAttribSeldSetCodeField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.DomainT- The type of the extension field as returned by the OData service.- Parameters:
typeConverter- A TypeConverter<T, DomainT> instance whose first generic type matches the Java type of the fieldfieldName- The name of the extension field as returned by the OData service.- Returns:
- A representation of an extension field from this entity, holding a reference to the given TypeConverter.
-
getDestinationForFetch
- Overrides:
getDestinationForFetchin classVdmEntity<CharcAttribSeldSetCode>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<CharcAttribSeldSetCode>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<CharcAttribSeldSetCode>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<CharcAttribSeldSetCode>
-
builder
-
getSelectedCodeSetPlant
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: SelectedCodeSetPlant
- Returns:
- Plant
-
getSelectedCodeSet
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: SelectedCodeSet
- Returns:
- Selected Set
-
getCharacteristicAttributeCodeGrp
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: CharacteristicAttributeCodeGrp
- Returns:
- Code Group
-
getCharacteristicAttributeCode
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CharacteristicAttributeCode
- Returns:
- Code
-
getCharcAttributeValuation
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: CharcAttributeValuation
- Returns:
- Code Valuation
-
getDefectClass
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: DefectClass
- Returns:
- Defect Class
-
getCharcAttribSeldSetCodeCrtedBy
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CharcAttribSeldSetCodeCrtedBy
- Returns:
- Name of User Who Created the Data Record
-
getCharcAttribSeldSetCodeCrtedOn
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CharcAttribSeldSetCodeCrtedOn
- Returns:
- System Date on Which Data Record Was Created
-
getCharcAttribSeldSetCodeChgdBy
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CharcAttribSeldSetCodeChgdBy
- Returns:
- Name of User Who Last Changed Data Record
-
getCharcAttribSeldSetCodeChgdOn
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CharcAttribSeldSetCodeChgdOn
- Returns:
- System Date on Which Data Record Was Changed
-
toString
- Overrides:
toStringin classVdmObject<CharcAttribSeldSetCode>
-
equals
- Overrides:
equalsin classVdmEntity<CharcAttribSeldSetCode>
-
canEqual
- Overrides:
canEqualin classVdmEntity<CharcAttribSeldSetCode>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<CharcAttribSeldSetCode>
-