Class Emp_cons
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: emp_consType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Emp_cons,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<Emp_cons>Selector for all available fields of Emp_cons.static final SimpleProperty.String<Emp_cons>static final SimpleProperty.String<Emp_cons>static final SimpleProperty.Date<Emp_cons>static final SimpleProperty.Date<Emp_cons>static final SimpleProperty.String<Emp_cons>static final SimpleProperty.String<Emp_cons>static final SimpleProperty.String<Emp_cons>static final SimpleProperty.String<Emp_cons>static final SimpleProperty.String<Emp_cons>static final SimpleProperty.NumericDecimal<Emp_cons>static final SimpleProperty.NumericDecimal<Emp_cons>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionEmp_cons()Emp_cons(String empresa, String emp_cod, String dt_escrituracao, String cod_pais, String cnpj, String nome, BigDecimal per_part, String evento, BigDecimal per_cons, LocalDate data_ini_emp, LocalDate data_fin_emp, Collection<SAP__Message> _Messages) -
Method Summary
Modifier and TypeMethodDescriptionstatic Emp_cons.Emp_consBuilderbuilder()protected booleanbooleanprotected voidConstraints: Not nullablegetCnpj()Constraints: Not nullable, Maximum length: 8Constraints: Not nullable, Maximum length: 5Constraints: NullableConstraints: Nullableprotected 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()getNome()Constraints: Not nullable, Maximum length: 255Constraints: Not nullable, Precision: 25, Scale: 6Constraints: Not nullable, Precision: 25, Scale: 6getType()inthashCode()voidset_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidConstraints: Not nullable, Maximum length: 8voidsetCod_pais(String cod_pais) Constraints: Not nullable, Maximum length: 5voidsetData_fin_emp(LocalDate data_fin_emp) Constraints: NullablevoidsetData_ini_emp(LocalDate data_ini_emp) Constraints: NullablevoidsetDt_escrituracao(String dt_escrituracao) (Key Field) Constraints: Not nullable, Maximum length: 8voidsetEmp_cod(String emp_cod) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetEmpresa(String empresa) (Key Field) Constraints: Not nullable, Maximum length: 4voidConstraints: Not nullable, Maximum length: 1voidConstraints: Not nullable, Maximum length: 255voidsetPer_cons(BigDecimal per_cons) Constraints: Not nullable, Precision: 25, Scale: 6voidsetPer_part(BigDecimal per_part) 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_cons. -
EMPRESA
-
EMP_COD
-
DT_ESCRITURACAO
-
COD_PAIS
-
CNPJ
-
NOME
-
PER_PART
-
EVENTO
-
PER_CONS
-
DATA_INI_EMP
-
DATA_FIN_EMP
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
-
-
Constructor Details
-
Emp_cons
public Emp_cons() -
Emp_cons
public Emp_cons(@Nullable String empresa, @Nullable String emp_cod, @Nullable String dt_escrituracao, @Nullable String cod_pais, @Nullable String cnpj, @Nullable String nome, @Nullable BigDecimal per_part, @Nullable String evento, @Nullable BigDecimal per_cons, @Nullable LocalDate data_ini_emp, @Nullable LocalDate data_fin_emp, @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
-
setEmp_cod
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: emp_cod
- Parameters:
emp_cod- Company Code
-
setDt_escrituracao
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: dt_escrituracao
- Parameters:
dt_escrituracao- Bookkeeping Date
-
setCod_pais
Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: cod_pais
- Parameters:
cod_pais- Country/Region Code
-
setCnpj
Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: cnpj
- Parameters:
cnpj- CNPJ Root
-
setNome
Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: nome
- Parameters:
nome- Name
-
setPer_part
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: per_part
- Parameters:
per_part- Percentage of Interest
-
setEvento
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: evento
- Parameters:
evento- Event Occurred in the Period
-
setPer_cons
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: per_cons
- Parameters:
per_cons- Consolidation Percentage
-
setData_ini_emp
Constraints: NullableOriginal property name from the Odata EDM: data_ini_emp
- Parameters:
data_ini_emp- Bookkeeping Initial Date
-
setData_fin_emp
Constraints: NullableOriginal property name from the Odata EDM: data_fin_emp
- Parameters:
data_fin_emp- Bookkeeping Final Date
-
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_cons>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<Emp_cons>
-
fromMap
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<Emp_cons>
-
builder
-
getEmpresa
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: empresa
- Returns:
- Company Code
-
getEmp_cod
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: emp_cod
- Returns:
- Company Code
-
getDt_escrituracao
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: dt_escrituracao
- Returns:
- Bookkeeping Date
-
getCod_pais
Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: cod_pais
- Returns:
- Country/Region Code
-
getCnpj
Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: cnpj
- Returns:
- CNPJ Root
-
getNome
Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: nome
- Returns:
- Name
-
getPer_part
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: per_part
- Returns:
- Percentage of Interest
-
getEvento
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: evento
- Returns:
- Event Occurred in the Period
-
getPer_cons
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: per_cons
- Returns:
- Consolidation Percentage
-
getData_ini_emp
Constraints: NullableOriginal property name from the Odata EDM: data_ini_emp
- Returns:
- Bookkeeping Initial Date
-
getData_fin_emp
Constraints: NullableOriginal property name from the Odata EDM: data_fin_emp
- Returns:
- Bookkeeping Final Date
-
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_cons>
-