Class ChemicalComplianceInformationoCreateSupplierResult_Type
java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject<ObjectT>
com.sap.cloud.sdk.datamodel.odatav4.core.VdmComplex<ChemicalComplianceInformationoCreateSupplierResult_Type>
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.chemicalcomplianceinfo.ChemicalComplianceInformationoCreateSupplierResult_Type
public class ChemicalComplianceInformationoCreateSupplierResult_Type
extends VdmComplex<ChemicalComplianceInformationoCreateSupplierResult_Type>
Original complex type name from the Odata EDM: ChemicalComplianceInformationoCreateSupplierResult_Type
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionChemicalComplianceInformationoCreateSupplierResult_Type(String businessPartnerSupplier, String chemicalComplianceInfo, String supplier) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected voidConstraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 12protected ODataEntityKeygetKey()Constraints: Not nullable, Maximum length: 10getType()inthashCode()voidsetBusinessPartnerSupplier(String businessPartnerSupplier) Constraints: Not nullable, Maximum length: 10voidsetChemicalComplianceInfo(String chemicalComplianceInfo) Constraints: Not nullable, Maximum length: 12voidsetSupplier(String supplier) Constraints: Not nullable, Maximum length: 10toString()Methods 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, toMapOfNavigationProperties
-
Field Details
-
BUSINESS_PARTNER_SUPPLIER
public static final SimpleProperty.String<ChemicalComplianceInformationoCreateSupplierResult_Type> BUSINESS_PARTNER_SUPPLIER -
CHEMICAL_COMPLIANCE_INFO
public static final SimpleProperty.String<ChemicalComplianceInformationoCreateSupplierResult_Type> CHEMICAL_COMPLIANCE_INFO -
SUPPLIER
public static final SimpleProperty.String<ChemicalComplianceInformationoCreateSupplierResult_Type> SUPPLIER
-
-
Constructor Details
-
ChemicalComplianceInformationoCreateSupplierResult_Type
public ChemicalComplianceInformationoCreateSupplierResult_Type() -
ChemicalComplianceInformationoCreateSupplierResult_Type
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<ChemicalComplianceInformationoCreateSupplierResult_Type>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<ChemicalComplianceInformationoCreateSupplierResult_Type>
-
fromMap
- Overrides:
fromMapin classVdmObject<ChemicalComplianceInformationoCreateSupplierResult_Type>
-
getKey
- Overrides:
getKeyin classVdmObject<ChemicalComplianceInformationoCreateSupplierResult_Type>
-
setBusinessPartnerSupplier
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessPartnerSupplier
- Parameters:
businessPartnerSupplier- The businessPartnerSupplier to set.
-
setChemicalComplianceInfo
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: ChemicalComplianceInfo
- Parameters:
chemicalComplianceInfo- The chemicalComplianceInfo to set.
-
setSupplier
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Supplier
- Parameters:
supplier- The supplier to set.
-
builder
@Nonnull public static ChemicalComplianceInformationoCreateSupplierResult_Type.ChemicalComplianceInformationoCreateSupplierResult_TypeBuilder builder() -
getBusinessPartnerSupplier
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessPartnerSupplier
- Returns:
- The businessPartnerSupplier contained in this
VdmComplex.
-
getChemicalComplianceInfo
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: ChemicalComplianceInfo
- Returns:
- The chemicalComplianceInfo contained in this
VdmComplex.
-
getSupplier
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Supplier
- Returns:
- The supplier contained in this
VdmComplex.
-
toString
- Overrides:
toStringin classVdmObject<ChemicalComplianceInformationoCreateSupplierResult_Type>
-
equals
- Overrides:
equalsin classVdmObject<ChemicalComplianceInformationoCreateSupplierResult_Type>
-
canEqual
- Overrides:
canEqualin classVdmObject<ChemicalComplianceInformationoCreateSupplierResult_Type>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmObject<ChemicalComplianceInformationoCreateSupplierResult_Type>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<ChemicalComplianceInformationoCreateSupplierResult_Type>
-