com.liferay.portlet.calendar.model
Class CalEventSoap
java.lang.Object
com.liferay.portlet.calendar.model.CalEventSoap
- All Implemented Interfaces:
- Serializable
public class CalEventSoap
- extends Object
- implements Serializable
This class is used by SOAP remote services.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CalEventSoap
public CalEventSoap()
toSoapModel
public static CalEventSoap toSoapModel(CalEvent model)
toSoapModels
public static CalEventSoap[] toSoapModels(CalEvent[] models)
toSoapModels
public static CalEventSoap[][] toSoapModels(CalEvent[][] models)
toSoapModels
public static CalEventSoap[] toSoapModels(List<CalEvent> models)
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getUuid
public String getUuid()
setUuid
public void setUuid(String uuid)
getEventId
public long getEventId()
setEventId
public void setEventId(long eventId)
getGroupId
public long getGroupId()
setGroupId
public void setGroupId(long groupId)
getCompanyId
public long getCompanyId()
setCompanyId
public void setCompanyId(long companyId)
getUserId
public long getUserId()
setUserId
public void setUserId(long userId)
getUserName
public String getUserName()
setUserName
public void setUserName(String userName)
getCreateDate
public Date getCreateDate()
setCreateDate
public void setCreateDate(Date createDate)
getModifiedDate
public Date getModifiedDate()
setModifiedDate
public void setModifiedDate(Date modifiedDate)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getLocation
public String getLocation()
setLocation
public void setLocation(String location)
getStartDate
public Date getStartDate()
setStartDate
public void setStartDate(Date startDate)
getEndDate
public Date getEndDate()
setEndDate
public void setEndDate(Date endDate)
getDurationHour
public int getDurationHour()
setDurationHour
public void setDurationHour(int durationHour)
getDurationMinute
public int getDurationMinute()
setDurationMinute
public void setDurationMinute(int durationMinute)
getAllDay
public boolean getAllDay()
isAllDay
public boolean isAllDay()
setAllDay
public void setAllDay(boolean allDay)
getTimeZoneSensitive
public boolean getTimeZoneSensitive()
isTimeZoneSensitive
public boolean isTimeZoneSensitive()
setTimeZoneSensitive
public void setTimeZoneSensitive(boolean timeZoneSensitive)
getType
public String getType()
setType
public void setType(String type)
getRepeating
public boolean getRepeating()
isRepeating
public boolean isRepeating()
setRepeating
public void setRepeating(boolean repeating)
getRecurrence
public String getRecurrence()
setRecurrence
public void setRecurrence(String recurrence)
getRemindBy
public int getRemindBy()
setRemindBy
public void setRemindBy(int remindBy)
getFirstReminder
public int getFirstReminder()
setFirstReminder
public void setFirstReminder(int firstReminder)
getSecondReminder
public int getSecondReminder()
setSecondReminder
public void setSecondReminder(int secondReminder)