|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.client.soap.portlet.calendar.model.CalEventSoap
public class CalEventSoap
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 |
---|
public 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 |
---|
public boolean isAllDay()
public void setAllDay(boolean allDay)
allDay
- public long getCompanyId()
public void setCompanyId(long companyId)
companyId
- public java.util.Calendar getCreateDate()
public void setCreateDate(java.util.Calendar createDate)
createDate
- public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- public int getDurationHour()
public void setDurationHour(int durationHour)
durationHour
- public int getDurationMinute()
public void setDurationMinute(int durationMinute)
durationMinute
- public java.util.Calendar getEndDate()
public void setEndDate(java.util.Calendar endDate)
endDate
- public long getEventId()
public void setEventId(long eventId)
eventId
- public int getFirstReminder()
public void setFirstReminder(int firstReminder)
firstReminder
- public long getGroupId()
public void setGroupId(long groupId)
groupId
- public java.util.Calendar getModifiedDate()
public void setModifiedDate(java.util.Calendar modifiedDate)
modifiedDate
- public long getPrimaryKey()
public void setPrimaryKey(long primaryKey)
primaryKey
- public java.lang.String getRecurrence()
public void setRecurrence(java.lang.String recurrence)
recurrence
- public int getRemindBy()
public void setRemindBy(int remindBy)
remindBy
- public boolean isRepeating()
public void setRepeating(boolean repeating)
repeating
- public int getSecondReminder()
public void setSecondReminder(int secondReminder)
secondReminder
- public java.util.Calendar getStartDate()
public void setStartDate(java.util.Calendar startDate)
startDate
- public boolean isTimeZoneSensitive()
public void setTimeZoneSensitive(boolean timeZoneSensitive)
timeZoneSensitive
- public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- public java.lang.String getType()
public void setType(java.lang.String type)
type
- public long getUserId()
public void setUserId(long userId)
userId
- public java.lang.String getUserName()
public void setUserName(java.lang.String userName)
userName
- public java.lang.String getUuid()
public void setUuid(java.lang.String uuid)
uuid
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |