|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.silverpeas.calendar.web.AbstractEventEntity<T>
public abstract class AbstractEventEntity<T extends AbstractEventEntity<T>>
Web entity abstraction which provides common event informations of a web entity
| Constructor Summary | |
|---|---|
protected |
AbstractEventEntity()
|
protected |
AbstractEventEntity(String type,
String instanceId,
String id,
String title,
String description,
Datable start,
Datable end,
String url)
Default constructor. |
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getDescription()
|
String |
getEnd()
|
String |
getId()
|
String |
getStart()
|
String |
getTitle()
|
String |
getType()
|
URI |
getURI()
Gets the URI at which this resource is published and can be accessed. |
String |
getUrl()
|
int |
hashCode()
|
boolean |
isAllDay()
|
T |
withURI(URI uri)
Sets a URI to this entity. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractEventEntity(String type,
String instanceId,
String id,
String title,
String description,
Datable start,
Datable end,
String url)
type - instanceId - id - title - description - start - end - url - protected AbstractEventEntity()
| Method Detail |
|---|
public T withURI(URI uri)
uri - the web entity URI.
public String getType()
public String getId()
public String getTitle()
public String getDescription()
public boolean isAllDay()
public String getStart()
public String getEnd()
public String getUrl()
public URI getURI()
Exposable
getURI in interface Exposablepublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||