|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lyra.Interface.PlaylistSaveDialog.PlaylistSave
public class PlaylistSaveDialog.PlaylistSave
Simple all encompassing class which is used to pass on all of the necessary class details in order to process a save request.
Field Summary | |
---|---|
private boolean |
myLocal
|
private java.lang.String |
myName
|
private boolean |
myService
|
Constructor Summary | |
---|---|
PlaylistSaveDialog.PlaylistSave()
Stub constructor for the class. |
|
PlaylistSaveDialog.PlaylistSave(boolean local,
boolean service,
java.lang.String name)
Complete initialisation constructor, which is passed all necessary elements for which to use in saving a playlist. |
|
PlaylistSaveDialog.PlaylistSave(boolean local,
java.lang.String name)
Complete initialisation constructor, which is passed all necessary elements for which to use in saving a playlist. |
Method Summary | |
---|---|
boolean |
getLocal()
Used to pass on the value of local. |
java.lang.String |
getName()
Used to extract the value of name. |
boolean |
getService()
Used to pass on the value of Save. |
boolean |
isLocal()
Quick check to determine if this is to be saved locally. |
boolean |
isRemote()
Quick check to determine if this is to be saved remotely |
boolean |
isService()
Quick check to determine if this is to be saved to the Last.fm service. |
void |
setLocal(boolean local)
Used to extract the value of local. |
void |
setName(java.lang.String name)
Used to pass on the value of name. |
void |
setService(boolean Save)
Used to extract the value of Save. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private boolean myLocal
private boolean myService
private java.lang.String myName
Constructor Detail |
---|
public PlaylistSaveDialog.PlaylistSave()
public PlaylistSaveDialog.PlaylistSave(boolean local, boolean service, java.lang.String name)
local
- Boolean indicating local.service
- Boolean indicating saving to Last.fm service.name
- String indicating the name of the list.public PlaylistSaveDialog.PlaylistSave(boolean local, java.lang.String name)
local
- Boolean indicating local.name
- String indicating the name of the list.Method Detail |
---|
public void setLocal(boolean local)
local
- Boolean indicating local.public void setService(boolean Save)
Save
- Boolean indicating saving to Last.fm.public boolean getLocal()
public boolean getService()
public void setName(java.lang.String name)
name
- String indicating the name of the list.public java.lang.String getName()
public boolean isLocal()
public boolean isService()
public boolean isRemote()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |