Class Com_bic_b
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: com_bic_bType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Com_bic_b,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<Com_bic_b>Selector for all available fields of Com_bic_b.static final SimpleProperty.String<Com_bic_b>static final SimpleProperty.String<Com_bic_b>static final SimpleProperty.String<Com_bic_b>static final SimpleProperty.String<Com_bic_b>static final SimpleProperty.String<Com_bic_b>static final SimpleProperty.String<Com_bic_b>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionCom_bic_b(String serie, String num_bico, String cod_item, String num_tanque, String empresa, String filial, Collection<SAP__Message> _Messages) -
Method Summary
Modifier and TypeMethodDescriptionstatic Com_bic_b.Com_bic_bBuilderbuilder()protected booleanbooleanprotected voidConstraints: Not nullable(Key Field) Constraints: Not nullable, Maximum length: 60protected StringConstraints: Not nullable, Maximum length: 4protected StringConstraints: Not nullable, Maximum length: 4protected ODataEntityKeygetKey()(Key Field) Constraints: Not nullable, Maximum length: 3(Key Field) Constraints: Not nullable, Maximum length: 3getSerie()(Key Field) Constraints: Not nullable, Maximum length: 255getType()inthashCode()voidset_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidsetCod_item(String cod_item) (Key Field) Constraints: Not nullable, Maximum length: 60voidsetEmpresa(String empresa) Constraints: Not nullable, Maximum length: 4voidConstraints: Not nullable, Maximum length: 4voidsetNum_bico(String num_bico) (Key Field) Constraints: Not nullable, Maximum length: 3voidsetNum_tanque(String num_tanque) (Key Field) Constraints: Not nullable, Maximum length: 3void(Key Field) Constraints: Not nullable, Maximum length: 255toString()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 Com_bic_b. -
SERIE
-
NUM_BICO
-
COD_ITEM
-
NUM_TANQUE
-
EMPRESA
-
FILIAL
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
-
-
Constructor Details
-
Com_bic_b
public Com_bic_b() -
Com_bic_b
public Com_bic_b(@Nullable String serie, @Nullable String num_bico, @Nullable String cod_item, @Nullable String num_tanque, @Nullable String empresa, @Nullable String filial, @Nullable Collection<SAP__Message> _Messages)
-
-
Method Details
-
getType
-
setSerie
(Key Field) Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: serie
- Parameters:
serie- The serie to set.
-
setNum_bico
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: num_bico
- Parameters:
num_bico- The num_bico to set.
-
setCod_item
(Key Field) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: cod_item
- Parameters:
cod_item- The cod_item to set.
-
setNum_tanque
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: num_tanque
- Parameters:
num_tanque- The num_tanque to set.
-
setEmpresa
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: empresa
- Parameters:
empresa- The empresa 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<Com_bic_b>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<Com_bic_b>
-
fromMap
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<Com_bic_b>
-
builder
-
getSerie
(Key Field) Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: serie
- Returns:
- The serie contained in this
VdmEntity.
-
getNum_bico
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: num_bico
- Returns:
- The num_bico contained in this
VdmEntity.
-
getCod_item
(Key Field) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: cod_item
- Returns:
- The cod_item contained in this
VdmEntity.
-
getNum_tanque
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: num_tanque
- Returns:
- The num_tanque contained in this
VdmEntity.
-
getEmpresa
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: empresa
- Returns:
- The empresa 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<Com_bic_b>
-