Class Op_cartao
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: op_cartaoType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Op_cartao,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<Op_cartao>Selector for all available fields of Op_cartao.static final SimpleProperty.String<Op_cartao>static final SimpleProperty.String<Op_cartao>static final SimpleProperty.String<Op_cartao>static final SimpleProperty.String<Op_cartao>static final SimpleProperty.NumericDecimal<Op_cartao>static final SimpleProperty.NumericDecimal<Op_cartao>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionOp_cartao(String empresa, String filial, String cod_part, String dt_registro, BigDecimal tot_credito, BigDecimal tot_debito, Collection<SAP__Message> _Messages) -
Method Summary
Modifier and TypeMethodDescriptionstatic Op_cartao.Op_cartaoBuilderbuilder()protected booleanbooleanprotected voidConstraints: Not nullable(Key Field) Constraints: Not nullable, Maximum length: 60protected String(Key Field) Constraints: Not nullable, Maximum length: 8(Key Field) Constraints: Not nullable, Maximum length: 4protected String(Key Field) Constraints: Not nullable, Maximum length: 4protected ODataEntityKeygetKey()Constraints: Not nullable, Precision: 25, Scale: 6Constraints: Not nullable, Precision: 25, Scale: 6getType()inthashCode()voidset_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidsetCod_part(String cod_part) (Key Field) Constraints: Not nullable, Maximum length: 60voidsetDt_registro(String dt_registro) (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: 4voidsetTot_credito(BigDecimal tot_credito) Constraints: Not nullable, Precision: 25, Scale: 6voidsetTot_debito(BigDecimal tot_debito) 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 Op_cartao. -
EMPRESA
-
FILIAL
-
COD_PART
-
DT_REGISTRO
-
TOT_CREDITO
-
TOT_DEBITO
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
-
-
Constructor Details
-
Op_cartao
public Op_cartao() -
Op_cartao
public Op_cartao(@Nullable String empresa, @Nullable String filial, @Nullable String cod_part, @Nullable String dt_registro, @Nullable BigDecimal tot_credito, @Nullable BigDecimal tot_debito, @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- The empresa to set.
-
setFilial
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: filial
- Parameters:
filial- The filial to set.
-
setCod_part
(Key Field) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: cod_part
- Parameters:
cod_part- The cod_part to set.
-
setDt_registro
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: dt_registro
- Parameters:
dt_registro- The dt_registro to set.
-
setTot_credito
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: tot_credito
- Parameters:
tot_credito- The tot_credito to set.
-
setTot_debito
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: tot_debito
- Parameters:
tot_debito- The tot_debito to set.
-
set_Messages
Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Parameters:
_Messages- The _Messages to set.
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<Op_cartao>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<Op_cartao>
-
fromMap
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<Op_cartao>
-
builder
-
getEmpresa
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: empresa
- Returns:
- The empresa contained in this
VdmEntity.
-
getFilial
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: filial
- Returns:
- The filial contained in this
VdmEntity.
-
getCod_part
(Key Field) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: cod_part
- Returns:
- The cod_part contained in this
VdmEntity.
-
getDt_registro
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: dt_registro
- Returns:
- The dt_registro contained in this
VdmEntity.
-
getTot_credito
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: tot_credito
- Returns:
- The tot_credito contained in this
VdmEntity.
-
getTot_debito
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: tot_debito
- Returns:
- The tot_debito contained in this
VdmEntity.
-
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<Op_cartao>
-