public class DocInfoRecdObjLinkProduct extends VdmEntity<DocInfoRecdObjLinkProduct>
Modifier and Type | Class and Description |
---|---|
static class |
DocInfoRecdObjLinkProduct.DocInfoRecdObjLinkProductBuilder |
Modifier and Type | Field and Description |
---|---|
static DocInfoRecdObjLinkProductSelectable |
ALL_FIELDS
Selector for all available fields of DocInfoRecdObjLinkProduct.
|
static DocInfoRecdObjLinkProductField<String> |
DOC_OBJECT_LINK_COUNTER
Use with available fluent helpers to apply the DocObjectLinkCounter field to query operations.
|
static DocInfoRecdObjLinkProductField<String> |
DOCUMENT_INFO_RECORD_DOC_NUMBER
Use with available fluent helpers to apply the DocumentInfoRecordDocNumber field to query operations.
|
static DocInfoRecdObjLinkProductField<String> |
DOCUMENT_INFO_RECORD_DOC_PART
Use with available fluent helpers to apply the DocumentInfoRecordDocPart field to query operations.
|
static DocInfoRecdObjLinkProductField<String> |
DOCUMENT_INFO_RECORD_DOC_TYPE
Use with available fluent helpers to apply the DocumentInfoRecordDocType field to query operations.
|
static DocInfoRecdObjLinkProductField<String> |
DOCUMENT_INFO_RECORD_DOC_VERSION
Use with available fluent helpers to apply the DocumentInfoRecordDocVersion field to query operations.
|
static DocInfoRecdObjLinkProductField<String> |
LINKED_SAP_OBJECT
Use with available fluent helpers to apply the LinkedSAPObject field to query operations.
|
static DocInfoRecdObjLinkProductField<String> |
LINKED_SAP_OBJECT_KEY
Use with available fluent helpers to apply the LinkedSAPObjectKey field to query operations.
|
Constructor and Description |
---|
DocInfoRecdObjLinkProduct() |
DocInfoRecdObjLinkProduct(String documentInfoRecordDocType,
String documentInfoRecordDocNumber,
String documentInfoRecordDocVersion,
String documentInfoRecordDocPart,
String linkedSAPObject,
String linkedSAPObjectKey,
String docObjectLinkCounter,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static DocInfoRecdObjLinkProduct.DocInfoRecdObjLinkProductBuilder |
builder() |
boolean |
equals(Object o) |
static <T> DocInfoRecdObjLinkProductField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
String |
getDocObjectLinkCounter()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
getDocumentInfoRecordDocNumber()
(Key Field) Constraints: Not nullable, Maximum length: 25
|
String |
getDocumentInfoRecordDocPart()
(Key Field) Constraints: Not nullable, Maximum length: 3 Design departments, for example, can use document parts to divide up large documents such as design drawings into pages.
|
String |
getDocumentInfoRecordDocType()
(Key Field) Constraints: Not nullable, Maximum length: 3
|
String |
getDocumentInfoRecordDocVersion()
(Key Field) Constraints: Not nullable, Maximum length: 2 A new version is assigned after the original files have been edited in the following processing situations:The new processing status varies from the original in a certain way (for example, text change sin a text file).You want the original processing status to remain the same (for example, documentation of project progress).
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
String |
getLinkedSAPObject()
(Key Field) Constraints: Not nullable, Maximum length: 10 In the standard system, many links are supported.
|
String |
getLinkedSAPObjectKey()
(Key Field) Constraints: Not nullable, Maximum length: 90 The number is generated by the system based on key fields of the object for example:change object key fieldsmaterial BOM materials, plant, usedocument document number,document typedocument part, versioncustomer debtor number
|
Class<DocInfoRecdObjLinkProduct> |
getType() |
int |
hashCode() |
void |
setDocObjectLinkCounter(String docObjectLinkCounter)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setDocumentInfoRecordDocNumber(String documentInfoRecordDocNumber)
(Key Field) Constraints: Not nullable, Maximum length: 25
|
void |
setDocumentInfoRecordDocPart(String documentInfoRecordDocPart)
(Key Field) Constraints: Not nullable, Maximum length: 3 Design departments, for example, can use document parts to divide up large documents such as design drawings into pages.
|
void |
setDocumentInfoRecordDocType(String documentInfoRecordDocType)
(Key Field) Constraints: Not nullable, Maximum length: 3
|
void |
setDocumentInfoRecordDocVersion(String documentInfoRecordDocVersion)
(Key Field) Constraints: Not nullable, Maximum length: 2 A new version is assigned after the original files have been edited in the following processing situations:The new processing status varies from the original in a certain way (for example, text change sin a text file).You want the original processing status to remain the same (for example, documentation of project progress).
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
setLinkedSAPObject(String linkedSAPObject)
(Key Field) Constraints: Not nullable, Maximum length: 10 In the standard system, many links are supported.
|
void |
setLinkedSAPObjectKey(String linkedSAPObjectKey)
(Key Field) Constraints: Not nullable, Maximum length: 90 The number is generated by the system based on key fields of the object for example:change object key fieldsmaterial BOM materials, plant, usedocument document number,document typedocument part, versioncustomer debtor number
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final DocInfoRecdObjLinkProductSelectable ALL_FIELDS
public static final DocInfoRecdObjLinkProductField<String> DOCUMENT_INFO_RECORD_DOC_TYPE
public static final DocInfoRecdObjLinkProductField<String> DOCUMENT_INFO_RECORD_DOC_NUMBER
public static final DocInfoRecdObjLinkProductField<String> DOCUMENT_INFO_RECORD_DOC_VERSION
public static final DocInfoRecdObjLinkProductField<String> DOCUMENT_INFO_RECORD_DOC_PART
public static final DocInfoRecdObjLinkProductField<String> LINKED_SAP_OBJECT
public static final DocInfoRecdObjLinkProductField<String> LINKED_SAP_OBJECT_KEY
public static final DocInfoRecdObjLinkProductField<String> DOC_OBJECT_LINK_COUNTER
public DocInfoRecdObjLinkProduct()
public DocInfoRecdObjLinkProduct(@Nullable String documentInfoRecordDocType, @Nullable String documentInfoRecordDocNumber, @Nullable String documentInfoRecordDocVersion, @Nullable String documentInfoRecordDocPart, @Nullable String linkedSAPObject, @Nullable String linkedSAPObjectKey, @Nullable String docObjectLinkCounter, @Nullable ErpConfigContext erpConfigContext)
public Class<DocInfoRecdObjLinkProduct> getType()
getType
in class VdmObject<DocInfoRecdObjLinkProduct>
public static <T> DocInfoRecdObjLinkProductField<T> field(String fieldName, Class<T> fieldType)
fieldName
- The name of the extension field as returned by the OData service.fieldType
- The Java type to use for the extension field when performing value comparisons.public static DocInfoRecdObjLinkProduct.DocInfoRecdObjLinkProductBuilder builder()
@Nullable public String getDocumentInfoRecordDocType()
@Nullable public String getDocumentInfoRecordDocNumber()
@Nullable public String getDocumentInfoRecordDocVersion()
A new version is assigned after the original files have been edited in the following processing situations:The new processing status varies from the original in a certain way (for example, text change sin a text file).You want the original processing status to remain the same (for example, documentation of project progress).
@Nullable public String getDocumentInfoRecordDocPart()
Design departments, for example, can use document parts to divide up large documents such as design drawings into pages.
@Nullable public String getLinkedSAPObject()
In the standard system, many links are supported. You can display these using the input help.Additional links can be defined via specific screens and table entries without changing the program.See also: Maintain object link
@Nullable public String getLinkedSAPObjectKey()
The number is generated by the system based on key fields of the object for example:change object key fieldsmaterial BOM materials, plant, usedocument document number,document typedocument part, versioncustomer debtor number
@Nullable public String getDocObjectLinkCounter()
@Nullable public ErpConfigContext getErpConfigContext()
public void setDocumentInfoRecordDocType(@Nullable String documentInfoRecordDocType)
documentInfoRecordDocType
- public void setDocumentInfoRecordDocNumber(@Nullable String documentInfoRecordDocNumber)
documentInfoRecordDocNumber
- public void setDocumentInfoRecordDocVersion(@Nullable String documentInfoRecordDocVersion)
A new version is assigned after the original files have been edited in the following processing situations:The new processing status varies from the original in a certain way (for example, text change sin a text file).You want the original processing status to remain the same (for example, documentation of project progress).
documentInfoRecordDocVersion
- public void setDocumentInfoRecordDocPart(@Nullable String documentInfoRecordDocPart)
Design departments, for example, can use document parts to divide up large documents such as design drawings into pages.
documentInfoRecordDocPart
- public void setLinkedSAPObject(@Nullable String linkedSAPObject)
In the standard system, many links are supported. You can display these using the input help.Additional links can be defined via specific screens and table entries without changing the program.See also: Maintain object link
linkedSAPObject
- public void setLinkedSAPObjectKey(@Nullable String linkedSAPObjectKey)
The number is generated by the system based on key fields of the object for example:change object key fieldsmaterial BOM materials, plant, usedocument document number,document typedocument part, versioncustomer debtor number
linkedSAPObjectKey
- public void setDocObjectLinkCounter(@Nullable String docObjectLinkCounter)
docObjectLinkCounter
- public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- public String toString()
toString
in class VdmObject<DocInfoRecdObjLinkProduct>
public boolean equals(Object o)
equals
in class VdmObject<DocInfoRecdObjLinkProduct>
public int hashCode()
hashCode
in class VdmObject<DocInfoRecdObjLinkProduct>
Copyright © 2018 SAP SE. All rights reserved.