Platform SDK Java 8.5 API Reference

com.genesyslab.platform.reporting.protocol.statserver
Class Campaign

java.lang.Object
  extended by com.genesyslab.platform.reporting.protocol.statserver.Campaign
All Implemented Interfaces:
XmlSerializable, IStatisticState, IStatisticStatus, Printable

public class Campaign
extends java.lang.Object
implements IStatisticStatus


Constructor Summary
Campaign()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Campaign

public Campaign()
Method Detail

getObjectType

public StatisticObjectType getObjectType()
Specified by:
getObjectType in interface IStatisticState

getCampaignId

public java.lang.String getCampaignId()

getCampaignDbid

public long getCampaignDbid()

getStatus

public CampaignStatus getStatus()

getStartTime

public long getStartTime()

getActions

public DnActionCollection getActions()

setCampaignId

public void setCampaignId(java.lang.String cmpId)

setCampaignDbid

public void setCampaignDbid(int cmpDbid)

setStatus

public void setStatus(CampaignStatus cstatus)

setStartTime

public void setStartTime(int tmStart)

setActions

public void setActions(DnActionCollection actions)

toXml

public org.w3c.dom.Element toXml(org.w3c.dom.Element element,
                                 XmlUtil util)
                          throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
Specified by:
toXml in interface XmlSerializable
Throws:
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException

fromXml

public void fromXml(org.w3c.dom.Element element,
                    XmlUtil util)
             throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
Specified by:
fromXml in interface XmlSerializable
Throws:
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toString

public java.lang.String toString(int indent)
Specified by:
toString in interface Printable

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.