public class BusinessObjectDocumentCommandKeyImpl extends java.lang.Object implements CommandKey
Type
to Cmd
.Constructor and Description |
---|
BusinessObjectDocumentCommandKeyImpl(BusinessObjectDocumentType businessObjectDocument)
Creates an instance of the business object document command key.
|
BusinessObjectDocumentCommandKeyImpl(BusinessObjectDocumentType businessObjectDocument,
java.lang.Integer storeId)
Creates an instance of the business object document command key using the store ID.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getDefaultImplementation()
This method returns whether or not the default implementation should
be instantiated if the key has been specified.
|
java.lang.String |
getInterface()
This method returns the interface name of the command that represents
the processing of the business object document.
|
java.lang.String |
getKey()
This method always returns null for the key attribute of the command.
|
java.lang.Integer |
getStoreId()
This method returns the store ID if it has been set.
|
java.lang.String |
toString()
This method returns the string representation of the object.
|
public BusinessObjectDocumentCommandKeyImpl(BusinessObjectDocumentType businessObjectDocument)
businessObjectDocument
- The business object document to
express as a command.public BusinessObjectDocumentCommandKeyImpl(BusinessObjectDocumentType businessObjectDocument, java.lang.Integer storeId)
businessObjectDocument
- The business object document to express as a command.storeId
- The store ID.public java.lang.String getInterface()
getInterface
in interface CommandKey
CommandKey.getInterface()
public java.lang.String getKey()
getKey
in interface CommandKey
CommandKey.getKey()
public java.lang.Integer getStoreId()
public boolean getDefaultImplementation()
true
means that the default implementation is resolved if the key implementation
cannot be resolved. A value of false
will indicate that the null
is returned if the key implementation has not been found.getDefaultImplementation
in interface CommandKey
public java.lang.String toString()
toString
in class java.lang.Object