Class D_PRAIntMktgRateUpdtDetP
Original complex type name from the Odata EDM: D_PRAIntMktgRateUpdtDetP
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleProperty.String<D_PRAIntMktgRateUpdtDetP>static final SimpleProperty.String<D_PRAIntMktgRateUpdtDetP>static final SimpleProperty.String<D_PRAIntMktgRateUpdtDetP>static final SimpleProperty.NumericDecimal<D_PRAIntMktgRateUpdtDetP>static final SimpleProperty.NumericDecimal<D_PRAIntMktgRateUpdtDetP>static final SimpleProperty.String<D_PRAIntMktgRateUpdtDetP>static final SimpleProperty.String<D_PRAIntMktgRateUpdtDetP>static final SimpleProperty.String<D_PRAIntMktgRateUpdtDetP>static final SimpleProperty.String<D_PRAIntMktgRateUpdtDetP>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionD_PRAIntMktgRateUpdtDetP(String pRAMarketingRateNumber, String marketingType, String unitOfMeasure, BigDecimal marketingDeductionRateAmount, BigDecimal marketingCostDeductionPercent, String companyCode, String jointVenture, String divisionOfInterest, String pRADatabaseAction) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected voidConstraints: Not nullable, Maximum length: 4Constraints: Not nullable, Maximum length: 5Constraints: Not nullable, Maximum length: 6protected ODataEntityKeygetKey()Constraints: Not nullable, Precision: 5, Scale: 2Constraints: Not nullable, Precision: 11, Scale: 7Constraints: Not nullable, Maximum length: 2Constraints: Not nullable, Maximum length: 1Constraints: Not nullable, Maximum length: 12getType()Constraints: Not nullable, Maximum length: 3inthashCode()voidsetCompanyCode(String companyCode) Constraints: Not nullable, Maximum length: 4voidsetDivisionOfInterest(String divisionOfInterest) Constraints: Not nullable, Maximum length: 5voidsetJointVenture(String jointVenture) Constraints: Not nullable, Maximum length: 6voidsetMarketingCostDeductionPercent(BigDecimal marketingCostDeductionPercent) Constraints: Not nullable, Precision: 5, Scale: 2voidsetMarketingDeductionRateAmount(BigDecimal marketingDeductionRateAmount) Constraints: Not nullable, Precision: 11, Scale: 7voidsetMarketingType(String marketingType) Constraints: Not nullable, Maximum length: 2voidsetPRADatabaseAction(String pRADatabaseAction) Constraints: Not nullable, Maximum length: 1voidsetPRAMarketingRateNumber(String pRAMarketingRateNumber) Constraints: Not nullable, Maximum length: 12voidsetUnitOfMeasure(String unitOfMeasure) Constraints: Not nullable, Maximum length: 3toString()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
-
PRA_MARKETING_RATE_NUMBER
-
MARKETING_TYPE
-
UNIT_OF_MEASURE
-
MARKETING_DEDUCTION_RATE_AMOUNT
public static final SimpleProperty.NumericDecimal<D_PRAIntMktgRateUpdtDetP> MARKETING_DEDUCTION_RATE_AMOUNT -
MARKETING_COST_DEDUCTION_PERCENT
public static final SimpleProperty.NumericDecimal<D_PRAIntMktgRateUpdtDetP> MARKETING_COST_DEDUCTION_PERCENT -
COMPANY_CODE
-
JOINT_VENTURE
-
DIVISION_OF_INTEREST
-
PRA_DATABASE_ACTION
-
-
Constructor Details
-
D_PRAIntMktgRateUpdtDetP
public D_PRAIntMktgRateUpdtDetP() -
D_PRAIntMktgRateUpdtDetP
public D_PRAIntMktgRateUpdtDetP(@Nullable String pRAMarketingRateNumber, @Nullable String marketingType, @Nullable String unitOfMeasure, @Nullable BigDecimal marketingDeductionRateAmount, @Nullable BigDecimal marketingCostDeductionPercent, @Nullable String companyCode, @Nullable String jointVenture, @Nullable String divisionOfInterest, @Nullable String pRADatabaseAction)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<D_PRAIntMktgRateUpdtDetP>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<D_PRAIntMktgRateUpdtDetP>
-
fromMap
- Overrides:
fromMapin classVdmObject<D_PRAIntMktgRateUpdtDetP>
-
getKey
- Overrides:
getKeyin classVdmObject<D_PRAIntMktgRateUpdtDetP>
-
setPRAMarketingRateNumber
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: PRAMarketingRateNumber
- Parameters:
pRAMarketingRateNumber- The pRAMarketingRateNumber to set.
-
setMarketingType
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: MarketingType
- Parameters:
marketingType- The marketingType to set.
-
setUnitOfMeasure
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: UnitOfMeasure
- Parameters:
unitOfMeasure- The unitOfMeasure to set.
-
setMarketingDeductionRateAmount
Constraints: Not nullable, Precision: 11, Scale: 7Original property name from the Odata EDM: MarketingDeductionRateAmount
- Parameters:
marketingDeductionRateAmount- The marketingDeductionRateAmount to set.
-
setMarketingCostDeductionPercent
Constraints: Not nullable, Precision: 5, Scale: 2Original property name from the Odata EDM: MarketingCostDeductionPercent
- Parameters:
marketingCostDeductionPercent- The marketingCostDeductionPercent to set.
-
setCompanyCode
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Parameters:
companyCode- The companyCode to set.
-
setJointVenture
Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: JointVenture
- Parameters:
jointVenture- The jointVenture to set.
-
setDivisionOfInterest
Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: DivisionOfInterest
- Parameters:
divisionOfInterest- The divisionOfInterest to set.
-
setPRADatabaseAction
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: PRADatabaseAction
- Parameters:
pRADatabaseAction- The pRADatabaseAction to set.
-
builder
-
getPRAMarketingRateNumber
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: PRAMarketingRateNumber
- Returns:
- The pRAMarketingRateNumber contained in this
VdmComplex.
-
getMarketingType
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: MarketingType
- Returns:
- The marketingType contained in this
VdmComplex.
-
getUnitOfMeasure
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: UnitOfMeasure
- Returns:
- The unitOfMeasure contained in this
VdmComplex.
-
getMarketingDeductionRateAmount
Constraints: Not nullable, Precision: 11, Scale: 7Original property name from the Odata EDM: MarketingDeductionRateAmount
- Returns:
- The marketingDeductionRateAmount contained in this
VdmComplex.
-
getMarketingCostDeductionPercent
Constraints: Not nullable, Precision: 5, Scale: 2Original property name from the Odata EDM: MarketingCostDeductionPercent
- Returns:
- The marketingCostDeductionPercent contained in this
VdmComplex.
-
getCompanyCode
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Returns:
- The companyCode contained in this
VdmComplex.
-
getJointVenture
Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: JointVenture
- Returns:
- The jointVenture contained in this
VdmComplex.
-
getDivisionOfInterest
Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: DivisionOfInterest
- Returns:
- The divisionOfInterest contained in this
VdmComplex.
-
getPRADatabaseAction
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: PRADatabaseAction
- Returns:
- The pRADatabaseAction contained in this
VdmComplex.
-
toString
- Overrides:
toStringin classVdmObject<D_PRAIntMktgRateUpdtDetP>
-
equals
- Overrides:
equalsin classVdmObject<D_PRAIntMktgRateUpdtDetP>
-
canEqual
- Overrides:
canEqualin classVdmObject<D_PRAIntMktgRateUpdtDetP>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmObject<D_PRAIntMktgRateUpdtDetP>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<D_PRAIntMktgRateUpdtDetP>
-