Interface ConnectedDocument
- All Superinterfaces:
BusinessObject,Cloneable,ConnectedObject,MessageListHolder,Serializable
- All Known Implementing Classes:
ConnectedDocumentImpl
Represents the ConnectedDocument object
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringApplication Type Billing.static final StringApplication Type Delivery.static final StringApplication Type Order.Fields inherited from interface de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.interf.ConnectedObject
DOC_ORIGIN_CRM, IL_NO_TRANSFER_AND_UPDATE, IL_TRANSFER_AND_UPDATE, UNDEFINEDFields inherited from interface de.hybris.platform.sap.core.common.message.MessageListHolder
INVALID, VALID -
Method Summary
Methods inherited from interface de.hybris.platform.sap.core.bol.businessobject.BusinessObject
addExtensionData, clearMessages, clearOwnMessages, copyMessages, copyMessages, createUniqueHandle, destroy, getExtensionData, getExtensionDataValues, getExtensionMap, getHandle, getOwnMessageList, getSubObjectIterator, getTechKey, hasHandle, hasMessages, hasOwnMessages, init, isValid, logMessage, removeExtensionData, removeExtensionDataValues, setExtensionMap, setHandle, setInvalid, setTechKey, setValidMethods inherited from interface de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.interf.ConnectedObject
clone, getBusObjectType, getDocItemNumber, getDocNumber, getDocType, getDocumentOrigin, getRefGuid, getTransferUpdateType, isDisplayable, setBusObjectType, setDisplayable, setDocItemNumber, setDocNumber, setDocType, setDocumentOrigin, setRefGuid, setTransferUpdateTypeMethods inherited from interface de.hybris.platform.sap.core.common.message.MessageListHolder
addMessage, clearMessages, getMessageList
-
Field Details
-
ORDER
Application Type Order.- See Also:
-
BILL
Application Type Billing.- See Also:
-
DLVY
Application Type Delivery.- See Also:
-
-
Method Details
-
getAppTyp
String getAppTyp()Returns the application type of the document(e.g. one order document, billing document, etc.).- Returns:
- Document application type
-
setAppTyp
Sets the application type of the document(e.g. one order document, billing document, etc.).- Parameters:
appTyp- Document application type
-