Package com.sforce.soap.metadata
Class EntitlementProcess
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.EntitlementProcess
-
-
Constructor Summary
Constructors Constructor Description EntitlementProcess()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getSObjectType
public String getSObjectType()
-
setSObjectType
public void setSObjectType(String SObjectType)
-
setSObjectType
protected void setSObjectType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getActive
public boolean getActive()
-
isActive
public boolean isActive()
-
setActive
public void setActive(boolean active)
-
setActive
protected void setActive(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getBusinessHours
public String getBusinessHours()
-
setBusinessHours
public void setBusinessHours(String businessHours)
-
setBusinessHours
protected void setBusinessHours(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEntryStartDateField
public String getEntryStartDateField()
-
setEntryStartDateField
public void setEntryStartDateField(String entryStartDateField)
-
setEntryStartDateField
protected void setEntryStartDateField(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getExitCriteriaBooleanFilter
public String getExitCriteriaBooleanFilter()
-
setExitCriteriaBooleanFilter
public void setExitCriteriaBooleanFilter(String exitCriteriaBooleanFilter)
-
setExitCriteriaBooleanFilter
protected void setExitCriteriaBooleanFilter(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getExitCriteriaFilterItems
public FilterItem[] getExitCriteriaFilterItems()
-
setExitCriteriaFilterItems
public void setExitCriteriaFilterItems(FilterItem[] exitCriteriaFilterItems)
-
setExitCriteriaFilterItems
protected void setExitCriteriaFilterItems(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getExitCriteriaFormula
public String getExitCriteriaFormula()
-
setExitCriteriaFormula
public void setExitCriteriaFormula(String exitCriteriaFormula)
-
setExitCriteriaFormula
protected void setExitCriteriaFormula(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsRecordTypeApplied
public boolean getIsRecordTypeApplied()
-
isIsRecordTypeApplied
public boolean isIsRecordTypeApplied()
-
setIsRecordTypeApplied
public void setIsRecordTypeApplied(boolean isRecordTypeApplied)
-
setIsRecordTypeApplied
protected void setIsRecordTypeApplied(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsVersionDefault
public boolean getIsVersionDefault()
-
isIsVersionDefault
public boolean isIsVersionDefault()
-
setIsVersionDefault
public void setIsVersionDefault(boolean isVersionDefault)
-
setIsVersionDefault
protected void setIsVersionDefault(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMilestones
public EntitlementProcessMilestoneItem[] getMilestones()
-
setMilestones
public void setMilestones(EntitlementProcessMilestoneItem[] milestones)
-
setMilestones
protected void setMilestones(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getName
public String getName()
-
setName
public void setName(String name)
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRecordType
public String getRecordType()
-
setRecordType
public void setRecordType(String recordType)
-
setRecordType
protected void setRecordType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getVersionMaster
public String getVersionMaster()
-
setVersionMaster
public void setVersionMaster(String versionMaster)
-
setVersionMaster
protected void setVersionMaster(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getVersionNotes
public String getVersionNotes()
-
setVersionNotes
public void setVersionNotes(String versionNotes)
-
setVersionNotes
protected void setVersionNotes(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getVersionNumber
public int getVersionNumber()
-
setVersionNumber
public void setVersionNumber(int versionNumber)
-
setVersionNumber
protected void setVersionNumber(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
-
-