Class Demo_l_cx
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: demo_l_cxType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Demo_l_cx,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<Demo_l_cx>Selector for all available fields of Demo_l_cx.static final SimpleProperty.Date<Demo_l_cx>static final SimpleProperty.String<Demo_l_cx>static final SimpleProperty.String<Demo_l_cx>static final SimpleProperty.String<Demo_l_cx>static final SimpleProperty.NumericDecimal<Demo_l_cx>static final SimpleProperty.NumericDecimal<Demo_l_cx>static final SimpleProperty.NumericDecimal<Demo_l_cx>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionDemo_l_cx(String empresa, String num_doc, LocalDate data, String hist, BigDecimal vl_entrada, BigDecimal vl_saida, BigDecimal sld_fin, Collection<SAP__Message> _Messages) -
Method Summary
Modifier and TypeMethodDescriptionstatic Demo_l_cx.Demo_l_cxBuilderbuilder()protected booleanbooleanprotected voidConstraints: Not nullablegetData()(Key Field) Constraints: Not nullableprotected String(Key Field) Constraints: Not nullable, Maximum length: 4protected StringgetHist()Constraints: Not nullable, Maximum length: 255protected ODataEntityKeygetKey()(Key Field) Constraints: Not nullable, Maximum length: 9Constraints: Not nullable, Precision: 25, Scale: 6getType()Constraints: Not nullable, Precision: 25, Scale: 6Constraints: Not nullable, Precision: 25, Scale: 6inthashCode()voidset_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoid(Key Field) Constraints: Not nullablevoidsetEmpresa(String empresa) (Key Field) Constraints: Not nullable, Maximum length: 4voidConstraints: Not nullable, Maximum length: 255voidsetNum_doc(String num_doc) (Key Field) Constraints: Not nullable, Maximum length: 9voidsetSld_fin(BigDecimal sld_fin) Constraints: Not nullable, Precision: 25, Scale: 6voidsetVl_entrada(BigDecimal vl_entrada) Constraints: Not nullable, Precision: 25, Scale: 6voidsetVl_saida(BigDecimal vl_saida) 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 Demo_l_cx. -
EMPRESA
-
NUM_DOC
-
DATA
-
HIST
-
VL_ENTRADA
-
VL_SAIDA
-
SLD_FIN
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
-
-
Constructor Details
-
Demo_l_cx
public Demo_l_cx() -
Demo_l_cx
public Demo_l_cx(@Nullable String empresa, @Nullable String num_doc, @Nullable LocalDate data, @Nullable String hist, @Nullable BigDecimal vl_entrada, @Nullable BigDecimal vl_saida, @Nullable BigDecimal sld_fin, @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
-
setNum_doc
(Key Field) Constraints: Not nullable, Maximum length: 9Original property name from the Odata EDM: num_doc
- Parameters:
num_doc- Tax document number
-
setData
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: data
- Parameters:
data- Incoming or Outgoing Resource Date
-
setHist
Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: hist
- Parameters:
hist- Posting History
-
setVl_entrada
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_entrada
- Parameters:
vl_entrada- Incoming Value
-
setVl_saida
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_saida
- Parameters:
vl_saida- Outgoing Value
-
setSld_fin
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: sld_fin
- Parameters:
sld_fin- Final Balance Value
-
set_Messages
Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Parameters:
_Messages- The _Messages to set.
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<Demo_l_cx>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<Demo_l_cx>
-
fromMap
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<Demo_l_cx>
-
builder
-
getEmpresa
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: empresa
- Returns:
- Company Code
-
getNum_doc
(Key Field) Constraints: Not nullable, Maximum length: 9Original property name from the Odata EDM: num_doc
- Returns:
- Tax document number
-
getData
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: data
- Returns:
- Incoming or Outgoing Resource Date
-
getHist
Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: hist
- Returns:
- Posting History
-
getVl_entrada
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_entrada
- Returns:
- Incoming Value
-
getVl_saida
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_saida
- Returns:
- Outgoing Value
-
getSld_fin
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: sld_fin
- Returns:
- Final Balance Value
-
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<Demo_l_cx>
-