Class Dados_suc
java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity<Dados_suc>
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.ctrcomplementarytabledatamaintenance.Dados_suc
- All Implemented Interfaces:
VdmEntitySet
BR Successors Data
Original entity name from the Odata EDM: dados_sucType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Dados_suc,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<Dados_suc>Selector for all available fields of Dados_suc.static final SimpleProperty.String<Dados_suc>static final SimpleProperty.String<Dados_suc>static final SimpleProperty.String<Dados_suc>static final SimpleProperty.String<Dados_suc>static final SimpleProperty.NumericDecimal<Dados_suc>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionDados_suc(String empresa, String dt_lancto, String cnpj, String nom_emp, BigDecimal perc_pat_liq, Collection<SAP__Message> _Messages) -
Method Summary
Modifier and TypeMethodDescriptionstatic Dados_suc.Dados_sucBuilderbuilder()protected booleanbooleanprotected voidConstraints: Not nullablegetCnpj()(Key Field) Constraints: Not nullable, Maximum length: 14protected String(Key Field) Constraints: Not nullable, Maximum length: 8(Key Field) Constraints: Not nullable, Maximum length: 4protected Stringprotected ODataEntityKeygetKey()Constraints: Not nullable, Maximum length: 255Constraints: Not nullable, Precision: 25, Scale: 6getType()inthashCode()voidset_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoid(Key Field) Constraints: Not nullable, Maximum length: 14voidsetDt_lancto(String dt_lancto) (Key Field) Constraints: Not nullable, Maximum length: 8voidsetEmpresa(String empresa) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetNom_emp(String nom_emp) Constraints: Not nullable, Maximum length: 255voidsetPerc_pat_liq(BigDecimal perc_pat_liq) 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 Dados_suc. -
EMPRESA
-
DT_LANCTO
-
CNPJ
-
NOM_EMP
-
PERC_PAT_LIQ
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
-
-
Constructor Details
-
Dados_suc
public Dados_suc() -
Dados_suc
public Dados_suc(@Nullable String empresa, @Nullable String dt_lancto, @Nullable String cnpj, @Nullable String nom_emp, @Nullable BigDecimal perc_pat_liq, @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
-
setCnpj
(Key Field) Constraints: Not nullable, Maximum length: 14Original property name from the Odata EDM: cnpj
- Parameters:
cnpj- CNPJ
-
setNom_emp
Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: nom_emp
- Parameters:
nom_emp- Business Name
-
setPerc_pat_liq
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: perc_pat_liq
- Parameters:
perc_pat_liq- Percentage of Net Worth
-
set_Messages
Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Parameters:
_Messages- The _Messages to set.
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<Dados_suc>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<Dados_suc>
-
fromMap
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<Dados_suc>
-
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
-
getCnpj
(Key Field) Constraints: Not nullable, Maximum length: 14Original property name from the Odata EDM: cnpj
- Returns:
- CNPJ
-
getNom_emp
Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: nom_emp
- Returns:
- Business Name
-
getPerc_pat_liq
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: perc_pat_liq
- Returns:
- Percentage of Net Worth
-
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<Dados_suc>
-