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
|
String |
getDocumentInfoRecordDocType()
(Key Field) Constraints: Not nullable, Maximum length: 3
|
String |
getDocumentInfoRecordDocVersion()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
String |
getLinkedSAPObject()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getLinkedSAPObjectKey()
(Key Field) Constraints: Not nullable, Maximum length: 90
|
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
|
void |
setDocumentInfoRecordDocType(String documentInfoRecordDocType)
(Key Field) Constraints: Not nullable, Maximum length: 3
|
void |
setDocumentInfoRecordDocVersion(String documentInfoRecordDocVersion)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setLinkedSAPObject(String linkedSAPObject)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setLinkedSAPObjectKey(String linkedSAPObjectKey)
(Key Field) Constraints: Not nullable, Maximum length: 90
|
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
@Generated(value="lombok") public DocInfoRecdObjLinkProduct()
@ConstructorProperties(value={"documentInfoRecordDocType","documentInfoRecordDocNumber","documentInfoRecordDocVersion","documentInfoRecordDocPart","linkedSAPObject","linkedSAPObjectKey","docObjectLinkCounter","erpConfigContext"}) @Generated(value="lombok") 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.@Generated(value="lombok") public static DocInfoRecdObjLinkProduct.DocInfoRecdObjLinkProductBuilder builder()
@Nullable @Generated(value="lombok") public String getDocumentInfoRecordDocType()
@Nullable @Generated(value="lombok") public String getDocumentInfoRecordDocNumber()
@Nullable @Generated(value="lombok") 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 @Generated(value="lombok") public String getDocumentInfoRecordDocPart()
Design departments, for example, can use document parts to divide up large documents such as design drawings into pages.
@Nullable @Generated(value="lombok") 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 @Generated(value="lombok") 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 @Generated(value="lombok") public String getDocObjectLinkCounter()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setDocumentInfoRecordDocType(@Nullable String documentInfoRecordDocType)
documentInfoRecordDocType
- @Generated(value="lombok") public void setDocumentInfoRecordDocNumber(@Nullable String documentInfoRecordDocNumber)
documentInfoRecordDocNumber
- @Generated(value="lombok") 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
- @Generated(value="lombok") 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
- @Generated(value="lombok") 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
- @Generated(value="lombok") 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
- @Generated(value="lombok") public void setDocObjectLinkCounter(@Nullable String docObjectLinkCounter)
docObjectLinkCounter
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<DocInfoRecdObjLinkProduct>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<DocInfoRecdObjLinkProduct>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<DocInfoRecdObjLinkProduct>
Copyright © 2017 SAP SE. All rights reserved.