|
XMOJO 5 API Docs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.adventnet.adaptors.html.ClientProperties
This class will have all the properties of a client. At present it is having two properties (refreshTime, fileter), later based on the requirement, we can add more.
Constructor Summary | |
ClientProperties()
Default constructor |
Method Summary | |
boolean |
getAuthentication()
|
java.lang.String |
getFilter()
Getter for the filter name. |
boolean |
getMode()
Getter fir dynamicHtmlGen. |
int |
getRefreshTime()
Getter for refresh time. |
java.lang.String |
getUserName()
|
void |
setAuthentication(boolean isAuth)
|
void |
setFilter(java.lang.String filter)
Setter for the filter name. |
void |
setMode(boolean flag)
Setter for dynamicHtmlGen. |
void |
setRefreshTime(int time)
Setter for refresh time. |
void |
setUserName(java.lang.String user)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClientProperties()
Method Detail |
public void setAuthentication(boolean isAuth)
public void setUserName(java.lang.String user)
public java.lang.String getUserName()
public boolean getAuthentication()
public void setRefreshTime(int time)
time
- the refresh time value.public int getRefreshTime()
public void setFilter(java.lang.String filter)
filter
- the filter name.public java.lang.String getFilter()
public void setMode(boolean flag)
flag
- to say about the html generation modepublic boolean getMode()
|
XMOJO 5 API Docs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |