|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.borg.model.entity.LabelEntity
public class LabelEntity
This class is a non-persisted entity that is used when the model needs to package a transient, calculated entity for the UI, such as a calculated holiday or birthday based on the address book.
| Constructor Summary | |
|---|---|
LabelEntity()
|
|
| Method Summary | |
|---|---|
boolean |
canEqual(Object other)
|
boolean |
equals(Object o)
|
String |
getColor()
Gets the color. |
Date |
getDate()
Gets the date. |
Integer |
getDuration()
Gets the duration. |
Date |
getNextTodo()
Gets the next todo date. |
Integer |
getPriority()
Gets the priority |
String |
getText()
Gets the text. |
int |
hashCode()
|
boolean |
isTodo()
Gets the todo flag. |
void |
setColor(String color)
|
void |
setDate(Date date)
|
void |
setText(String Text)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LabelEntity()
| Method Detail |
|---|
public Integer getDuration()
CalendarEntity
getDuration in interface CalendarEntitypublic Date getNextTodo()
CalendarEntity
getNextTodo in interface CalendarEntitypublic boolean isTodo()
CalendarEntity
isTodo in interface CalendarEntitypublic Integer getPriority()
CalendarEntity
getPriority in interface CalendarEntitypublic String getColor()
CalendarEntity
getColor in interface CalendarEntitypublic Date getDate()
CalendarEntity
getDate in interface CalendarEntitypublic String getText()
CalendarEntity
getText in interface CalendarEntitypublic void setColor(String color)
public void setDate(Date date)
public void setText(String Text)
public boolean equals(Object o)
equals in class Objectpublic boolean canEqual(Object other)
public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||