Class Ativos_ex
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: ativos_exType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Ativos_ex,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<Ativos_ex>Selector for all available fields of Ativos_ex.static final SimpleProperty.String<Ativos_ex>static final SimpleProperty.String<Ativos_ex>static final SimpleProperty.String<Ativos_ex>static final SimpleProperty.String<Ativos_ex>static final SimpleProperty.String<Ativos_ex>static final SimpleProperty.NumericDecimal<Ativos_ex>static final SimpleProperty.NumericDecimal<Ativos_ex>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionAtivos_ex(String empresa, String dt_lancto, String tip_ativo, String pais, String discriminacao, BigDecimal vl_ant, BigDecimal vl_atual, Collection<SAP__Message> _Messages) -
Method Summary
Modifier and TypeMethodDescriptionstatic Ativos_ex.Ativos_exBuilderbuilder()protected booleanbooleanprotected voidConstraints: Not nullableprotected String(Key Field) Constraints: Not nullable, Maximum length: 255(Key Field) Constraints: Not nullable, Maximum length: 8(Key Field) Constraints: Not nullable, Maximum length: 4protected Stringprotected ODataEntityKeygetKey()getPais()(Key Field) Constraints: Not nullable, Maximum length: 3(Key Field) Constraints: Not nullable, Maximum length: 14getType()Constraints: Not nullable, Precision: 25, Scale: 6Constraints: Not nullable, Precision: 25, Scale: 6inthashCode()voidset_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidsetDiscriminacao(String discriminacao) (Key Field) Constraints: Not nullable, Maximum length: 255voidsetDt_lancto(String dt_lancto) (Key Field) Constraints: Not nullable, Maximum length: 8voidsetEmpresa(String empresa) (Key Field) Constraints: Not nullable, Maximum length: 4void(Key Field) Constraints: Not nullable, Maximum length: 3voidsetTip_ativo(String tip_ativo) (Key Field) Constraints: Not nullable, Maximum length: 14voidsetVl_ant(BigDecimal vl_ant) Constraints: Not nullable, Precision: 25, Scale: 6voidsetVl_atual(BigDecimal vl_atual) 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 Ativos_ex. -
EMPRESA
-
DT_LANCTO
-
TIP_ATIVO
-
PAIS
-
DISCRIMINACAO
-
VL_ANT
-
VL_ATUAL
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
-
-
Constructor Details
-
Ativos_ex
public Ativos_ex() -
Ativos_ex
public Ativos_ex(@Nullable String empresa, @Nullable String dt_lancto, @Nullable String tip_ativo, @Nullable String pais, @Nullable String discriminacao, @Nullable BigDecimal vl_ant, @Nullable BigDecimal vl_atual, @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
-
setDt_lancto
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: dt_lancto
- Parameters:
dt_lancto- Posting Date
-
setTip_ativo
(Key Field) Constraints: Not nullable, Maximum length: 14Original property name from the Odata EDM: tip_ativo
- Parameters:
tip_ativo- Asset Type
-
setPais
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: pais
- Parameters:
pais- Siscomex Table Country/Region Code
-
setDiscriminacao
(Key Field) Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: discriminacao
- Parameters:
discriminacao- Discrimination
-
setVl_ant
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_ant
- Parameters:
vl_ant- Previous Value
-
setVl_atual
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_atual
- Parameters:
vl_atual- Current 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<Ativos_ex>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<Ativos_ex>
-
fromMap
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<Ativos_ex>
-
builder
-
getEmpresa
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: empresa
- Returns:
- Company Code
-
getDt_lancto
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: dt_lancto
- Returns:
- Posting Date
-
getTip_ativo
(Key Field) Constraints: Not nullable, Maximum length: 14Original property name from the Odata EDM: tip_ativo
- Returns:
- Asset Type
-
getPais
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: pais
- Returns:
- Siscomex Table Country/Region Code
-
getDiscriminacao
(Key Field) Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: discriminacao
- Returns:
- Discrimination
-
getVl_ant
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_ant
- Returns:
- Previous Value
-
getVl_atual
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_atual
- Returns:
- Current 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<Ativos_ex>
-