@Entity(name="Rule") public class RuleEntity extends AbstractAuditingEntity implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
area |
protected String |
description |
protected Long |
id |
protected boolean |
isEnabled |
protected int |
score |
protected String |
title |
createdBy, createdDate, lastModifiedBy, lastModifiedDate| Constructor and Description |
|---|
RuleEntity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getArea() |
String |
getDescription() |
Long |
getId() |
int |
getScore() |
String |
getTitle() |
int |
hashCode() |
boolean |
isEnabled() |
void |
setArea(String area) |
void |
setDescription(String description) |
void |
setEnabled(boolean enabled) |
void |
setId(Long id) |
void |
setScore(int score) |
void |
setTitle(String title) |
String |
toString() |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDateprotected Long id
protected String title
protected String description
protected int score
protected String area
protected boolean isEnabled
public Long getId()
public void setId(Long id)
public String getTitle()
public void setTitle(String title)
public String getDescription()
public void setDescription(String description)
public int getScore()
public void setScore(int score)
public String getArea()
public void setArea(String area)
public boolean isEnabled()
public void setEnabled(boolean enabled)
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.