| Constructor and Description |
|---|
EntitlementTemplate()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBusinessHours() |
int |
getCasesPerEntitlement() |
String |
getEntitlementProcess() |
boolean |
getIsPerIncident() |
int |
getTerm() |
String |
getType() |
boolean |
isIsPerIncident() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setBusinessHours(String businessHours) |
void |
setCasesPerEntitlement(int casesPerEntitlement) |
void |
setEntitlementProcess(String entitlementProcess) |
void |
setIsPerIncident(boolean isPerIncident) |
void |
setTerm(int term) |
void |
setType(String type) |
String |
toString() |
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
getFullName, setFullNamepublic String getBusinessHours()
public void setBusinessHours(String businessHours)
public int getCasesPerEntitlement()
public void setCasesPerEntitlement(int casesPerEntitlement)
public String getEntitlementProcess()
public void setEntitlementProcess(String entitlementProcess)
public boolean getIsPerIncident()
public boolean isIsPerIncident()
public void setIsPerIncident(boolean isPerIncident)
public int getTerm()
public void setTerm(int term)
public String getType()
public void setType(String type)
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
write in interface XMLizablewrite in class MetadataIOExceptionprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
writeFields in class MetadataIOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
load in interface XMLizableload in class MetadataIOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
loadFields in class MetadataIOExceptionConnectionExceptionCopyright © 2015. All Rights Reserved.