Class Inscr_cad
java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity<Inscr_cad>
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.ctrcomplementarytabledatamaintenance.Inscr_cad
- All Implemented Interfaces:
VdmEntitySet
BR Register Description
Original entity name from the Odata EDM: inscr_cadType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Inscr_cad,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<Inscr_cad>Selector for all available fields of Inscr_cad.static final SimpleProperty.String<Inscr_cad>static final SimpleProperty.String<Inscr_cad>static final SimpleProperty.String<Inscr_cad>static final SimpleProperty.String<Inscr_cad>static final SimpleProperty.String<Inscr_cad>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionInscr_cad(String empresa, String cod_ent_ref, String cod_inscr, String vig_de, String vig_ate, Collection<SAP__Message> _Messages) -
Method Summary
Modifier and TypeMethodDescriptionstatic Inscr_cad.Inscr_cadBuilderbuilder()protected booleanbooleanprotected voidConstraints: Not nullable(Key Field) Constraints: Not nullable, Maximum length: 2(Key Field) Constraints: Not nullable, Maximum length: 20protected String(Key Field) Constraints: Not nullable, Maximum length: 4protected Stringprotected ODataEntityKeygetKey()getType()Constraints: Not nullable, Maximum length: 8(Key Field) Constraints: Not nullable, Maximum length: 8inthashCode()voidset_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidsetCod_ent_ref(String cod_ent_ref) (Key Field) Constraints: Not nullable, Maximum length: 2voidsetCod_inscr(String cod_inscr) (Key Field) Constraints: Not nullable, Maximum length: 20voidsetEmpresa(String empresa) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetVig_ate(String vig_ate) Constraints: Not nullable, Maximum length: 8void(Key Field) Constraints: Not nullable, Maximum length: 8toString()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 Inscr_cad. -
EMPRESA
-
COD_ENT_REF
-
COD_INSCR
-
VIG_DE
-
VIG_ATE
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
-
-
Constructor Details
-
Inscr_cad
public Inscr_cad() -
Inscr_cad
public Inscr_cad(@Nullable String empresa, @Nullable String cod_ent_ref, @Nullable String cod_inscr, @Nullable String vig_de, @Nullable String vig_ate, @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_ent_ref
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: cod_ent_ref
- Parameters:
cod_ent_ref- The cod_ent_ref to set.
-
setCod_inscr
(Key Field) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: cod_inscr
- Parameters:
cod_inscr- The cod_inscr to set.
-
setVig_de
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: vig_de
- Parameters:
vig_de- Valid From
-
setVig_ate
Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: vig_ate
- Parameters:
vig_ate- Valid To
-
set_Messages
Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Parameters:
_Messages- The _Messages to set.
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<Inscr_cad>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<Inscr_cad>
-
fromMap
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<Inscr_cad>
-
builder
-
getEmpresa
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: empresa
- Returns:
- Company Code
-
getCod_ent_ref
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: cod_ent_ref
- Returns:
- The cod_ent_ref contained in this
VdmEntity.
-
getCod_inscr
(Key Field) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: cod_inscr
- Returns:
- The cod_inscr contained in this
VdmEntity.
-
getVig_de
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: vig_de
- Returns:
- Valid From
-
getVig_ate
Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: vig_ate
- Returns:
- Valid To
-
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<Inscr_cad>
-