net.hurstfrost.hudson.sounds
Class HudsonSoundsNotifier.HudsonSoundsDescriptor.SoundBite

java.lang.Object
  extended by net.hurstfrost.hudson.sounds.HudsonSoundsNotifier.HudsonSoundsDescriptor.SoundBite
Enclosing class:
HudsonSoundsNotifier.HudsonSoundsDescriptor

public static class HudsonSoundsNotifier.HudsonSoundsDescriptor.SoundBite
extends java.lang.Object


Field Summary
 java.lang.String entryName
           
 javax.sound.sampled.AudioFileFormat format
           
 java.lang.String id
           
 java.lang.String url
           
 
Constructor Summary
HudsonSoundsNotifier.HudsonSoundsDescriptor.SoundBite(java.lang.String _id, java.lang.String _entryName, java.lang.String _url, javax.sound.sampled.AudioFileFormat _format)
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getEntryName()
           
 javax.sound.sampled.AudioFileFormat getFormat()
           
 java.lang.String getId()
           
 java.lang.String getUrl()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

public final java.lang.String id

entryName

public final java.lang.String entryName

url

public final java.lang.String url

format

public final javax.sound.sampled.AudioFileFormat format
Constructor Detail

HudsonSoundsNotifier.HudsonSoundsDescriptor.SoundBite

public HudsonSoundsNotifier.HudsonSoundsDescriptor.SoundBite(java.lang.String _id,
                                                             java.lang.String _entryName,
                                                             java.lang.String _url,
                                                             javax.sound.sampled.AudioFileFormat _format)
Method Detail

getId

public java.lang.String getId()

getEntryName

public java.lang.String getEntryName()

getUrl

public java.lang.String getUrl()

getFormat

public javax.sound.sampled.AudioFileFormat getFormat()

getDescription

public java.lang.String getDescription()

toString

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


Copyright © 2009. All Rights Reserved.