public class DocumentInfoRecordDocStsVH extends VdmEntity<DocumentInfoRecordDocStsVH>
Modifier and Type | Class and Description |
---|---|
static class |
DocumentInfoRecordDocStsVH.DocumentInfoRecordDocStsVHBuilder |
Modifier and Type | Field and Description |
---|---|
static DocumentInfoRecordDocStsVHSelectable |
ALL_FIELDS
Selector for all available fields of DocumentInfoRecordDocStsVH.
|
static DocumentInfoRecordDocStsVHField<String> |
DOCUMENT_INFO_RECORD_DOC_TYPE
Use with available fluent helpers to apply the DocumentInfoRecordDocType field to query operations.
|
static DocumentInfoRecordDocStsVHField<String> |
DOCUMENT_STATUS_NAME
Use with available fluent helpers to apply the DocumentStatusName field to query operations.
|
static DocumentInfoRecordDocStsVHField<String> |
EXTERNAL_DOCUMENT_STATUS
Use with available fluent helpers to apply the ExternalDocumentStatus field to query operations.
|
static DocumentInfoRecordDocStsVHField<String> |
INTERNAL_DOCUMENT_STATUS
Use with available fluent helpers to apply the InternalDocumentStatus field to query operations.
|
static DocumentInfoRecordDocStsVHField<String> |
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
|
Constructor and Description |
---|
DocumentInfoRecordDocStsVH() |
DocumentInfoRecordDocStsVH(String documentInfoRecordDocType,
String language,
String externalDocumentStatus,
String internalDocumentStatus,
String documentStatusName,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static DocumentInfoRecordDocStsVH.DocumentInfoRecordDocStsVHBuilder |
builder() |
boolean |
equals(Object o) |
static <T> DocumentInfoRecordDocStsVHField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
String |
getDocumentInfoRecordDocType()
(Key Field) Constraints: Not nullable, Maximum length: 3
|
String |
getDocumentStatusName()
Constraints: Not nullable, Maximum length: 16
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
String |
getExternalDocumentStatus()
(Key Field) Constraints: Not nullable, Maximum length: 2 If a status network is defined for the document type you canchoose a status among the entry possibilities which is supported inthe current processing situation when you create orchange.You can find more information with an additional colored release indicator:If the document version is releasedIn which time interval the version is releasedYou define the status network in Customizing work step Define document type level Define document status.
|
String |
getInternalDocumentStatus()
Constraints: Not nullable, Maximum length: 2 For each document type, you can define a status network in which one or more previous statuses are defined for a status.
|
String |
getLanguage()
(Key Field) Constraints: Not nullable, Maximum length: 2 During processing, you can switch to all languages allowed in the SAP System.
|
Class<DocumentInfoRecordDocStsVH> |
getType() |
int |
hashCode() |
void |
setDocumentInfoRecordDocType(String documentInfoRecordDocType)
(Key Field) Constraints: Not nullable, Maximum length: 3
|
void |
setDocumentStatusName(String documentStatusName)
Constraints: Not nullable, Maximum length: 16
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
setExternalDocumentStatus(String externalDocumentStatus)
(Key Field) Constraints: Not nullable, Maximum length: 2 If a status network is defined for the document type you canchoose a status among the entry possibilities which is supported inthe current processing situation when you create orchange.You can find more information with an additional colored release indicator:If the document version is releasedIn which time interval the version is releasedYou define the status network in Customizing work step Define document type level Define document status.
|
void |
setInternalDocumentStatus(String internalDocumentStatus)
Constraints: Not nullable, Maximum length: 2 For each document type, you can define a status network in which one or more previous statuses are defined for a status.
|
void |
setLanguage(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2 During processing, you can switch to all languages allowed in the SAP System.
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final DocumentInfoRecordDocStsVHSelectable ALL_FIELDS
public static final DocumentInfoRecordDocStsVHField<String> DOCUMENT_INFO_RECORD_DOC_TYPE
public static final DocumentInfoRecordDocStsVHField<String> LANGUAGE
public static final DocumentInfoRecordDocStsVHField<String> EXTERNAL_DOCUMENT_STATUS
public static final DocumentInfoRecordDocStsVHField<String> INTERNAL_DOCUMENT_STATUS
public static final DocumentInfoRecordDocStsVHField<String> DOCUMENT_STATUS_NAME
public Class<DocumentInfoRecordDocStsVH> getType()
getType
in class VdmObject<DocumentInfoRecordDocStsVH>
public static <T> DocumentInfoRecordDocStsVHField<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 DocumentInfoRecordDocStsVH.DocumentInfoRecordDocStsVHBuilder builder()
@Nullable public String getDocumentInfoRecordDocType()
@Nullable public String getLanguage()
During processing, you can switch to all languages allowed in the SAP System. You can even make an entry in this field when displaying a document.The default is always the language key of the logon language.If the field Description has been defined as a required field via Customizing (Document management), this only applies to your logon language. If you change to another language, the field Description becomes an optional field.
@Nullable public String getExternalDocumentStatus()
If a status network is defined for the document type you canchoose a status among the entry possibilities which is supported inthe current processing situation when you create orchange.You can find more information with an additional colored release indicator:If the document version is releasedIn which time interval the version is releasedYou define the status network in Customizing work step Define document type level Define document status.
@Nullable public String getInternalDocumentStatus()
For each document type, you can define a status network in which one or more previous statuses are defined for a status. You can display the current possible entries (language-dependent) in any processing situation.When you set a new status, the system checks whether the current status is one of the possible previous statuses.When you set a status, the system checks your authorization.
@Nullable public String getDocumentStatusName()
@Nullable public ErpConfigContext getErpConfigContext()
public void setDocumentInfoRecordDocType(@Nullable String documentInfoRecordDocType)
documentInfoRecordDocType
- public void setLanguage(@Nullable String language)
During processing, you can switch to all languages allowed in the SAP System. You can even make an entry in this field when displaying a document.The default is always the language key of the logon language.If the field Description has been defined as a required field via Customizing (Document management), this only applies to your logon language. If you change to another language, the field Description becomes an optional field.
language
- public void setExternalDocumentStatus(@Nullable String externalDocumentStatus)
If a status network is defined for the document type you canchoose a status among the entry possibilities which is supported inthe current processing situation when you create orchange.You can find more information with an additional colored release indicator:If the document version is releasedIn which time interval the version is releasedYou define the status network in Customizing work step Define document type level Define document status.
externalDocumentStatus
- public void setInternalDocumentStatus(@Nullable String internalDocumentStatus)
For each document type, you can define a status network in which one or more previous statuses are defined for a status. You can display the current possible entries (language-dependent) in any processing situation.When you set a new status, the system checks whether the current status is one of the possible previous statuses.When you set a status, the system checks your authorization.
internalDocumentStatus
- public void setDocumentStatusName(@Nullable String documentStatusName)
documentStatusName
- public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- public String toString()
toString
in class VdmObject<DocumentInfoRecordDocStsVH>
public boolean equals(Object o)
equals
in class VdmObject<DocumentInfoRecordDocStsVH>
public int hashCode()
hashCode
in class VdmObject<DocumentInfoRecordDocStsVH>
Copyright © 2018 SAP SE. All rights reserved.