@Entity(name="AgendaCalendar") public class CalendarEntity extends Object implements Serializable
| Constructor and Description |
|---|
CalendarEntity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColor() |
Date |
getCreatedDate() |
String |
getDescription() |
Long |
getId() |
Long |
getOwnerId() |
Date |
getUpdatedDate() |
boolean |
isSystem() |
void |
setColor(String color) |
void |
setCreatedDate(Date createdDate) |
void |
setDescription(String description) |
void |
setId(Long id) |
void |
setOwnerId(Long ownerId) |
void |
setSystem(boolean isSystem) |
void |
setUpdatedDate(Date updatedDate) |
public Long getId()
public void setId(Long id)
public Long getOwnerId()
public void setOwnerId(Long ownerId)
public boolean isSystem()
public void setSystem(boolean isSystem)
public String getDescription()
public void setDescription(String description)
public String getColor()
public void setColor(String color)
public Date getCreatedDate()
public void setCreatedDate(Date createdDate)
public Date getUpdatedDate()
public void setUpdatedDate(Date updatedDate)
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.