|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.arsdigita.acs.calendar.CalendarInfo
Simple data-storage class for calendar info. TODO: add get/set methods, consider merging this into one proper "Calendar" class since this is not at all O-O, or else use "calendarParam" like PortalsParam is using.
Field Summary | |
String |
action
|
String |
addLink
|
String |
compressDayViewP
"t" or "f". |
String |
currentDate
|
String |
currentView
|
String |
currentViewLink
|
String |
dayLink
|
boolean |
groupAdminP
|
Integer |
groupId
|
boolean |
groupMemberP
|
String |
groupName
|
UserInfo |
loggedInUser
|
String |
newItemsAge
|
String |
prettyCurrentDate
|
String |
prettyName
|
String |
title
|
String |
type
|
Integer |
viewedUserId
|
String |
viewMode
|
String |
viewModeVar
|
Constructor Summary | |
CalendarInfo()
|
Method Summary | |
String |
getAction()
Get the value of action. |
String |
getAddLink()
Get the value of addLink. |
String |
getCompressDayViewP()
Get the value of compressDayViewP (t or f). |
String |
getCurrentDate()
Get the value of currentDate. |
String |
getCurrentView()
Get the value of currentView. |
String |
getCurrentViewLink()
Get the value of currentViewLink. |
String |
getDayLink()
Get the value of dayLink. |
Integer |
getGroupId()
Get the value of groupId. |
String |
getGroupName()
Get the value of groupName. |
UserInfo |
getLoggedInUser()
Get the value of loggedInUser. |
Integer |
getLoggedInUserIdOr0()
Get the value of loggedInUserId, or 0 if there is no logged in user. |
String |
getNewItemsAge()
Get the value of newItemsAge. |
String |
getPrettyCurrentDate()
Get the value of prettyCurrentDate. |
String |
getPrettyName()
Get the value of prettyName. |
String |
getTitle()
Get the value of title. |
String |
getType()
Get the value of type. |
Integer |
getViewedUserId()
Gets viewed user id. |
String |
getViewMode()
Get the value of viewMode. |
String |
getViewModeVar()
Get the value of viewModeVar. |
boolean |
isGroupAdminP()
Get the value of groupAdminP. |
boolean |
isGroupMemberP()
Get the value of groupMemberP. |
void |
setAction(String v)
Set the value of action. |
void |
setAddLink(String v)
Set the value of addLink. |
void |
setCompressDayViewP(String v)
Set the value of compressDayViewP (t or f). |
void |
setCurrentDate(String v)
Set the value of currentDate. |
void |
setCurrentView(String v)
Set the value of currentView. |
void |
setCurrentViewLink(String v)
Set the value of currentViewLink. |
void |
setDayLink(String v)
Set the value of dayLink. |
void |
setGroupAdminP(boolean v)
Set the value of groupAdminP. |
void |
setGroupId(Integer v)
Set the value of groupId. |
void |
setGroupMemberP(boolean v)
Set the value of groupMemberP. |
void |
setGroupName(String v)
Set the value of groupName. |
void |
setLoggedInUser(UserInfo v)
Set the value of loggedInUser. |
void |
setNewItemsAge(String v)
Set the value of newItemsAge. |
void |
setPrettyCurrentDate(String v)
Set the value of prettyCurrentDate. |
void |
setPrettyName(String v)
Set the value of prettyName. |
void |
setTitle(String v)
Set the value of title. |
void |
setType(String v)
Set the value of type. |
void |
setViewedUserId(Integer v)
Sets viewed user id. |
void |
setViewMode(String v)
Set the value of viewMode. |
void |
setViewModeVar(String v)
Set the value of viewModeVar. |
String |
toString()
|
Methods inherited from class java.lang.Object |
|
Field Detail |
public UserInfo loggedInUser
public Integer viewedUserId
public String currentDate
public String prettyCurrentDate
public String type
public String groupName
public String prettyName
public boolean groupMemberP
public boolean groupAdminP
public Integer groupId
public String currentView
public String compressDayViewP
public String newItemsAge
public String title
public String viewMode
public String viewModeVar
public String action
public String addLink
public String currentViewLink
public String dayLink
Constructor Detail |
public CalendarInfo()
Method Detail |
public String getCurrentView()
public void setCurrentView(String v)
v
- Value to assign to currentView.public Integer getGroupId()
public void setGroupId(Integer v)
v
- Value to assign to groupId.public boolean isGroupAdminP()
public void setGroupAdminP(boolean v)
v
- Value to assign to groupAdminP.public boolean isGroupMemberP()
public void setGroupMemberP(boolean v)
v
- Value to assign to groupMemberP.public String getPrettyName()
public void setPrettyName(String v)
v
- Value to assign to prettyName.public String getGroupName()
public void setGroupName(String v)
v
- Value to assign to groupName.public String getType()
public void setType(String v)
v
- Value to assign to type.public String getPrettyCurrentDate()
public void setPrettyCurrentDate(String v)
v
- Value to assign to prettyCurrentDate.public String getCurrentDate()
public void setCurrentDate(String v)
v
- Value to assign to currentDate.public String getCompressDayViewP()
public void setCompressDayViewP(String v)
v
- Value to assign to compressDayViewP.public String getNewItemsAge()
public void setNewItemsAge(String v)
v
- Value to assign to newItemsAge.public String getTitle()
public void setTitle(String v)
v
- Value to assign to title.public String getViewModeVar()
public void setViewModeVar(String v)
v
- Value to assign to viewModeVar.public String getAction()
public void setAction(String v)
v
- Value to assign to action.public String getAddLink()
public void setAddLink(String v)
v
- Value to assign to addLink.public String getViewMode()
public void setViewMode(String v)
v
- Value to assign to viewMode.public String getCurrentViewLink()
public void setCurrentViewLink(String v)
v
- Value to assign to currentViewLink.public UserInfo getLoggedInUser()
public void setLoggedInUser(UserInfo v)
v
- Value to assign to loggedInUser.public String getDayLink()
public void setDayLink(String v)
v
- Value to assign to dayLink.public Integer getLoggedInUserIdOr0()
public Integer getViewedUserId()
public void setViewedUserId(Integer v)
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |