Class CharcAttribSeldCodeSet
Original entity name from the Odata EDM: A_CharcAttribSeldCodeSetType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CharcAttribSeldCodeSetSelectableSelector for all available fields of CharcAttribSeldCodeSet.static final CharcAttribSeldCodeSetField<String>Use with available fluent helpers to apply the CharcAttribSeldSetCreatedBy field to query operations.static final CharcAttribSeldCodeSetField<LocalDateTime>Use with available fluent helpers to apply the CharcAttribSeldSetCrtedOn field to query operations.static final CharcAttribSeldCodeSetField<String>Use with available fluent helpers to apply the CharcAttribSeldSetLastChgdBy field to query operations.static final CharcAttribSeldCodeSetField<LocalDateTime>Use with available fluent helpers to apply the CharcAttribSeldSetLastChgdOn field to query operations.static final CharcAttribSeldCodeSetField<String>Use with available fluent helpers to apply the InspectionSelectedSetStatus field to query operations.static final CharcAttribSeldCodeSetField<String>Use with available fluent helpers to apply the SelectedCodeSet field to query operations.static final CharcAttribSeldCodeSetField<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
ConstructorsConstructorDescriptionCharcAttribSeldCodeSet(String selectedCodeSetPlant, String selectedCodeSet, String inspectionSelectedSetStatus, String charcAttribSeldSetCreatedBy, LocalDateTime charcAttribSeldSetCrtedOn, String charcAttribSeldSetLastChgdBy, LocalDateTime charcAttribSeldSetLastChgdOn) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
CharcAttribSeldCodeSetField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> CharcAttribSeldCodeSetField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidConstraints: Not nullable, Maximum length: 12Constraints: Not nullable, Precision: 0Constraints: Not nullable, Maximum length: 12Constraints: Not nullable, Precision: 0protected Stringprotected StringConstraints: Not nullable, Maximum length: 1getKey()(Key Field) Constraints: Not nullable, Maximum length: 8(Key Field) Constraints: Not nullable, Maximum length: 4getType()inthashCode()voidsetCharcAttribSeldSetCreatedBy(String charcAttribSeldSetCreatedBy) Constraints: Not nullable, Maximum length: 12voidsetCharcAttribSeldSetCrtedOn(LocalDateTime charcAttribSeldSetCrtedOn) Constraints: Not nullable, Precision: 0voidsetCharcAttribSeldSetLastChgdBy(String charcAttribSeldSetLastChgdBy) Constraints: Not nullable, Maximum length: 12voidsetCharcAttribSeldSetLastChgdOn(LocalDateTime charcAttribSeldSetLastChgdOn) Constraints: Not nullable, Precision: 0voidsetInspectionSelectedSetStatus(String inspectionSelectedSetStatus) Constraints: Not nullable, Maximum length: 1voidsetSelectedCodeSet(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 CharcAttribSeldCodeSet. -
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. -
INSPECTION_SELECTED_SET_STATUS
Use with available fluent helpers to apply the InspectionSelectedSetStatus field to query operations. -
CHARC_ATTRIB_SELD_SET_CREATED_BY
Use with available fluent helpers to apply the CharcAttribSeldSetCreatedBy field to query operations. -
CHARC_ATTRIB_SELD_SET_CRTED_ON
Use with available fluent helpers to apply the CharcAttribSeldSetCrtedOn field to query operations. -
CHARC_ATTRIB_SELD_SET_LAST_CHGD_BY
Use with available fluent helpers to apply the CharcAttribSeldSetLastChgdBy field to query operations. -
CHARC_ATTRIB_SELD_SET_LAST_CHGD_ON
Use with available fluent helpers to apply the CharcAttribSeldSetLastChgdOn field to query operations.
-
-
Constructor Details
-
CharcAttribSeldCodeSet
public CharcAttribSeldCodeSet() -
CharcAttribSeldCodeSet
public CharcAttribSeldCodeSet(@Nullable String selectedCodeSetPlant, @Nullable String selectedCodeSet, @Nullable String inspectionSelectedSetStatus, @Nullable String charcAttribSeldSetCreatedBy, @Nullable LocalDateTime charcAttribSeldSetCrtedOn, @Nullable String charcAttribSeldSetLastChgdBy, @Nullable LocalDateTime charcAttribSeldSetLastChgdOn)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<CharcAttribSeldCodeSet>
-
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
-
setInspectionSelectedSetStatus
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: InspectionSelectedSetStatus
- Parameters:
inspectionSelectedSetStatus- Status of Master Record
-
setCharcAttribSeldSetCreatedBy
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CharcAttribSeldSetCreatedBy
- Parameters:
charcAttribSeldSetCreatedBy- Name of User Who Created the Data Record
-
setCharcAttribSeldSetCrtedOn
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CharcAttribSeldSetCrtedOn
- Parameters:
charcAttribSeldSetCrtedOn- System Date on Which Data Record Was Created
-
setCharcAttribSeldSetLastChgdBy
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CharcAttribSeldSetLastChgdBy
- Parameters:
charcAttribSeldSetLastChgdBy- Name of User Who Last Changed Data Record
-
setCharcAttribSeldSetLastChgdOn
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CharcAttribSeldSetLastChgdOn
- Parameters:
charcAttribSeldSetLastChgdOn- System Date on Which Data Record Was Changed
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<CharcAttribSeldCodeSet>
-
getKey
- Overrides:
getKeyin classVdmObject<CharcAttribSeldCodeSet>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<CharcAttribSeldCodeSet>
-
fromMap
- Overrides:
fromMapin classVdmObject<CharcAttribSeldCodeSet>
-
field
@Nonnull public static <T> CharcAttribSeldCodeSetField<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> CharcAttribSeldCodeSetField<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<CharcAttribSeldCodeSet>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<CharcAttribSeldCodeSet>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<CharcAttribSeldCodeSet>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<CharcAttribSeldCodeSet>
-
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
-
getInspectionSelectedSetStatus
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: InspectionSelectedSetStatus
- Returns:
- Status of Master Record
-
getCharcAttribSeldSetCreatedBy
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CharcAttribSeldSetCreatedBy
- Returns:
- Name of User Who Created the Data Record
-
getCharcAttribSeldSetCrtedOn
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CharcAttribSeldSetCrtedOn
- Returns:
- System Date on Which Data Record Was Created
-
getCharcAttribSeldSetLastChgdBy
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CharcAttribSeldSetLastChgdBy
- Returns:
- Name of User Who Last Changed Data Record
-
getCharcAttribSeldSetLastChgdOn
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CharcAttribSeldSetLastChgdOn
- Returns:
- System Date on Which Data Record Was Changed
-
toString
- Overrides:
toStringin classVdmObject<CharcAttribSeldCodeSet>
-
equals
- Overrides:
equalsin classVdmEntity<CharcAttribSeldCodeSet>
-
canEqual
- Overrides:
canEqualin classVdmEntity<CharcAttribSeldCodeSet>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<CharcAttribSeldCodeSet>
-