ca.bc.webarts.widgets
Class OggFileRef

java.lang.Object
  |
  +--ca.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:
Tom Gutwin P.Eng

Field Summary
 java.lang.String name_
          Description of the Field
private  boolean selected_
          Description of the Field
 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, registerNatives, 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_
Description of the Field
Constructor Detail

OggFileRef

OggFileRef(java.net.URL newUrl)
Constructor for the OggFileRef object
Parameters:
newUrl - Description of Parameter
Method Detail

setSelected

public void setSelected(boolean s)
Sets the Selected attribute of the OggFileRef object
Parameters:
s - The new Selected value

isSongSelected

public boolean isSongSelected()
Gets the SongSelected attribute of the OggFileRef object
Returns:
The SongSelected value