|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sk.baka.ambient.activity.AmpacheClientBean
public final class AmpacheClientBean
Stores the ampache client configuration.
Field Summary | |
---|---|
String |
host
Host name of the ampache server. |
String |
password
Password for ampache. |
String |
username
Optional user name for ampache. |
Constructor Summary | |
---|---|
AmpacheClientBean()
|
Method Summary | |
---|---|
String |
getURL()
Returns a http:// URL of the ampache server. |
boolean |
isValid()
Checks if the data in this bean are valid. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
@Bind(captionId=-1, viewId=2131230722) public String host
@Bind(captionId=-1, viewId=2131230723) public String username
@Bind(captionId=-1, viewId=2131230724) public String password
Constructor Detail |
---|
public AmpacheClientBean()
Method Detail |
---|
public boolean isValid()
true
if a connection to the Ampache server can
potentially be performed.public String getURL()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |