Class Cen_custo
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: cen_custoType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Cen_custo,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<Cen_custo>Selector for all available fields of Cen_custo.static final SimpleProperty.String<Cen_custo>static final SimpleProperty.String<Cen_custo>static final SimpleProperty.String<Cen_custo>static final SimpleProperty.String<Cen_custo>static final SimpleProperty.String<Cen_custo>static final SimpleProperty.String<Cen_custo>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionCen_custo(String empresa, String divisao, String cod_ccus, String dt_alt, String ccus, String filial, Collection<SAP__Message> _Messages) -
Method Summary
Modifier and TypeMethodDescriptionstatic Cen_custo.Cen_custoBuilderbuilder()protected booleanbooleanprotected voidConstraints: Not nullablegetCcus()Constraints: Not nullable, Maximum length: 255(Key Field) Constraints: Not nullable, Maximum length: 255protected String(Key Field) Constraints: Not nullable, Maximum length: 4(Key Field) Constraints: Not nullable, Maximum length: 8(Key Field) Constraints: Not nullable, Maximum length: 4protected StringConstraints: Not nullable, Maximum length: 4protected ODataEntityKeygetKey()getType()inthashCode()voidset_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidConstraints: Not nullable, Maximum length: 255voidsetCod_ccus(String cod_ccus) (Key Field) Constraints: Not nullable, Maximum length: 255voidsetDivisao(String divisao) (Key Field) Constraints: Not nullable, Maximum length: 4void(Key Field) Constraints: Not nullable, Maximum length: 8voidsetEmpresa(String empresa) (Key Field) Constraints: Not nullable, Maximum length: 4voidConstraints: 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 Cen_custo. -
EMPRESA
-
DIVISAO
-
COD_CCUS
-
DT_ALT
-
CCUS
-
FILIAL
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
-
-
Constructor Details
-
Cen_custo
public Cen_custo() -
Cen_custo
public Cen_custo(@Nullable String empresa, @Nullable String divisao, @Nullable String cod_ccus, @Nullable String dt_alt, @Nullable String ccus, @Nullable String filial, @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
-
setDivisao
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: divisao
- Parameters:
divisao- The divisao to set.
-
setCod_ccus
(Key Field) Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: cod_ccus
- Parameters:
cod_ccus- The cod_ccus to set.
-
setDt_alt
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: dt_alt
- Parameters:
dt_alt- Change Date
-
setCcus
Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: ccus
- Parameters:
ccus- The ccus to set.
-
setFilial
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: filial
- Parameters:
filial- The filial 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<Cen_custo>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<Cen_custo>
-
fromMap
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<Cen_custo>
-
builder
-
getEmpresa
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: empresa
- Returns:
- Company Code
-
getDivisao
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: divisao
- Returns:
- The divisao contained in this
VdmEntity.
-
getCod_ccus
(Key Field) Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: cod_ccus
- Returns:
- The cod_ccus contained in this
VdmEntity.
-
getDt_alt
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: dt_alt
- Returns:
- Change Date
-
getCcus
Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: ccus
- Returns:
- The ccus contained in this
VdmEntity.
-
getFilial
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: filial
- Returns:
- The filial 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<Cen_custo>
-