public class RuleDescriptionData extends Object implements Serializable
| Constructor and Description |
|---|
RuleDescriptionData() |
RuleDescriptionData(long id,
String name,
String description,
Date creationDate,
Contacts owner,
ArrayList<Contacts> contacts,
RuleScopeType scope,
org.gcube.portlets.user.td.widgetcommonevent.shared.expression.C_Expression expression,
TDRuleType tdRuleType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(RuleDescriptionData ruleDescriptionData) |
ArrayList<Contacts> |
getContacts() |
ArrayList<String> |
getContactsAsStringList() |
Date |
getCreationDate() |
String |
getDescription() |
org.gcube.portlets.user.td.widgetcommonevent.shared.expression.C_Expression |
getExpression() |
long |
getId() |
String |
getName() |
Contacts |
getOwner() |
String |
getOwnerLogin() |
String |
getReadableExpression() |
RuleScopeType |
getScope() |
String |
getScopeLabel() |
TDRuleType |
getTdRuleType() |
void |
setContacts(ArrayList<Contacts> contacts) |
void |
setCreationDate(Date creationDate) |
void |
setDescription(String description) |
void |
setExpression(org.gcube.portlets.user.td.widgetcommonevent.shared.expression.C_Expression expression) |
void |
setId(long id) |
void |
setName(String name) |
void |
setOwner(Contacts owner) |
void |
setScope(RuleScopeType scope) |
void |
setTdRuleType(TDRuleType tdRuleType) |
String |
toString() |
public RuleDescriptionData()
public RuleDescriptionData(long id,
String name,
String description,
Date creationDate,
Contacts owner,
ArrayList<Contacts> contacts,
RuleScopeType scope,
org.gcube.portlets.user.td.widgetcommonevent.shared.expression.C_Expression expression,
TDRuleType tdRuleType)
public long getId()
public void setId(long id)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public Date getCreationDate()
public void setCreationDate(Date creationDate)
public Contacts getOwner()
public void setOwner(Contacts owner)
public String getOwnerLogin()
public RuleScopeType getScope()
public void setScope(RuleScopeType scope)
public String getScopeLabel()
public org.gcube.portlets.user.td.widgetcommonevent.shared.expression.C_Expression getExpression()
public void setExpression(org.gcube.portlets.user.td.widgetcommonevent.shared.expression.C_Expression expression)
public String getReadableExpression()
public TDRuleType getTdRuleType()
public void setTdRuleType(TDRuleType tdRuleType)
public boolean equals(RuleDescriptionData ruleDescriptionData)
Copyright © 2018. All Rights Reserved.