Class Part_cons
java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity<Part_cons>
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.ctrcomplementarytabledatamaintenance.Part_cons
- All Implemented Interfaces:
VdmEntitySet
BR Participants in Consortium
Original entity name from the Odata EDM: part_consType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Part_cons,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<Part_cons>Selector for all available fields of Part_cons.static final SimpleProperty.String<Part_cons>static final SimpleProperty.String<Part_cons>static final SimpleProperty.String<Part_cons>static final SimpleProperty.String<Part_cons>static final SimpleProperty.NumericDecimal<Part_cons>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionPart_cons(String empresa, String dt_lancto, String cnpj_consor, String cnpj, BigDecimal vl_part, Collection<SAP__Message> _Messages) -
Method Summary
Modifier and TypeMethodDescriptionstatic Part_cons.Part_consBuilderbuilder()protected booleanbooleanprotected voidConstraints: Not nullablegetCnpj()(Key Field) Constraints: Not nullable, Maximum length: 14(Key Field) Constraints: Not nullable, Maximum length: 14protected String(Key Field) Constraints: Not nullable, Maximum length: 8(Key Field) Constraints: Not nullable, Maximum length: 4protected Stringprotected ODataEntityKeygetKey()getType()Constraints: Not nullable, Precision: 25, Scale: 6inthashCode()voidset_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoid(Key Field) Constraints: Not nullable, Maximum length: 14voidsetCnpj_consor(String cnpj_consor) (Key Field) Constraints: Not nullable, Maximum length: 14voidsetDt_lancto(String dt_lancto) (Key Field) Constraints: Not nullable, Maximum length: 8voidsetEmpresa(String empresa) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetVl_part(BigDecimal vl_part) Constraints: Not nullable, Precision: 25, Scale: 6toString()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_cons. -
EMPRESA
-
DT_LANCTO
-
CNPJ_CONSOR
-
CNPJ
-
VL_PART
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
-
-
Constructor Details
-
Part_cons
public Part_cons() -
Part_cons
public Part_cons(@Nullable String empresa, @Nullable String dt_lancto, @Nullable String cnpj_consor, @Nullable String cnpj, @Nullable BigDecimal vl_part, @Nullable Collection<SAP__Message> _Messages)
-
-
Method Details
-
getType
-
setEmpresa
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: empresa
- Parameters:
empresa- Company Code
-
setDt_lancto
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: dt_lancto
- Parameters:
dt_lancto- Posting Date
-
setCnpj_consor
(Key Field) Constraints: Not nullable, Maximum length: 14Original property name from the Odata EDM: cnpj_consor
- Parameters:
cnpj_consor- CNPJ Consortium
-
setCnpj
(Key Field) Constraints: Not nullable, Maximum length: 14Original property name from the Odata EDM: cnpj
- Parameters:
cnpj- CNPJ
-
setVl_part
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_part
- Parameters:
vl_part- Revenue of Participant
-
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_cons>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<Part_cons>
-
fromMap
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<Part_cons>
-
builder
-
getEmpresa
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: empresa
- Returns:
- Company Code
-
getDt_lancto
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: dt_lancto
- Returns:
- Posting Date
-
getCnpj_consor
(Key Field) Constraints: Not nullable, Maximum length: 14Original property name from the Odata EDM: cnpj_consor
- Returns:
- CNPJ Consortium
-
getCnpj
(Key Field) Constraints: Not nullable, Maximum length: 14Original property name from the Odata EDM: cnpj
- Returns:
- CNPJ
-
getVl_part
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_part
- Returns:
- Revenue of Participant
-
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_cons>
-