Class Plcta_cpl
java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity<Plcta_cpl>
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.ctrcomplementarytabledatamaintenance.Plcta_cpl
- All Implemented Interfaces:
VdmEntitySet
BR Chart Of Accounts Compl
Original entity name from the Odata EDM: plcta_cplType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Plcta_cpl,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<Plcta_cpl>Selector for all available fields of Plcta_cpl.static final SimpleProperty.String<Plcta_cpl>static final SimpleProperty.String<Plcta_cpl>static final SimpleProperty.String<Plcta_cpl>static final SimpleProperty.String<Plcta_cpl>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionPlcta_cpl(String empresa, String cod_cta, String cod_ccus, String cnpj_est, Collection<SAP__Message> _Messages) -
Method Summary
Modifier and TypeMethodDescriptionstatic Plcta_cpl.Plcta_cplBuilderbuilder()protected booleanbooleanprotected voidConstraints: Not nullableConstraints: Not nullable, Maximum length: 14Constraints: Not nullable, Maximum length: 255(Key Field) Constraints: Not nullable, Maximum length: 100protected String(Key Field) Constraints: Not nullable, Maximum length: 4protected Stringprotected ODataEntityKeygetKey()getType()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: 255voidsetCod_cta(String cod_cta) (Key Field) Constraints: Not nullable, Maximum length: 100voidsetEmpresa(String empresa) (Key Field) Constraints: Not nullable, Maximum length: 4toString()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 Plcta_cpl. -
EMPRESA
-
COD_CTA
-
COD_CCUS
-
CNPJ_EST
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
-
-
Constructor Details
-
Plcta_cpl
public Plcta_cpl() -
Plcta_cpl
public Plcta_cpl(@Nullable String empresa, @Nullable String cod_cta, @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
-
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_ccus
Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: cod_ccus
- Parameters:
cod_ccus- The cod_ccus to set.
-
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<Plcta_cpl>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<Plcta_cpl>
-
fromMap
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<Plcta_cpl>
-
builder
-
getEmpresa
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: empresa
- Returns:
- Company Code
-
getCod_cta
(Key Field) Constraints: Not nullable, Maximum length: 100Original property name from the Odata EDM: cod_cta
- Returns:
- Account Code (Chart)
-
getCod_ccus
Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: cod_ccus
- Returns:
- The cod_ccus contained in this
VdmEntity.
-
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<Plcta_cpl>
-