Class SupplierListCompanyCode
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: SupplierListCompanyCode_Type
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHelper class to allow for fluent creation of SupplierListCompanyCode instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleProperty<SupplierListCompanyCode>Selector for all available fields of SupplierListCompanyCode.static final SimpleProperty.String<SupplierListCompanyCode>static final SimpleProperty.Guid<SupplierListCompanyCode>static final SimpleProperty.Boolean<SupplierListCompanyCode>static final SimpleProperty.String<SupplierListCompanyCode>static final SimpleProperty.Guid<SupplierListCompanyCode>static final NavigationProperty.Single<SupplierListCompanyCode,SupplierList> Use with available request builders to apply the _SupplierListTP 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
ConstructorsConstructorDescriptionSupplierListCompanyCode(UUID companyCodeUUID, String companyCode, UUID supplierListUUID, Boolean isDeleted, String suplrListCoCodeProposalAction, SupplierList to_SupplierListTP) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected voidConstraints: Not nullable, Maximum length: 4(Key Field) Constraints: Not nullableprotected Stringprotected StringConstraints: Not nullableprotected ODataEntityKeygetKey()Constraints: Not nullable, Maximum length: 1io.vavr.control.Option<SupplierList>Retrieval of associated SupplierList entity (one to one).Constraints: Not nullablegetType()inthashCode()voidsetCompanyCode(String companyCode) Constraints: Not nullable, Maximum length: 4voidsetCompanyCodeUUID(UUID companyCodeUUID) (Key Field) Constraints: Not nullablevoidsetIsDeleted(Boolean isDeleted) Constraints: Not nullablevoidsetSuplrListCoCodeProposalAction(String suplrListCoCodeProposalAction) Constraints: Not nullable, Maximum length: 1voidsetSupplierListTP(SupplierList value) Overwrites the associated SupplierList entity for the loaded navigation property _SupplierListTP.voidsetSupplierListUUID(UUID supplierListUUID) 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 SupplierListCompanyCode. -
COMPANY_CODE_UUID
-
COMPANY_CODE
-
SUPPLIER_LIST_UUID
-
IS_DELETED
-
SUPLR_LIST_CO_CODE_PROPOSAL_ACTION
public static final SimpleProperty.String<SupplierListCompanyCode> SUPLR_LIST_CO_CODE_PROPOSAL_ACTION -
TO__SUPPLIER_LIST_TP
public static final NavigationProperty.Single<SupplierListCompanyCode,SupplierList> TO__SUPPLIER_LIST_TPUse with available request builders to apply the _SupplierListTP navigation property to query operations.
-
-
Constructor Details
-
SupplierListCompanyCode
public SupplierListCompanyCode() -
SupplierListCompanyCode
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<SupplierListCompanyCode>
-
setCompanyCodeUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: CompanyCodeUUID
- Parameters:
companyCodeUUID- Company Code UUID
-
setCompanyCode
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Parameters:
companyCode- Company Code
-
setSupplierListUUID
Constraints: Not nullableOriginal property name from the Odata EDM: SupplierListUUID
- Parameters:
supplierListUUID- Supplier List UUID
-
setIsDeleted
Constraints: Not nullableOriginal property name from the Odata EDM: IsDeleted
- Parameters:
isDeleted- “Is Deleted” Indicator
-
setSuplrListCoCodeProposalAction
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: SuplrListCoCodeProposalAction
- Parameters:
suplrListCoCodeProposalAction- Company Code Proposal Action
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<SupplierListCompanyCode>
-
getKey
- Overrides:
getKeyin classVdmObject<SupplierListCompanyCode>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<SupplierListCompanyCode>
-
fromMap
- Overrides:
fromMapin classVdmObject<SupplierListCompanyCode>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<SupplierListCompanyCode>
-
getSupplierListTPIfPresent
Retrieval of associated SupplierList entity (one to one). This corresponds to the OData navigation property _SupplierListTP.If the navigation property for an entity SupplierListCompanyCode 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 _SupplierListTP is already loaded, the result will
contain the SupplierList entity. If not, an
Optionwith result stateemptyis returned.
-
setSupplierListTP
Overwrites the associated SupplierList entity for the loaded navigation property _SupplierListTP.- Parameters:
value- New SupplierList entity.
-
builder
-
getCompanyCodeUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: CompanyCodeUUID
- Returns:
- Company Code UUID
-
getCompanyCode
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Returns:
- Company Code
-
getSupplierListUUID
Constraints: Not nullableOriginal property name from the Odata EDM: SupplierListUUID
- Returns:
- Supplier List UUID
-
getIsDeleted
Constraints: Not nullableOriginal property name from the Odata EDM: IsDeleted
- Returns:
- “Is Deleted” Indicator
-
getSuplrListCoCodeProposalAction
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: SuplrListCoCodeProposalAction
- Returns:
- Company Code Proposal Action
-
toString
- Overrides:
toStringin classVdmObject<SupplierListCompanyCode>
-
equals
- Overrides:
equalsin classVdmEntity<SupplierListCompanyCode>
-
canEqual
- Overrides:
canEqualin classVdmEntity<SupplierListCompanyCode>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<SupplierListCompanyCode>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<SupplierListCompanyCode>
-