Class Emp_det_p
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: emp_det_pType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Emp_det_p,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<Emp_det_p>Selector for all available fields of Emp_det_p.static final SimpleProperty.String<Emp_det_p>static final SimpleProperty.String<Emp_det_p>static final SimpleProperty.String<Emp_det_p>static final SimpleProperty.String<Emp_det_p>static final SimpleProperty.String<Emp_det_p>static final SimpleProperty.NumericDecimal<Emp_det_p>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionEmp_det_p(String empresa, String cod_cta, String emp_cod_parte, String dt_escrituracao, BigDecimal valor, String ind_valor, Collection<SAP__Message> _Messages) -
Method Summary
Modifier and TypeMethodDescriptionstatic Emp_det_p.Emp_det_pBuilderbuilder()protected booleanbooleanprotected voidConstraints: Not nullable(Key Field) Constraints: Not nullable, Maximum length: 100protected String(Key Field) Constraints: Not nullable, Maximum length: 8(Key Field) Constraints: Not nullable, Maximum length: 4(Key Field) Constraints: Not nullable, Maximum length: 4protected StringConstraints: Not nullable, Maximum length: 1protected ODataEntityKeygetKey()getType()getValor()Constraints: Not nullable, Precision: 25, Scale: 6inthashCode()voidset_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidsetCod_cta(String cod_cta) (Key Field) Constraints: Not nullable, Maximum length: 100voidsetDt_escrituracao(String dt_escrituracao) (Key Field) Constraints: Not nullable, Maximum length: 8voidsetEmp_cod_parte(String emp_cod_parte) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetEmpresa(String empresa) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetInd_valor(String ind_valor) Constraints: Not nullable, Maximum length: 1voidsetValor(BigDecimal valor) 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 Emp_det_p. -
EMPRESA
-
COD_CTA
-
EMP_COD_PARTE
-
DT_ESCRITURACAO
-
VALOR
-
IND_VALOR
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
-
-
Constructor Details
-
Emp_det_p
public Emp_det_p() -
Emp_det_p
public Emp_det_p(@Nullable String empresa, @Nullable String cod_cta, @Nullable String emp_cod_parte, @Nullable String dt_escrituracao, @Nullable BigDecimal valor, @Nullable String ind_valor, @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
-
setCod_cta
(Key Field) Constraints: Not nullable, Maximum length: 100Original property name from the Odata EDM: cod_cta
- Parameters:
cod_cta- Account Code (Chart)
-
setEmp_cod_parte
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: emp_cod_parte
- Parameters:
emp_cod_parte- Company Code of Agglutinated Value Holder
-
setDt_escrituracao
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: dt_escrituracao
- Parameters:
dt_escrituracao- Bookkeeping Date
-
setValor
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: valor
- Parameters:
valor- Installment Value
-
setInd_valor
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ind_valor
- Parameters:
ind_valor- Final Balance of Referential Account
-
set_Messages
Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Parameters:
_Messages- The _Messages to set.
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<Emp_det_p>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<Emp_det_p>
-
fromMap
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<Emp_det_p>
-
builder
-
getEmpresa
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: empresa
- Returns:
- Company Code
-
getCod_cta
(Key Field) Constraints: Not nullable, Maximum length: 100Original property name from the Odata EDM: cod_cta
- Returns:
- Account Code (Chart)
-
getEmp_cod_parte
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: emp_cod_parte
- Returns:
- Company Code of Agglutinated Value Holder
-
getDt_escrituracao
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: dt_escrituracao
- Returns:
- Bookkeeping Date
-
getValor
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: valor
- Returns:
- Installment Value
-
getInd_valor
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ind_valor
- Returns:
- Final Balance of Referential Account
-
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<Emp_det_p>
-