ca.bc.webarts.widgets
Class OggFileRef

java.lang.Object
  extended byca.bc.webarts.widgets.OggFileRef

class OggFileRef
extends java.lang.Object

A simple class to encapsulate the information required to use/reference an Ogg file.

Author:
unknown

Field Summary
 java.lang.String name_
          Description of the Field
private  boolean selected_
           
 java.net.URL url_
          Description of the Field
 
Constructor Summary
(package private) OggFileRef(java.net.URL newUrl)
          Constructor for the OggFileRef object
 
Method Summary
 boolean isSongSelected()
          Gets the songSelected attribute of the OggFileRef object
 void setSelected(boolean s)
          Sets the selected attribute of the OggFileRef object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name_

public java.lang.String name_
Description of the Field


url_

public java.net.URL url_
Description of the Field


selected_

private boolean selected_
Constructor Detail

OggFileRef

OggFileRef(java.net.URL newUrl)
Constructor for the OggFileRef object

Parameters:
newUrl - Description of the Parameter
Method Detail

isSongSelected

public boolean isSongSelected()
Gets the songSelected attribute of the OggFileRef object

Returns:
The songSelected value

setSelected

public void setSelected(boolean s)
Sets the selected attribute of the OggFileRef object

Parameters:
s - The new selected value