Package com.sforce.soap.metadata
Class EntitlementTemplate
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.EntitlementTemplate
-
-
Constructor Summary
Constructors Constructor Description EntitlementTemplate()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getBusinessHours
public String getBusinessHours()
-
setBusinessHours
public void setBusinessHours(String businessHours)
-
setBusinessHours
protected void setBusinessHours(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCasesPerEntitlement
public int getCasesPerEntitlement()
-
setCasesPerEntitlement
public void setCasesPerEntitlement(int casesPerEntitlement)
-
setCasesPerEntitlement
protected void setCasesPerEntitlement(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEntitlementProcess
public String getEntitlementProcess()
-
setEntitlementProcess
public void setEntitlementProcess(String entitlementProcess)
-
setEntitlementProcess
protected void setEntitlementProcess(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsPerIncident
public boolean getIsPerIncident()
-
isIsPerIncident
public boolean isIsPerIncident()
-
setIsPerIncident
public void setIsPerIncident(boolean isPerIncident)
-
setIsPerIncident
protected void setIsPerIncident(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTerm
public int getTerm()
-
setTerm
public void setTerm(int term)
-
setTerm
protected void setTerm(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getType
public String getType()
-
setType
public void setType(String type)
-
setType
protected void setType(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
-
-