Interface ConnectedDocument
-
- All Superinterfaces:
BusinessObject,java.lang.Cloneable,ConnectedObject,MessageListHolder,java.io.Serializable
- All Known Implementing Classes:
ConnectedDocumentImpl
public interface ConnectedDocument extends ConnectedObject
Represents the ConnectedDocument object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringBILLApplication Type Billing.static java.lang.StringDLVYApplication Type Delivery.static java.lang.StringORDERApplication 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, UNDEFINED
-
Fields inherited from interface de.hybris.platform.sap.core.common.message.MessageListHolder
INVALID, VALID
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAppTyp()Returns the application type of the document(e.g.voidsetAppTyp(java.lang.String appTyp)Sets the application type of the document(e.g.-
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, setValid
-
Methods 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, setTransferUpdateType
-
Methods inherited from interface de.hybris.platform.sap.core.common.message.MessageListHolder
addMessage, clearMessages, getMessageList
-
-
-
-
Field Detail
-
ORDER
static final java.lang.String ORDER
Application Type Order.- See Also:
- Constant Field Values
-
BILL
static final java.lang.String BILL
Application Type Billing.- See Also:
- Constant Field Values
-
DLVY
static final java.lang.String DLVY
Application Type Delivery.- See Also:
- Constant Field Values
-
-
Method Detail
-
getAppTyp
java.lang.String getAppTyp()
Returns the application type of the document(e.g. one order document, billing document, etc.).- Returns:
- Document application type
-
setAppTyp
void setAppTyp(java.lang.String appTyp)
Sets the application type of the document(e.g. one order document, billing document, etc.).- Parameters:
appTyp- Document application type
-
-