Class Part_cpl
java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity<Part_cpl>
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.ctrcomplementarytabledatamaintenance.Part_cpl
- All Implemented Interfaces:
VdmEntitySet
BR Partner Data Complement
Original entity name from the Odata EDM: part_cplType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Part_cpl,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<Part_cpl>Selector for all available fields of Part_cpl.static final SimpleProperty.String<Part_cpl>static final SimpleProperty.String<Part_cpl>static final SimpleProperty.Boolean<Part_cpl>static final SimpleProperty.String<Part_cpl>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionPart_cpl()Part_cpl(String cod_part, String data_alteracao, Boolean icms_isento, String ind_nat_ret, Collection<SAP__Message> _Messages) -
Method Summary
Modifier and TypeMethodDescriptionstatic Part_cpl.Part_cplBuilderbuilder()protected booleanbooleanprotected voidConstraints: Not nullable(Key Field) Constraints: Not nullable, Maximum length: 60(Key Field) Constraints: Not nullable, Maximum length: 8protected Stringprotected StringConstraints: Not nullableConstraints: Not nullable, Maximum length: 2protected ODataEntityKeygetKey()getType()inthashCode()voidset_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidsetCod_part(String cod_part) (Key Field) Constraints: Not nullable, Maximum length: 60voidsetData_alteracao(String data_alteracao) (Key Field) Constraints: Not nullable, Maximum length: 8voidsetIcms_isento(Boolean icms_isento) Constraints: Not nullablevoidsetInd_nat_ret(String ind_nat_ret) Constraints: Not nullable, Maximum length: 2toString()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, toMapOfNavigationProperties
-
Field Details
-
ALL_FIELDS
Selector for all available fields of Part_cpl. -
COD_PART
-
DATA_ALTERACAO
-
ICMS_ISENTO
-
IND_NAT_RET
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
-
-
Constructor Details
-
Part_cpl
public Part_cpl() -
Part_cpl
public Part_cpl(@Nullable String cod_part, @Nullable String data_alteracao, @Nullable Boolean icms_isento, @Nullable String ind_nat_ret, @Nullable Collection<SAP__Message> _Messages)
-
-
Method Details
-
getType
-
setCod_part
(Key Field) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: cod_part
- Parameters:
cod_part- Participant Code
-
setData_alteracao
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: data_alteracao
- Parameters:
data_alteracao- Change Date
-
setIcms_isento
Constraints: Not nullableOriginal property name from the Odata EDM: icms_isento
- Parameters:
icms_isento- ICMS Exempt
-
setInd_nat_ret
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ind_nat_ret
- Parameters:
ind_nat_ret- Indicator of Nature of Withholding at Source
-
set_Messages
Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Parameters:
_Messages- The _Messages to set.
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<Part_cpl>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<Part_cpl>
-
fromMap
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<Part_cpl>
-
builder
-
getCod_part
(Key Field) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: cod_part
- Returns:
- Participant Code
-
getData_alteracao
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: data_alteracao
- Returns:
- Change Date
-
getIcms_isento
Constraints: Not nullableOriginal property name from the Odata EDM: icms_isento
- Returns:
- ICMS Exempt
-
getInd_nat_ret
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ind_nat_ret
- Returns:
- Indicator of Nature of Withholding at Source
-
get_Messages
Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
- The _Messages contained in this
VdmEntity.
-
toString
-
equals
-
canEqual
-
hashCode
public int hashCode() -
getOdataType
- Specified by:
getOdataTypein classVdmObject<Part_cpl>
-