Class Wh_tx_cpl
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: wh_tx_cplType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Wh_tx_cpl,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<Wh_tx_cpl>Selector for all available fields of Wh_tx_cpl.static final SimpleProperty.String<Wh_tx_cpl>static final SimpleProperty.String<Wh_tx_cpl>static final SimpleProperty.String<Wh_tx_cpl>static final SimpleProperty.String<Wh_tx_cpl>static final SimpleProperty.String<Wh_tx_cpl>static final SimpleProperty.String<Wh_tx_cpl>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionWh_tx_cpl(String company_code, String branch, String fiscal_year, String posting_number, String revenue_code, String indicator_revenue_nature, Collection<SAP__Message> _Messages) -
Method Summary
Modifier and TypeMethodDescriptionstatic Wh_tx_cpl.Wh_tx_cplBuilderbuilder()protected booleanbooleanprotected voidConstraints: Not nullable(Key Field) Constraints: Not nullable, Maximum length: 4(Key Field) Constraints: Not nullable, Maximum length: 4protected Stringprotected String(Key Field) Constraints: Not nullable, Maximum length: 4Constraints: Not nullable, Maximum length: 1protected ODataEntityKeygetKey()(Key Field) Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 4getType()inthashCode()voidset_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoid(Key Field) Constraints: Not nullable, Maximum length: 4voidsetCompany_code(String company_code) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetFiscal_year(String fiscal_year) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetIndicator_revenue_nature(String indicator_revenue_nature) Constraints: Not nullable, Maximum length: 1voidsetPosting_number(String posting_number) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetRevenue_code(String revenue_code) Constraints: 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 Wh_tx_cpl. -
COMPANY_CODE
-
BRANCH
-
FISCAL_YEAR
-
POSTING_NUMBER
-
REVENUE_CODE
-
INDICATOR_REVENUE_NATURE
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
-
-
Constructor Details
-
Wh_tx_cpl
public Wh_tx_cpl() -
Wh_tx_cpl
public Wh_tx_cpl(@Nullable String company_code, @Nullable String branch, @Nullable String fiscal_year, @Nullable String posting_number, @Nullable String revenue_code, @Nullable String indicator_revenue_nature, @Nullable Collection<SAP__Message> _Messages)
-
-
Method Details
-
getType
-
setCompany_code
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: company_code
- Parameters:
company_code- Company Code
-
setBranch
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: branch
- Parameters:
branch- Branch
-
setFiscal_year
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: fiscal_year
- Parameters:
fiscal_year- Year
-
setPosting_number
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: posting_number
- Parameters:
posting_number- Posting Number
-
setRevenue_code
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: revenue_code
- Parameters:
revenue_code- Revenue Code
-
setIndicator_revenue_nature
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: indicator_revenue_nature
- Parameters:
indicator_revenue_nature- Indicator of Nature of Revenue
-
set_Messages
Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Parameters:
_Messages- The _Messages to set.
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<Wh_tx_cpl>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<Wh_tx_cpl>
-
fromMap
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<Wh_tx_cpl>
-
builder
-
getCompany_code
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: company_code
- Returns:
- Company Code
-
getBranch
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: branch
- Returns:
- Branch
-
getFiscal_year
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: fiscal_year
- Returns:
- Year
-
getPosting_number
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: posting_number
- Returns:
- Posting Number
-
getRevenue_code
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: revenue_code
- Returns:
- Revenue Code
-
getIndicator_revenue_nature
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: indicator_revenue_nature
- Returns:
- Indicator of Nature of Revenue
-
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<Wh_tx_cpl>
-