net.hurstfrost.hudson.sounds
Class AbstractTimestamptedSound

java.lang.Object
  extended by net.hurstfrost.hudson.sounds.AbstractTimestamptedSound
Direct Known Subclasses:
CancelSoundsMarker

public abstract class AbstractTimestamptedSound
extends java.lang.Object


Field Summary
protected  long playAt
           
 
Constructor Summary
AbstractTimestamptedSound(long at)
           
 
Method Summary
 boolean expired(long expiryExtension)
           
 long getPlayAt()
           
 java.lang.String getUrl(java.lang.Integer version)
           
 boolean isCancel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

playAt

protected final long playAt
Constructor Detail

AbstractTimestamptedSound

public AbstractTimestamptedSound(long at)
Method Detail

getPlayAt

public long getPlayAt()

expired

public boolean expired(long expiryExtension)

getUrl

public java.lang.String getUrl(java.lang.Integer version)

isCancel

public boolean isCancel()


Copyright © 2013. All Rights Reserved.