public class Appointment extends EncryptableEntity<Appointment> implements CalendarEntity
| Constructor and Description |
|---|
Appointment() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canEqual(Object other) |
protected Appointment |
clone() |
void |
decrypt(String password)
decrypt the entity.
|
void |
encrypt(String password)
encrypt the entity.
|
boolean |
equals(Object o) |
String |
getCategory() |
String |
getColor()
Gets the color.
|
Date |
getDate()
Gets the date.
|
Integer |
getDuration()
Gets the duration.
|
String |
getFrequency() |
Integer |
getHoliday() |
Date |
getNextTodo()
Gets the next todo date.
|
Integer |
getPriority()
Gets the priority
|
String |
getReminderTimes() |
Date |
getRepeatUntil() |
Vector<String> |
getSkipList() |
String |
getText()
Gets the text.
|
Integer |
getTimes() |
String |
getUntimed() |
Integer |
getVacation() |
int |
hashCode() |
boolean |
isPrivate() |
boolean |
isRepeatFlag() |
boolean |
isTodo()
Gets the todo flag.
|
void |
setCategory(String Category) |
void |
setColor(String Color) |
void |
setDate(Date Date) |
void |
setDuration(Integer Duration) |
void |
setFrequency(String Frequency) |
void |
setHoliday(Integer Holiday) |
void |
setNextTodo(Date NextTodo) |
void |
setPriority(Integer priority) |
void |
setPrivate(boolean Private) |
void |
setReminderTimes(String ReminderTimes) |
void |
setRepeatFlag(boolean RepeatFlag) |
void |
setRepeatUntil(Date repeatUntil) |
void |
setSkipList(Vector<String> SkipList) |
void |
setText(String Text) |
void |
setTimes(Integer Times) |
void |
setTodo(boolean Todo) |
void |
setUntimed(String Untimed) |
void |
setVacation(Integer Vacation) |
String |
toString() |
isEncrypted, setEncryptedcopy, getKey, setKeyprotected Appointment clone()
clone in class KeyedEntity<Appointment>public void decrypt(String password) throws Exception
EncryptableEntitydecrypt in class EncryptableEntity<Appointment>password - the keystore passwordExceptionpublic void encrypt(String password) throws Exception
EncryptableEntityencrypt in class EncryptableEntity<Appointment>password - the keystore passwordExceptionpublic Date getDate()
CalendarEntitygetDate in interface CalendarEntitypublic Integer getDuration()
CalendarEntitygetDuration in interface CalendarEntitypublic String getText()
CalendarEntitygetText in interface CalendarEntitypublic Date getNextTodo()
CalendarEntitygetNextTodo in interface CalendarEntitypublic Integer getVacation()
public Integer getHoliday()
public boolean isPrivate()
public Integer getTimes()
public String getFrequency()
public boolean isTodo()
CalendarEntityisTodo in interface CalendarEntitypublic String getColor()
CalendarEntitygetColor in interface CalendarEntitypublic boolean isRepeatFlag()
public String getCategory()
public String getReminderTimes()
public String getUntimed()
public Date getRepeatUntil()
public Integer getPriority()
CalendarEntitygetPriority in interface CalendarEntitypublic void setDate(Date Date)
public void setDuration(Integer Duration)
public void setText(String Text)
public void setNextTodo(Date NextTodo)
public void setVacation(Integer Vacation)
public void setHoliday(Integer Holiday)
public void setPrivate(boolean Private)
public void setTimes(Integer Times)
public void setFrequency(String Frequency)
public void setTodo(boolean Todo)
public void setColor(String Color)
public void setRepeatFlag(boolean RepeatFlag)
public void setCategory(String Category)
public void setReminderTimes(String ReminderTimes)
public void setUntimed(String Untimed)
public void setRepeatUntil(Date repeatUntil)
public void setPriority(Integer priority)
public String toString()
toString in class EncryptableEntity<Appointment>public boolean equals(Object o)
equals in class EncryptableEntity<Appointment>public boolean canEqual(Object other)
canEqual in class EncryptableEntity<Appointment>public int hashCode()
hashCode in class EncryptableEntity<Appointment>Generated March 24 2013 by mike using Apache Ant(TM) version 1.8.2 compiled on May 18 2012 and Java version 1.7.0_15 from Oracle Corporation on Linux i386 3.5.0-26-generic