Class Auditor
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: auditorType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Auditor,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<Auditor>Selector for all available fields of Auditor.static final SimpleProperty.String<Auditor>static final SimpleProperty.String<Auditor>static final SimpleProperty.String<Auditor>static final SimpleProperty.String<Auditor>static final SimpleProperty.String<Auditor>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionAuditor()Auditor(String empresa, String cod_cvm_auditor, String ano_auditoria, String nome_auditor, String ni_cpf_cnpj, Collection<SAP__Message> _Messages) -
Method Summary
Modifier and TypeMethodDescriptionstatic Auditor.AuditorBuilderbuilder()protected booleanbooleanprotected voidConstraints: Not nullable(Key Field) Constraints: Not nullable, Maximum length: 4(Key Field) Constraints: Not nullable, Maximum length: 255protected String(Key Field) Constraints: Not nullable, Maximum length: 4protected Stringprotected ODataEntityKeygetKey()Constraints: Not nullable, Maximum length: 14Constraints: Not nullable, Maximum length: 255getType()inthashCode()voidset_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidsetAno_auditoria(String ano_auditoria) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetCod_cvm_auditor(String cod_cvm_auditor) (Key Field) Constraints: Not nullable, Maximum length: 255voidsetEmpresa(String empresa) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetNi_cpf_cnpj(String ni_cpf_cnpj) Constraints: Not nullable, Maximum length: 14voidsetNome_auditor(String nome_auditor) 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 Auditor. -
EMPRESA
-
COD_CVM_AUDITOR
-
ANO_AUDITORIA
-
NOME_AUDITOR
-
NI_CPF_CNPJ
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
-
-
Constructor Details
-
Auditor
public Auditor() -
Auditor
public Auditor(@Nullable String empresa, @Nullable String cod_cvm_auditor, @Nullable String ano_auditoria, @Nullable String nome_auditor, @Nullable String ni_cpf_cnpj, @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_cvm_auditor
(Key Field) Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: cod_cvm_auditor
- Parameters:
cod_cvm_auditor- Auditor's Code
-
setAno_auditoria
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ano_auditoria
- Parameters:
ano_auditoria- Year
-
setNome_auditor
Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: nome_auditor
- Parameters:
nome_auditor- Auditor's Name
-
setNi_cpf_cnpj
Constraints: Not nullable, Maximum length: 14Original property name from the Odata EDM: ni_cpf_cnpj
- Parameters:
ni_cpf_cnpj- Auditor's Identification (CPF or 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<Auditor>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<Auditor>
-
fromMap
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<Auditor>
-
builder
-
getEmpresa
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: empresa
- Returns:
- Company Code
-
getCod_cvm_auditor
(Key Field) Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: cod_cvm_auditor
- Returns:
- Auditor's Code
-
getAno_auditoria
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ano_auditoria
- Returns:
- Year
-
getNome_auditor
Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: nome_auditor
- Returns:
- Auditor's Name
-
getNi_cpf_cnpj
Constraints: Not nullable, Maximum length: 14Original property name from the Odata EDM: ni_cpf_cnpj
- Returns:
- Auditor's Identification (CPF or 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<Auditor>
-