XmlSerializable
, IStatisticState
, IStatisticStatus
, Printable
public class Campaign extends java.lang.Object implements IStatisticStatus
Constructor | Description |
---|---|
Campaign() |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object obj) |
|
void |
fromXml(org.w3c.dom.Element element,
XmlUtil util) |
|
DnActionCollection |
getActions() |
|
long |
getCampaignDbid() |
|
java.lang.String |
getCampaignId() |
|
StatisticObjectType |
getObjectType() |
|
long |
getStartTime() |
|
CampaignStatus |
getStatus() |
|
int |
hashCode() |
|
void |
setActions(DnActionCollection actions) |
|
void |
setCampaignDbid(int cmpDbid) |
|
void |
setCampaignId(java.lang.String cmpId) |
|
void |
setStartTime(int tmStart) |
|
void |
setStatus(CampaignStatus cstatus) |
|
java.lang.String |
toString() |
|
java.lang.String |
toString(int indent) |
|
org.w3c.dom.Element |
toXml(org.w3c.dom.Element element,
XmlUtil util) |
public StatisticObjectType getObjectType()
getObjectType
in interface IStatisticState
public java.lang.String getCampaignId()
public long getCampaignDbid()
public CampaignStatus getStatus()
public long getStartTime()
public DnActionCollection getActions()
public void setCampaignId(java.lang.String cmpId)
public void setCampaignDbid(int cmpDbid)
public void setStatus(CampaignStatus cstatus)
public void setStartTime(int tmStart)
public void setActions(DnActionCollection actions)
public org.w3c.dom.Element toXml(org.w3c.dom.Element element, XmlUtil util) throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
toXml
in interface XmlSerializable
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
public void fromXml(org.w3c.dom.Element element, XmlUtil util) throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
fromXml
in interface XmlSerializable
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.