Class Contr_cod
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: contr_codType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Contr_cod,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<Contr_cod>Selector for all available fields of Contr_cod.static final SimpleProperty.String<Contr_cod>static final SimpleProperty.String<Contr_cod>static final SimpleProperty.String<Contr_cod>static final SimpleProperty.String<Contr_cod>static final SimpleProperty.NumericDecimal<Contr_cod>static final SimpleProperty.NumericDecimal<Contr_cod>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionContr_cod(String empresa, String per_ref, String num_campo, String cod_rec, BigDecimal vl_debito_pis, BigDecimal vl_debito_cofins, Collection<SAP__Message> _Messages) -
Method Summary
Modifier and TypeMethodDescriptionstatic Contr_cod.Contr_codBuilderbuilder()protected booleanbooleanprotected voidConstraints: Not nullable(Key Field) Constraints: Not nullable, Maximum length: 6protected String(Key Field) Constraints: Not nullable, Maximum length: 4protected Stringprotected ODataEntityKeygetKey()(Key Field) Constraints: Not nullable, Maximum length: 2(Key Field) Constraints: Not nullable, Maximum length: 6getType()Constraints: Not nullable, Precision: 25, Scale: 6Constraints: Not nullable, Precision: 25, Scale: 6inthashCode()voidset_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidsetCod_rec(String cod_rec) (Key Field) Constraints: Not nullable, Maximum length: 6voidsetEmpresa(String empresa) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetNum_campo(String num_campo) (Key Field) Constraints: Not nullable, Maximum length: 2voidsetPer_ref(String per_ref) (Key Field) Constraints: Not nullable, Maximum length: 6voidsetVl_debito_cofins(BigDecimal vl_debito_cofins) Constraints: Not nullable, Precision: 25, Scale: 6voidsetVl_debito_pis(BigDecimal vl_debito_pis) 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 Contr_cod. -
EMPRESA
-
PER_REF
-
NUM_CAMPO
-
COD_REC
-
VL_DEBITO_PIS
-
VL_DEBITO_COFINS
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
-
-
Constructor Details
-
Contr_cod
public Contr_cod() -
Contr_cod
public Contr_cod(@Nullable String empresa, @Nullable String per_ref, @Nullable String num_campo, @Nullable String cod_rec, @Nullable BigDecimal vl_debito_pis, @Nullable BigDecimal vl_debito_cofins, @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_campo
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: num_campo
- Parameters:
num_campo- Register Field Number
-
setCod_rec
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: cod_rec
- Parameters:
cod_rec- Revenue Code
-
setVl_debito_pis
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_debito_pis
- Parameters:
vl_debito_pis- Debit Value
-
setVl_debito_cofins
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_debito_cofins
- Parameters:
vl_debito_cofins- Debit 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<Contr_cod>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<Contr_cod>
-
fromMap
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<Contr_cod>
-
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_campo
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: num_campo
- Returns:
- Register Field Number
-
getCod_rec
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: cod_rec
- Returns:
- Revenue Code
-
getVl_debito_pis
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_debito_pis
- Returns:
- Debit Value
-
getVl_debito_cofins
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_debito_cofins
- Returns:
- Debit 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<Contr_cod>
-