Package com.sforce.soap.metadata
Class ContractSettings
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.ContractSettings
-
-
Constructor Summary
Constructors Constructor Description ContractSettings()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getAutoCalculateEndDate
public boolean getAutoCalculateEndDate()
-
isAutoCalculateEndDate
public boolean isAutoCalculateEndDate()
-
setAutoCalculateEndDate
public void setAutoCalculateEndDate(boolean autoCalculateEndDate)
-
setAutoCalculateEndDate
protected void setAutoCalculateEndDate(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getAutoExpirationDelay
public String getAutoExpirationDelay()
-
setAutoExpirationDelay
public void setAutoExpirationDelay(String autoExpirationDelay)
-
setAutoExpirationDelay
protected void setAutoExpirationDelay(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getAutoExpirationRecipient
public String getAutoExpirationRecipient()
-
setAutoExpirationRecipient
public void setAutoExpirationRecipient(String autoExpirationRecipient)
-
setAutoExpirationRecipient
protected void setAutoExpirationRecipient(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getAutoExpireContracts
public boolean getAutoExpireContracts()
-
isAutoExpireContracts
public boolean isAutoExpireContracts()
-
setAutoExpireContracts
public void setAutoExpireContracts(boolean autoExpireContracts)
-
setAutoExpireContracts
protected void setAutoExpireContracts(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableContractHistoryTracking
public boolean getEnableContractHistoryTracking()
-
isEnableContractHistoryTracking
public boolean isEnableContractHistoryTracking()
-
setEnableContractHistoryTracking
public void setEnableContractHistoryTracking(boolean enableContractHistoryTracking)
-
setEnableContractHistoryTracking
protected void setEnableContractHistoryTracking(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getNotifyOwnersOnContractExpiration
public boolean getNotifyOwnersOnContractExpiration()
-
isNotifyOwnersOnContractExpiration
public boolean isNotifyOwnersOnContractExpiration()
-
setNotifyOwnersOnContractExpiration
public void setNotifyOwnersOnContractExpiration(boolean notifyOwnersOnContractExpiration)
-
setNotifyOwnersOnContractExpiration
protected void setNotifyOwnersOnContractExpiration(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
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- 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
-
-