Class Rel_part
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: rel_partType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Rel_part,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<Rel_part>Selector for all available fields of Rel_part.static final SimpleProperty.String<Rel_part>static final SimpleProperty.String<Rel_part>static final SimpleProperty.String<Rel_part>static final SimpleProperty.String<Rel_part>static final SimpleProperty.String<Rel_part>static final SimpleProperty.String<Rel_part>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionRel_part()Rel_part(String empresa, String cnpj, String cod_rel, String dt_ini_rel, String cod_part, String dt_fin_rel, Collection<SAP__Message> _Messages) -
Method Summary
Modifier and TypeMethodDescriptionstatic Rel_part.Rel_partBuilderbuilder()protected booleanbooleanprotected voidConstraints: Not nullablegetCnpj()(Key Field) Constraints: Not nullable, Maximum length: 14(Key Field) Constraints: Not nullable, Maximum length: 60(Key Field) Constraints: Not nullable, Maximum length: 2protected StringConstraints: Not nullable, Maximum length: 8(Key Field) Constraints: Not nullable, Maximum length: 8(Key Field) Constraints: Not nullable, Maximum length: 4protected Stringprotected ODataEntityKeygetKey()getType()inthashCode()voidset_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoid(Key Field) Constraints: Not nullable, Maximum length: 14voidsetCod_part(String cod_part) (Key Field) Constraints: Not nullable, Maximum length: 60voidsetCod_rel(String cod_rel) (Key Field) Constraints: Not nullable, Maximum length: 2voidsetDt_fin_rel(String dt_fin_rel) Constraints: Not nullable, Maximum length: 8voidsetDt_ini_rel(String dt_ini_rel) (Key Field) Constraints: Not nullable, Maximum length: 8voidsetEmpresa(String empresa) (Key Field) Constraints: Not nullable, Maximum length: 4toString()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 Rel_part. -
EMPRESA
-
CNPJ
-
COD_REL
-
DT_INI_REL
-
COD_PART
-
DT_FIN_REL
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
-
-
Constructor Details
-
Rel_part
public Rel_part() -
Rel_part
public Rel_part(@Nullable String empresa, @Nullable String cnpj, @Nullable String cod_rel, @Nullable String dt_ini_rel, @Nullable String cod_part, @Nullable String dt_fin_rel, @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
-
setCnpj
(Key Field) Constraints: Not nullable, Maximum length: 14Original property name from the Odata EDM: cnpj
- Parameters:
cnpj- CNPJ
-
setCod_rel
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: cod_rel
- Parameters:
cod_rel- Relationship Code According to SPED Table
-
setDt_ini_rel
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: dt_ini_rel
- Parameters:
dt_ini_rel- Initial Date of Relationship
-
setCod_part
(Key Field) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: cod_part
- Parameters:
cod_part- Participant Code
-
setDt_fin_rel
Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: dt_fin_rel
- Parameters:
dt_fin_rel- Final Date of Relationship
-
set_Messages
Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Parameters:
_Messages- The _Messages to set.
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<Rel_part>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<Rel_part>
-
fromMap
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<Rel_part>
-
builder
-
getEmpresa
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: empresa
- Returns:
- Company Code
-
getCnpj
(Key Field) Constraints: Not nullable, Maximum length: 14Original property name from the Odata EDM: cnpj
- Returns:
- CNPJ
-
getCod_rel
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: cod_rel
- Returns:
- Relationship Code According to SPED Table
-
getDt_ini_rel
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: dt_ini_rel
- Returns:
- Initial Date of Relationship
-
getCod_part
(Key Field) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: cod_part
- Returns:
- Participant Code
-
getDt_fin_rel
Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: dt_fin_rel
- Returns:
- Final Date of Relationship
-
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<Rel_part>
-