Class Even_emp
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: even_empType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Even_emp,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<Even_emp>Selector for all available fields of Even_emp.static final SimpleProperty.String<Even_emp>static final SimpleProperty.Date<Even_emp>static final SimpleProperty.String<Even_emp>static final SimpleProperty.String<Even_emp>static final SimpleProperty.String<Even_emp>static final SimpleProperty.String<Even_emp>static final SimpleProperty.NumericDecimal<Even_emp>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionEven_emp()Even_emp(String empresa, String emp_cod, String evento, LocalDate dt_evento, String emp_cod_part, String cond_part, BigDecimal per_evt, Collection<SAP__Message> _Messages) -
Method Summary
Modifier and TypeMethodDescriptionstatic Even_emp.Even_empBuilderbuilder()protected booleanbooleanprotected voidConstraints: Not nullableConstraints: Not nullable, Maximum length: 1protected String(Key Field) Constraints: Not nullable(Key Field) Constraints: Not nullable, Maximum length: 4(Key Field) Constraints: Not nullable, Maximum length: 60(Key Field) Constraints: Not nullable, Maximum length: 4protected String(Key Field) Constraints: Not nullable, Maximum length: 1protected ODataEntityKeygetKey()Constraints: Not nullable, Precision: 25, Scale: 6getType()inthashCode()voidset_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidsetCond_part(String cond_part) Constraints: Not nullable, Maximum length: 1voidsetDt_evento(LocalDate dt_evento) (Key Field) Constraints: Not nullablevoidsetEmp_cod(String emp_cod) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetEmp_cod_part(String emp_cod_part) (Key Field) Constraints: Not nullable, Maximum length: 60voidsetEmpresa(String empresa) (Key Field) Constraints: Not nullable, Maximum length: 4void(Key Field) Constraints: Not nullable, Maximum length: 1voidsetPer_evt(BigDecimal per_evt) 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 Even_emp. -
EMPRESA
-
EMP_COD
-
EVENTO
-
DT_EVENTO
-
EMP_COD_PART
-
COND_PART
-
PER_EVT
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
-
-
Constructor Details
-
Even_emp
public Even_emp() -
Even_emp
public Even_emp(@Nullable String empresa, @Nullable String emp_cod, @Nullable String evento, @Nullable LocalDate dt_evento, @Nullable String emp_cod_part, @Nullable String cond_part, @Nullable BigDecimal per_evt, @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
-
setEvento
(Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: evento
- Parameters:
evento- Event Occurred in the Period
-
setDt_evento
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: dt_evento
- Parameters:
dt_evento- Date of event
-
setEmp_cod_part
(Key Field) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: emp_cod_part
- Parameters:
emp_cod_part- Participant Code
-
setCond_part
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: cond_part
- Parameters:
cond_part- Company Condition Related to Operation
-
setPer_evt
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: per_evt
- Parameters:
per_evt- Percentage of Participant Involved in Operation
-
set_Messages
Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Parameters:
_Messages- The _Messages to set.
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<Even_emp>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<Even_emp>
-
fromMap
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<Even_emp>
-
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
-
getEvento
(Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: evento
- Returns:
- Event Occurred in the Period
-
getDt_evento
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: dt_evento
- Returns:
- Date of event
-
getEmp_cod_part
(Key Field) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: emp_cod_part
- Returns:
- Participant Code
-
getCond_part
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: cond_part
- Returns:
- Company Condition Related to Operation
-
getPer_evt
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: per_evt
- Returns:
- Percentage of Participant Involved in Operation
-
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<Even_emp>
-