public class LCInfo
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthor()
Gets the Author of LC.
|
java.lang.String |
getAuthorEMail()
Gets the Author Email of LC.
|
java.lang.String |
getDescription()
Gets the title of LC.
|
int |
getRefreshInterval()
Gets the interval seconds of auto refresh.
|
java.lang.String |
getTitle()
Gets the title of LC.
|
boolean |
isEnableAutoRefresh()
The switcher of Auto Refresh.
|
void |
setAuthor(java.lang.String author)
Sets the Author of LC.
|
void |
setAuthorEMail(java.lang.String authorEMail)
Sets the Author Email of LC.
|
void |
setDescription(java.lang.String description)
Sets the title of LC.
|
void |
setEnableAutoRefresh(boolean enableAutoRefresh)
Sets switcher of Auto Refresh.
|
void |
setRefreshInterval(int refreshInterval)
Specifies the interval seconds of auto refresh.
|
void |
setTitle(java.lang.String title)
Sets the title of LC.
|
java.lang.String |
toString() |
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- the title of LC.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
title
- the title of LC.public java.lang.String getAuthor()
public void setAuthor(java.lang.String author)
author
- the Author of LC.public java.lang.String getAuthorEMail()
public void setAuthorEMail(java.lang.String authorEMail)
authorEmail
- the Author Email of LC.public boolean isEnableAutoRefresh()
public void setEnableAutoRefresh(boolean enableAutoRefresh)
enableAutoF5
- Only the value is true
, the auto refresh will be refresh automatically.For saving the resource, the default value is false
.public int getRefreshInterval()
public void setRefreshInterval(int refreshInterval)
refreshInterval
- the title of LC.public java.lang.String toString()
toString
in class java.lang.Object