Class Infdifcof
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: infdifcofType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Infdifcof,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<Infdifcof>Selector for all available fields of Infdifcof.static final SimpleProperty.String<Infdifcof>static final SimpleProperty.String<Infdifcof>static final SimpleProperty.String<Infdifcof>static final SimpleProperty.String<Infdifcof>static final SimpleProperty.String<Infdifcof>static final SimpleProperty.NumericDecimal<Infdifcof>static final SimpleProperty.NumericDecimal<Infdifcof>static final SimpleProperty.NumericDecimal<Infdifcof>static final SimpleProperty.NumericDecimal<Infdifcof>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionInfdifcof(String empresa, String per_ref, String num_lancto, String cnpj, String cod_cred, BigDecimal vl_vend, BigDecimal vl_nao_receb, BigDecimal vl_cont_dif, BigDecimal vl_cred_dif, Collection<SAP__Message> _Messages) -
Method Summary
Modifier and TypeMethodDescriptionstatic Infdifcof.InfdifcofBuilderbuilder()protected booleanbooleanprotected voidConstraints: Not nullablegetCnpj()(Key Field) Constraints: Not nullable, Maximum length: 14(Key Field) Constraints: Not nullable, Maximum length: 3protected String(Key Field) Constraints: Not nullable, Maximum length: 4protected Stringprotected ODataEntityKeygetKey()(Key Field) Constraints: Not nullable, Maximum length: 10(Key Field) Constraints: Not nullable, Maximum length: 6getType()Constraints: Not nullable, Precision: 25, Scale: 6Constraints: Not nullable, Precision: 25, Scale: 6Constraints: 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 nullable, Maximum length: 14voidsetCod_cred(String cod_cred) (Key Field) Constraints: Not nullable, Maximum length: 3voidsetEmpresa(String empresa) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetNum_lancto(String num_lancto) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetPer_ref(String per_ref) (Key Field) Constraints: Not nullable, Maximum length: 6voidsetVl_cont_dif(BigDecimal vl_cont_dif) Constraints: Not nullable, Precision: 25, Scale: 6voidsetVl_cred_dif(BigDecimal vl_cred_dif) Constraints: Not nullable, Precision: 25, Scale: 6voidsetVl_nao_receb(BigDecimal vl_nao_receb) Constraints: Not nullable, Precision: 25, Scale: 6voidsetVl_vend(BigDecimal vl_vend) 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 Infdifcof. -
EMPRESA
-
PER_REF
-
NUM_LANCTO
-
CNPJ
-
COD_CRED
-
VL_VEND
-
VL_NAO_RECEB
-
VL_CONT_DIF
-
VL_CRED_DIF
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
-
-
Constructor Details
-
Infdifcof
public Infdifcof() -
Infdifcof
public Infdifcof(@Nullable String empresa, @Nullable String per_ref, @Nullable String num_lancto, @Nullable String cnpj, @Nullable String cod_cred, @Nullable BigDecimal vl_vend, @Nullable BigDecimal vl_nao_receb, @Nullable BigDecimal vl_cont_dif, @Nullable BigDecimal vl_cred_dif, @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
-
setPer_ref
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: per_ref
- Parameters:
per_ref- Bookkeeping reference period
-
setNum_lancto
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: num_lancto
- Parameters:
num_lancto- Posting Number
-
setCnpj
(Key Field) Constraints: Not nullable, Maximum length: 14Original property name from the Odata EDM: cnpj
- Parameters:
cnpj- CNPJ
-
setCod_cred
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: cod_cred
- Parameters:
cod_cred- Credit Code transferred
-
setVl_vend
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_vend
- Parameters:
vl_vend- Total value not received in the period
-
setVl_nao_receb
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_nao_receb
- Parameters:
vl_nao_receb- Value of contribution deferred in the period
-
setVl_cont_dif
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_cont_dif
- Parameters:
vl_cont_dif- Type code of credit deferred in the period
-
setVl_cred_dif
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_cred_dif
- Parameters:
vl_cred_dif- Code of type of credit deferred in the period
-
set_Messages
Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Parameters:
_Messages- The _Messages to set.
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<Infdifcof>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<Infdifcof>
-
fromMap
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<Infdifcof>
-
builder
-
getEmpresa
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: empresa
- Returns:
- Company Code
-
getPer_ref
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: per_ref
- Returns:
- Bookkeeping reference period
-
getNum_lancto
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: num_lancto
- Returns:
- Posting Number
-
getCnpj
(Key Field) Constraints: Not nullable, Maximum length: 14Original property name from the Odata EDM: cnpj
- Returns:
- CNPJ
-
getCod_cred
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: cod_cred
- Returns:
- Credit Code transferred
-
getVl_vend
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_vend
- Returns:
- Total value not received in the period
-
getVl_nao_receb
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_nao_receb
- Returns:
- Value of contribution deferred in the period
-
getVl_cont_dif
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_cont_dif
- Returns:
- Type code of credit deferred in the period
-
getVl_cred_dif
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_cred_dif
- Returns:
- Code of type of credit deferred in the period
-
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<Infdifcof>
-