com.liferay.client.soap.portlet.calendar.model
Class CalEventSoap

java.lang.Object
  extended by com.liferay.client.soap.portlet.calendar.model.CalEventSoap
All Implemented Interfaces:
java.io.Serializable

public class CalEventSoap
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
CalEventSoap()
           
CalEventSoap(boolean allDay, long companyId, java.util.Calendar createDate, java.lang.String description, int durationHour, int durationMinute, java.util.Calendar endDate, long eventId, int firstReminder, long groupId, java.util.Calendar modifiedDate, long primaryKey, java.lang.String recurrence, int remindBy, boolean repeating, int secondReminder, java.util.Calendar startDate, boolean timeZoneSensitive, java.lang.String title, java.lang.String type, long userId, java.lang.String userName, java.lang.String uuid)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getCompanyId()
          Gets the companyId value for this CalEventSoap.
 java.util.Calendar getCreateDate()
          Gets the createDate value for this CalEventSoap.
 java.lang.String getDescription()
          Gets the description value for this CalEventSoap.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getDurationHour()
          Gets the durationHour value for this CalEventSoap.
 int getDurationMinute()
          Gets the durationMinute value for this CalEventSoap.
 java.util.Calendar getEndDate()
          Gets the endDate value for this CalEventSoap.
 long getEventId()
          Gets the eventId value for this CalEventSoap.
 int getFirstReminder()
          Gets the firstReminder value for this CalEventSoap.
 long getGroupId()
          Gets the groupId value for this CalEventSoap.
 java.util.Calendar getModifiedDate()
          Gets the modifiedDate value for this CalEventSoap.
 long getPrimaryKey()
          Gets the primaryKey value for this CalEventSoap.
 java.lang.String getRecurrence()
          Gets the recurrence value for this CalEventSoap.
 int getRemindBy()
          Gets the remindBy value for this CalEventSoap.
 int getSecondReminder()
          Gets the secondReminder value for this CalEventSoap.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.util.Calendar getStartDate()
          Gets the startDate value for this CalEventSoap.
 java.lang.String getTitle()
          Gets the title value for this CalEventSoap.
 java.lang.String getType()
          Gets the type value for this CalEventSoap.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 long getUserId()
          Gets the userId value for this CalEventSoap.
 java.lang.String getUserName()
          Gets the userName value for this CalEventSoap.
 java.lang.String getUuid()
          Gets the uuid value for this CalEventSoap.
 int hashCode()
           
 boolean isAllDay()
          Gets the allDay value for this CalEventSoap.
 boolean isRepeating()
          Gets the repeating value for this CalEventSoap.
 boolean isTimeZoneSensitive()
          Gets the timeZoneSensitive value for this CalEventSoap.
 void setAllDay(boolean allDay)
          Sets the allDay value for this CalEventSoap.
 void setCompanyId(long companyId)
          Sets the companyId value for this CalEventSoap.
 void setCreateDate(java.util.Calendar createDate)
          Sets the createDate value for this CalEventSoap.
 void setDescription(java.lang.String description)
          Sets the description value for this CalEventSoap.
 void setDurationHour(int durationHour)
          Sets the durationHour value for this CalEventSoap.
 void setDurationMinute(int durationMinute)
          Sets the durationMinute value for this CalEventSoap.
 void setEndDate(java.util.Calendar endDate)
          Sets the endDate value for this CalEventSoap.
 void setEventId(long eventId)
          Sets the eventId value for this CalEventSoap.
 void setFirstReminder(int firstReminder)
          Sets the firstReminder value for this CalEventSoap.
 void setGroupId(long groupId)
          Sets the groupId value for this CalEventSoap.
 void setModifiedDate(java.util.Calendar modifiedDate)
          Sets the modifiedDate value for this CalEventSoap.
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this CalEventSoap.
 void setRecurrence(java.lang.String recurrence)
          Sets the recurrence value for this CalEventSoap.
 void setRemindBy(int remindBy)
          Sets the remindBy value for this CalEventSoap.
 void setRepeating(boolean repeating)
          Sets the repeating value for this CalEventSoap.
 void setSecondReminder(int secondReminder)
          Sets the secondReminder value for this CalEventSoap.
 void setStartDate(java.util.Calendar startDate)
          Sets the startDate value for this CalEventSoap.
 void setTimeZoneSensitive(boolean timeZoneSensitive)
          Sets the timeZoneSensitive value for this CalEventSoap.
 void setTitle(java.lang.String title)
          Sets the title value for this CalEventSoap.
 void setType(java.lang.String type)
          Sets the type value for this CalEventSoap.
 void setUserId(long userId)
          Sets the userId value for this CalEventSoap.
 void setUserName(java.lang.String userName)
          Sets the userName value for this CalEventSoap.
 void setUuid(java.lang.String uuid)
          Sets the uuid value for this CalEventSoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalEventSoap

public CalEventSoap()

CalEventSoap

public CalEventSoap(boolean allDay,
                    long companyId,
                    java.util.Calendar createDate,
                    java.lang.String description,
                    int durationHour,
                    int durationMinute,
                    java.util.Calendar endDate,
                    long eventId,
                    int firstReminder,
                    long groupId,
                    java.util.Calendar modifiedDate,
                    long primaryKey,
                    java.lang.String recurrence,
                    int remindBy,
                    boolean repeating,
                    int secondReminder,
                    java.util.Calendar startDate,
                    boolean timeZoneSensitive,
                    java.lang.String title,
                    java.lang.String type,
                    long userId,
                    java.lang.String userName,
                    java.lang.String uuid)
Method Detail

isAllDay

public boolean isAllDay()
Gets the allDay value for this CalEventSoap.

Returns:
allDay

setAllDay

public void setAllDay(boolean allDay)
Sets the allDay value for this CalEventSoap.

Parameters:
allDay -

getCompanyId

public long getCompanyId()
Gets the companyId value for this CalEventSoap.

Returns:
companyId

setCompanyId

public void setCompanyId(long companyId)
Sets the companyId value for this CalEventSoap.

Parameters:
companyId -

getCreateDate

public java.util.Calendar getCreateDate()
Gets the createDate value for this CalEventSoap.

Returns:
createDate

setCreateDate

public void setCreateDate(java.util.Calendar createDate)
Sets the createDate value for this CalEventSoap.

Parameters:
createDate -

getDescription

public java.lang.String getDescription()
Gets the description value for this CalEventSoap.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this CalEventSoap.

Parameters:
description -

getDurationHour

public int getDurationHour()
Gets the durationHour value for this CalEventSoap.

Returns:
durationHour

setDurationHour

public void setDurationHour(int durationHour)
Sets the durationHour value for this CalEventSoap.

Parameters:
durationHour -

getDurationMinute

public int getDurationMinute()
Gets the durationMinute value for this CalEventSoap.

Returns:
durationMinute

setDurationMinute

public void setDurationMinute(int durationMinute)
Sets the durationMinute value for this CalEventSoap.

Parameters:
durationMinute -

getEndDate

public java.util.Calendar getEndDate()
Gets the endDate value for this CalEventSoap.

Returns:
endDate

setEndDate

public void setEndDate(java.util.Calendar endDate)
Sets the endDate value for this CalEventSoap.

Parameters:
endDate -

getEventId

public long getEventId()
Gets the eventId value for this CalEventSoap.

Returns:
eventId

setEventId

public void setEventId(long eventId)
Sets the eventId value for this CalEventSoap.

Parameters:
eventId -

getFirstReminder

public int getFirstReminder()
Gets the firstReminder value for this CalEventSoap.

Returns:
firstReminder

setFirstReminder

public void setFirstReminder(int firstReminder)
Sets the firstReminder value for this CalEventSoap.

Parameters:
firstReminder -

getGroupId

public long getGroupId()
Gets the groupId value for this CalEventSoap.

Returns:
groupId

setGroupId

public void setGroupId(long groupId)
Sets the groupId value for this CalEventSoap.

Parameters:
groupId -

getModifiedDate

public java.util.Calendar getModifiedDate()
Gets the modifiedDate value for this CalEventSoap.

Returns:
modifiedDate

setModifiedDate

public void setModifiedDate(java.util.Calendar modifiedDate)
Sets the modifiedDate value for this CalEventSoap.

Parameters:
modifiedDate -

getPrimaryKey

public long getPrimaryKey()
Gets the primaryKey value for this CalEventSoap.

Returns:
primaryKey

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Sets the primaryKey value for this CalEventSoap.

Parameters:
primaryKey -

getRecurrence

public java.lang.String getRecurrence()
Gets the recurrence value for this CalEventSoap.

Returns:
recurrence

setRecurrence

public void setRecurrence(java.lang.String recurrence)
Sets the recurrence value for this CalEventSoap.

Parameters:
recurrence -

getRemindBy

public int getRemindBy()
Gets the remindBy value for this CalEventSoap.

Returns:
remindBy

setRemindBy

public void setRemindBy(int remindBy)
Sets the remindBy value for this CalEventSoap.

Parameters:
remindBy -

isRepeating

public boolean isRepeating()
Gets the repeating value for this CalEventSoap.

Returns:
repeating

setRepeating

public void setRepeating(boolean repeating)
Sets the repeating value for this CalEventSoap.

Parameters:
repeating -

getSecondReminder

public int getSecondReminder()
Gets the secondReminder value for this CalEventSoap.

Returns:
secondReminder

setSecondReminder

public void setSecondReminder(int secondReminder)
Sets the secondReminder value for this CalEventSoap.

Parameters:
secondReminder -

getStartDate

public java.util.Calendar getStartDate()
Gets the startDate value for this CalEventSoap.

Returns:
startDate

setStartDate

public void setStartDate(java.util.Calendar startDate)
Sets the startDate value for this CalEventSoap.

Parameters:
startDate -

isTimeZoneSensitive

public boolean isTimeZoneSensitive()
Gets the timeZoneSensitive value for this CalEventSoap.

Returns:
timeZoneSensitive

setTimeZoneSensitive

public void setTimeZoneSensitive(boolean timeZoneSensitive)
Sets the timeZoneSensitive value for this CalEventSoap.

Parameters:
timeZoneSensitive -

getTitle

public java.lang.String getTitle()
Gets the title value for this CalEventSoap.

Returns:
title

setTitle

public void setTitle(java.lang.String title)
Sets the title value for this CalEventSoap.

Parameters:
title -

getType

public java.lang.String getType()
Gets the type value for this CalEventSoap.

Returns:
type

setType

public void setType(java.lang.String type)
Sets the type value for this CalEventSoap.

Parameters:
type -

getUserId

public long getUserId()
Gets the userId value for this CalEventSoap.

Returns:
userId

setUserId

public void setUserId(long userId)
Sets the userId value for this CalEventSoap.

Parameters:
userId -

getUserName

public java.lang.String getUserName()
Gets the userName value for this CalEventSoap.

Returns:
userName

setUserName

public void setUserName(java.lang.String userName)
Sets the userName value for this CalEventSoap.

Parameters:
userName -

getUuid

public java.lang.String getUuid()
Gets the uuid value for this CalEventSoap.

Returns:
uuid

setUuid

public void setUuid(java.lang.String uuid)
Sets the uuid value for this CalEventSoap.

Parameters:
uuid -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer