org.alfresco.repo.publishing
Class MutablePublishingEventImpl

java.lang.Object
  extended by org.alfresco.repo.publishing.PublishingEventImpl
      extended by org.alfresco.repo.publishing.MutablePublishingEventImpl
All Implemented Interfaces:
java.lang.Comparable, MutablePublishingEvent, PublishingEvent

public class MutablePublishingEventImpl
extends PublishingEventImpl
implements MutablePublishingEvent

Since:
4.0

Field Summary
 
Fields inherited from class org.alfresco.repo.publishing.PublishingEventImpl
comment, scheduledTime
 
Constructor Summary
MutablePublishingEventImpl(PublishingEventImpl event)
           
 
Method Summary
 void setComment(java.lang.String comment)
          
 void setScheduledTime(java.util.Calendar time)
          
 
Methods inherited from class org.alfresco.repo.publishing.PublishingEventImpl
compareTo, edit, getChannelId, getComment, getCreatedTime, getCreator, getId, getModifiedTime, getModifier, getPackage, getScheduledTime, getStatus, getStatusUpdate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.alfresco.service.cmr.publishing.PublishingEvent
getChannelId, getComment, getCreatedTime, getCreator, getId, getModifiedTime, getModifier, getPackage, getScheduledTime, getStatus, getStatusUpdate
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

MutablePublishingEventImpl

public MutablePublishingEventImpl(PublishingEventImpl event)
Parameters:
publishingEventImpl -
Method Detail

setScheduledTime

public void setScheduledTime(java.util.Calendar time)

Specified by:
setScheduledTime in interface MutablePublishingEvent

setComment

public void setComment(java.lang.String comment)

Specified by:
setComment in interface MutablePublishingEvent


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.