Liferay 6.1.2-ce-ga3

com.liferay.portlet.calendar.model
Class CalEventSoap

java.lang.Object
  extended by 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, specifically CalEventServiceSoap.

See Also:
CalEventServiceSoap, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
CalEventSoap()
           
 
Method Summary
 boolean getAllDay()
           
 long getCompanyId()
           
 Date getCreateDate()
           
 String getDescription()
           
 int getDurationHour()
           
 int getDurationMinute()
           
 Date getEndDate()
           
 long getEventId()
           
 int getFirstReminder()
           
 long getGroupId()
           
 String getLocation()
           
 Date getModifiedDate()
           
 long getPrimaryKey()
           
 String getRecurrence()
           
 int getRemindBy()
           
 boolean getRepeating()
           
 int getSecondReminder()
           
 Date getStartDate()
           
 boolean getTimeZoneSensitive()
           
 String getTitle()
           
 String getType()
           
 long getUserId()
           
 String getUserName()
           
 String getUuid()
           
 boolean isAllDay()
           
 boolean isRepeating()
           
 boolean isTimeZoneSensitive()
           
 void setAllDay(boolean allDay)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setDescription(String description)
           
 void setDurationHour(int durationHour)
           
 void setDurationMinute(int durationMinute)
           
 void setEndDate(Date endDate)
           
 void setEventId(long eventId)
           
 void setFirstReminder(int firstReminder)
           
 void setGroupId(long groupId)
           
 void setLocation(String location)
           
 void setModifiedDate(Date modifiedDate)
           
 void setPrimaryKey(long pk)
           
 void setRecurrence(String recurrence)
           
 void setRemindBy(int remindBy)
           
 void setRepeating(boolean repeating)
           
 void setSecondReminder(int secondReminder)
           
 void setStartDate(Date startDate)
           
 void setTimeZoneSensitive(boolean timeZoneSensitive)
           
 void setTitle(String title)
           
 void setType(String type)
           
 void setUserId(long userId)
           
 void setUserName(String userName)
           
 void setUuid(String uuid)
           
static CalEventSoap toSoapModel(CalEvent model)
           
static CalEventSoap[] toSoapModels(CalEvent[] models)
           
static CalEventSoap[][] toSoapModels(CalEvent[][] models)
           
static CalEventSoap[] toSoapModels(List<CalEvent> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalEventSoap

public CalEventSoap()
Method Detail

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)

Liferay 6.1.2-ce-ga3