Class VarConfignCharacGroupAllocation
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: VarConfignCharacGroupAllocation_Type
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHelper class to allow for fluent creation of VarConfignCharacGroupAllocation instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleProperty<VarConfignCharacGroupAllocation>Selector for all available fields of VarConfignCharacGroupAllocation.static final SimpleProperty.String<VarConfignCharacGroupAllocation>static final SimpleProperty.String<VarConfignCharacGroupAllocation>static final SimpleProperty.String<VarConfignCharacGroupAllocation>static final SimpleProperty.String<VarConfignCharacGroupAllocation>static final SimpleProperty.String<VarConfignCharacGroupAllocation>static final SimpleProperty.DateTime<VarConfignCharacGroupAllocation>static final SimpleProperty.DateTime<VarConfignCharacGroupAllocation>static final SimpleProperty.String<VarConfignCharacGroupAllocation>static final SimpleProperty.NumericInteger<VarConfignCharacGroupAllocation>static final NavigationProperty.Single<VarConfignCharacGroupAllocation,VarConfignCharacteristicGroup> Use with available request builders to apply the _Group navigation property to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionVarConfignCharacGroupAllocation(String confignCharacteristicGroup, String changeNumber, String charcInternalID, Integer sortingNumber, String characteristic, String createdByUser, OffsetDateTime creationDateTime, String lastChangedByUser, OffsetDateTime lastChangeDateTime, VarConfignCharacteristicGroup to_Group) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected void(Key Field) Constraints: Not nullable, Maximum length: 12Constraints: Not nullable, Maximum length: 30(Key Field) Constraints: Not nullable, Maximum length: 10(Key Field) Constraints: Not nullable, Maximum length: 30Constraints: Not nullable, Maximum length: 12Constraints: Nullable, Precision: 7protected Stringprotected Stringio.vavr.control.Option<VarConfignCharacteristicGroup>Retrieval of associated VarConfignCharacteristicGroup entity (one to one).protected ODataEntityKeygetKey()Constraints: Nullable, Precision: 7Constraints: Not nullable, Maximum length: 12Constraints: Not nullablegetType()inthashCode()voidsetChangeNumber(String changeNumber) (Key Field) Constraints: Not nullable, Maximum length: 12voidsetCharacteristic(String characteristic) Constraints: Not nullable, Maximum length: 30voidsetCharcInternalID(String charcInternalID) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetConfignCharacteristicGroup(String confignCharacteristicGroup) (Key Field) Constraints: Not nullable, Maximum length: 30voidsetCreatedByUser(String createdByUser) Constraints: Not nullable, Maximum length: 12voidsetCreationDateTime(OffsetDateTime creationDateTime) Constraints: Nullable, Precision: 7voidOverwrites the associated VarConfignCharacteristicGroup entity for the loaded navigation property _Group.voidsetLastChangeDateTime(OffsetDateTime lastChangeDateTime) Constraints: Nullable, Precision: 7voidsetLastChangedByUser(String lastChangedByUser) Constraints: Not nullable, Maximum length: 12voidsetSortingNumber(Integer sortingNumber) Constraints: Not nullabletoString()Methods inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity
all, attachToService, getDestinationForFetch, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setServicePathForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
getAnnotationProperties, getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
-
Field Details
-
ALL_FIELDS
Selector for all available fields of VarConfignCharacGroupAllocation. -
CONFIGN_CHARACTERISTIC_GROUP
public static final SimpleProperty.String<VarConfignCharacGroupAllocation> CONFIGN_CHARACTERISTIC_GROUP -
CHANGE_NUMBER
-
CHARC_INTERNAL_ID
-
SORTING_NUMBER
-
CHARACTERISTIC
-
CREATED_BY_USER
-
CREATION_DATE_TIME
-
LAST_CHANGED_BY_USER
-
LAST_CHANGE_DATE_TIME
-
TO__GROUP
public static final NavigationProperty.Single<VarConfignCharacGroupAllocation,VarConfignCharacteristicGroup> TO__GROUPUse with available request builders to apply the _Group navigation property to query operations.
-
-
Constructor Details
-
VarConfignCharacGroupAllocation
public VarConfignCharacGroupAllocation() -
VarConfignCharacGroupAllocation
public VarConfignCharacGroupAllocation(@Nullable String confignCharacteristicGroup, @Nullable String changeNumber, @Nullable String charcInternalID, @Nullable Integer sortingNumber, @Nullable String characteristic, @Nullable String createdByUser, @Nullable OffsetDateTime creationDateTime, @Nullable String lastChangedByUser, @Nullable OffsetDateTime lastChangeDateTime, @Nullable VarConfignCharacteristicGroup to_Group)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<VarConfignCharacGroupAllocation>
-
setConfignCharacteristicGroup
(Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: ConfignCharacteristicGroup
- Parameters:
confignCharacteristicGroup- Key for Group of Characteristics
-
setChangeNumber
(Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: ChangeNumber
- Parameters:
changeNumber- Change Number
-
setCharcInternalID
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: CharcInternalID
- Parameters:
charcInternalID- Internal Characteristic ID
-
setSortingNumber
Constraints: Not nullableOriginal property name from the Odata EDM: SortingNumber
- Parameters:
sortingNumber- Sort Key for Characteristic
-
setCharacteristic
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: Characteristic
- Parameters:
characteristic- Characteristic Name
-
setCreatedByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CreatedByUser
- Parameters:
createdByUser- Name of Person Responsible for Creating the Object
-
setCreationDateTime
Constraints: Nullable, Precision: 7Original property name from the Odata EDM: CreationDateTime
- Parameters:
creationDateTime- Creation Date
-
setLastChangedByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: LastChangedByUser
- Parameters:
lastChangedByUser- Name of Person Who Changed Object
-
setLastChangeDateTime
Constraints: Nullable, Precision: 7Original property name from the Odata EDM: LastChangeDateTime
- Parameters:
lastChangeDateTime- Last Changed On
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<VarConfignCharacGroupAllocation>
-
getKey
- Overrides:
getKeyin classVdmObject<VarConfignCharacGroupAllocation>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<VarConfignCharacGroupAllocation>
-
fromMap
- Overrides:
fromMapin classVdmObject<VarConfignCharacGroupAllocation>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<VarConfignCharacGroupAllocation>
-
getGroupIfPresent
Retrieval of associated VarConfignCharacteristicGroup entity (one to one). This corresponds to the OData navigation property _Group.If the navigation property for an entity VarConfignCharacGroupAllocation has not been resolved yet, this method will not query further information. Instead its
Optionresult state will beempty.- Returns:
- If the information for navigation property _Group is already loaded, the result will contain the
VarConfignCharacteristicGroup entity. If not, an
Optionwith result stateemptyis returned.
-
setGroup
Overwrites the associated VarConfignCharacteristicGroup entity for the loaded navigation property _Group.- Parameters:
value- New VarConfignCharacteristicGroup entity.
-
builder
@Nonnull public static VarConfignCharacGroupAllocation.VarConfignCharacGroupAllocationBuilder builder() -
getConfignCharacteristicGroup
(Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: ConfignCharacteristicGroup
- Returns:
- Key for Group of Characteristics
-
getChangeNumber
(Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: ChangeNumber
- Returns:
- Change Number
-
getCharcInternalID
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: CharcInternalID
- Returns:
- Internal Characteristic ID
-
getSortingNumber
Constraints: Not nullableOriginal property name from the Odata EDM: SortingNumber
- Returns:
- Sort Key for Characteristic
-
getCharacteristic
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: Characteristic
- Returns:
- Characteristic Name
-
getCreatedByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CreatedByUser
- Returns:
- Name of Person Responsible for Creating the Object
-
getCreationDateTime
Constraints: Nullable, Precision: 7Original property name from the Odata EDM: CreationDateTime
- Returns:
- Creation Date
-
getLastChangedByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: LastChangedByUser
- Returns:
- Name of Person Who Changed Object
-
getLastChangeDateTime
Constraints: Nullable, Precision: 7Original property name from the Odata EDM: LastChangeDateTime
- Returns:
- Last Changed On
-
toString
- Overrides:
toStringin classVdmObject<VarConfignCharacGroupAllocation>
-
equals
- Overrides:
equalsin classVdmEntity<VarConfignCharacGroupAllocation>
-
canEqual
- Overrides:
canEqualin classVdmEntity<VarConfignCharacGroupAllocation>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<VarConfignCharacGroupAllocation>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<VarConfignCharacGroupAllocation>
-