Package com.sforce.soap.metadata
Class IndustriesUnifiedInventorySettings
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.IndustriesUnifiedInventorySettings
- All Implemented Interfaces:
XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableBatchManagement(boolean enableBatchManagement) protected voidsetEnableBatchManagement(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableInventoryCount(boolean enableInventoryCount) protected voidsetEnableInventoryCount(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableProductInventoryOperations(boolean enableProductInventoryOperations) protected voidsetEnableProductInventoryOperations(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper) Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
Constructor Details
-
IndustriesUnifiedInventorySettings
public IndustriesUnifiedInventorySettings()Constructor
-
-
Method Details
-
getEnableBatchManagement
public boolean getEnableBatchManagement() -
isEnableBatchManagement
public boolean isEnableBatchManagement() -
setEnableBatchManagement
public void setEnableBatchManagement(boolean enableBatchManagement) -
setEnableBatchManagement
protected void setEnableBatchManagement(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEnableInventoryCount
public boolean getEnableInventoryCount() -
isEnableInventoryCount
public boolean isEnableInventoryCount() -
setEnableInventoryCount
public void setEnableInventoryCount(boolean enableInventoryCount) -
setEnableInventoryCount
protected void setEnableInventoryCount(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEnableProductInventoryOperations
public boolean getEnableProductInventoryOperations() -
isEnableProductInventoryOperations
public boolean isEnableProductInventoryOperations() -
setEnableProductInventoryOperations
public void setEnableProductInventoryOperations(boolean enableProductInventoryOperations) -
setEnableProductInventoryOperations
protected void setEnableProductInventoryOperations(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException - Specified by:
writein interfaceXMLizable- Overrides:
writein classMetadata- Throws:
IOException
-
writeFields
- Overrides:
writeFieldsin classMetadata- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadata- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Overrides:
loadFieldsin classMetadata- Throws:
IOExceptionConnectionException
-
toString
-