|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.borg.model.entity.KeyedEntity<T>
net.sf.borg.model.entity.EncryptableEntity<Appointment>
net.sf.borg.model.entity.Appointment
public class Appointment
The Appointment Entity
| Constructor Summary | |
|---|---|
Appointment()
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class net.sf.borg.model.entity.EncryptableEntity |
|---|
isEncrypted, setEncrypted |
| Methods inherited from class net.sf.borg.model.entity.KeyedEntity |
|---|
copy, getKey, setKey |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Appointment()
| Method Detail |
|---|
protected Appointment clone()
clone in class KeyedEntity<Appointment>
public void decrypt(String password)
throws Exception
EncryptableEntity
decrypt in class EncryptableEntity<Appointment>password - the keystore password
Exception
public void encrypt(String password)
throws Exception
EncryptableEntity
encrypt in class EncryptableEntity<Appointment>password - the keystore password
Exceptionpublic Date getDate()
CalendarEntity
getDate in interface CalendarEntitypublic Integer getDuration()
CalendarEntity
getDuration in interface CalendarEntitypublic String getText()
CalendarEntity
getText in interface CalendarEntitypublic Vector<String> getSkipList()
public Date getNextTodo()
CalendarEntity
getNextTodo in interface CalendarEntitypublic Integer getVacation()
public Integer getHoliday()
public boolean isPrivate()
public Integer getTimes()
public String getFrequency()
public boolean isTodo()
CalendarEntity
isTodo in interface CalendarEntitypublic String getColor()
CalendarEntity
getColor in interface CalendarEntitypublic boolean isRepeatFlag()
public String getCategory()
public String getReminderTimes()
public String getUntimed()
public Date getRepeatUntil()
public Integer getPriority()
CalendarEntity
getPriority in interface CalendarEntitypublic void setDate(Date Date)
public void setDuration(Integer Duration)
public void setText(String Text)
public void setSkipList(Vector<String> SkipList)
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>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||