Class Pln_cta
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: pln_ctaType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Pln_cta,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<Pln_cta>Selector for all available fields of Pln_cta.static final SimpleProperty.String<Pln_cta>static final SimpleProperty.String<Pln_cta>static final SimpleProperty.String<Pln_cta>static final SimpleProperty.String<Pln_cta>static final SimpleProperty.String<Pln_cta>static final SimpleProperty.String<Pln_cta>static final SimpleProperty.String<Pln_cta>static final SimpleProperty.String<Pln_cta>static final SimpleProperty.String<Pln_cta>static final SimpleProperty.String<Pln_cta>static final SimpleProperty.String<Pln_cta>static final SimpleProperty.NumericInteger<Pln_cta>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Pln_cta.Pln_ctaBuilderbuilder()protected booleanbooleanprotected voidConstraints: Not nullableConstraints: Not nullable, Maximum length: 14Constraints: Not nullable, Maximum length: 30(Key Field) Constraints: Not nullable, Maximum length: 100Constraints: Not nullable, Maximum length: 100Constraints: Not nullable, Maximum length: 100Constraints: Not nullable, Maximum length: 2getCta()Constraints: Not nullable, Maximum length: 255protected StringConstraints: Not nullable, Maximum length: 8(Key Field) Constraints: Not nullable, Maximum length: 4protected String(Key Field) Constraints: Not nullable, Maximum length: 4Constraints: Not nullable, Maximum length: 1protected ODataEntityKeygetKey()getNivel()Constraints: Not nullablegetType()inthashCode()voidset_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidsetCnpj_est(String cnpj_est) Constraints: Not nullable, Maximum length: 14voidsetCod_ccus(String cod_ccus) Constraints: Not nullable, Maximum length: 30voidsetCod_cta(String cod_cta) (Key Field) Constraints: Not nullable, Maximum length: 100voidsetCod_cta_alt(String cod_cta_alt) Constraints: Not nullable, Maximum length: 100voidsetCod_cta_sup(String cod_cta_sup) Constraints: Not nullable, Maximum length: 100voidsetCod_nat(String cod_nat) Constraints: Not nullable, Maximum length: 2voidConstraints: Not nullable, Maximum length: 255voidConstraints: Not nullable, Maximum length: 8voidsetEmpresa(String empresa) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetEstr_balanco(String estr_balanco) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetInd_cta(String ind_cta) Constraints: Not nullable, Maximum length: 1voidConstraints: Not nullabletoString()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 Pln_cta. -
EMPRESA
-
ESTR_BALANCO
-
COD_CTA
-
COD_CTA_ALT
-
COD_CTA_SUP
-
IND_CTA
-
NIVEL
-
DT_ALT
-
CTA
-
COD_NAT
-
COD_CCUS
-
CNPJ_EST
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
-
-
Constructor Details
-
Pln_cta
public Pln_cta() -
Pln_cta
public Pln_cta(@Nullable String empresa, @Nullable String estr_balanco, @Nullable String cod_cta, @Nullable String cod_cta_alt, @Nullable String cod_cta_sup, @Nullable String ind_cta, @Nullable Integer nivel, @Nullable String dt_alt, @Nullable String cta, @Nullable String cod_nat, @Nullable String cod_ccus, @Nullable String cnpj_est, @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
-
setEstr_balanco
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: estr_balanco
- Parameters:
estr_balanco- Financial Statement Version
-
setCod_cta
(Key Field) Constraints: Not nullable, Maximum length: 100Original property name from the Odata EDM: cod_cta
- Parameters:
cod_cta- Account Code (Chart)
-
setCod_cta_alt
Constraints: Not nullable, Maximum length: 100Original property name from the Odata EDM: cod_cta_alt
- Parameters:
cod_cta_alt- Account Code (Chart)
-
setCod_cta_sup
Constraints: Not nullable, Maximum length: 100Original property name from the Odata EDM: cod_cta_sup
- Parameters:
cod_cta_sup- Account Code (Chart)
-
setInd_cta
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ind_cta
- Parameters:
ind_cta- Account Indicator
-
setNivel
Constraints: Not nullableOriginal property name from the Odata EDM: nivel
- Parameters:
nivel- Account Level
-
setDt_alt
Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: dt_alt
- Parameters:
dt_alt- Corporate change date
-
setCta
Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: cta
- Parameters:
cta- Code of Controlled Book Account Charged/Credited
-
setCod_nat
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: cod_nat
- Parameters:
cod_nat- Account Nature
-
setCod_ccus
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: cod_ccus
- Parameters:
cod_ccus- Cost Center
-
setCnpj_est
Constraints: Not nullable, Maximum length: 14Original property name from the Odata EDM: cnpj_est
- Parameters:
cnpj_est- CNPJ
-
set_Messages
Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Parameters:
_Messages- The _Messages to set.
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<Pln_cta>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<Pln_cta>
-
fromMap
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<Pln_cta>
-
builder
-
getEmpresa
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: empresa
- Returns:
- Company Code
-
getEstr_balanco
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: estr_balanco
- Returns:
- Financial Statement Version
-
getCod_cta
(Key Field) Constraints: Not nullable, Maximum length: 100Original property name from the Odata EDM: cod_cta
- Returns:
- Account Code (Chart)
-
getCod_cta_alt
Constraints: Not nullable, Maximum length: 100Original property name from the Odata EDM: cod_cta_alt
- Returns:
- Account Code (Chart)
-
getCod_cta_sup
Constraints: Not nullable, Maximum length: 100Original property name from the Odata EDM: cod_cta_sup
- Returns:
- Account Code (Chart)
-
getInd_cta
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ind_cta
- Returns:
- Account Indicator
-
getNivel
Constraints: Not nullableOriginal property name from the Odata EDM: nivel
- Returns:
- Account Level
-
getDt_alt
Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: dt_alt
- Returns:
- Corporate change date
-
getCta
Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: cta
- Returns:
- Code of Controlled Book Account Charged/Credited
-
getCod_nat
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: cod_nat
- Returns:
- Account Nature
-
getCod_ccus
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: cod_ccus
- Returns:
- Cost Center
-
getCnpj_est
Constraints: Not nullable, Maximum length: 14Original property name from the Odata EDM: cnpj_est
- Returns:
- CNPJ
-
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<Pln_cta>
-