public class RuleDescription extends Object
| Constructor and Description |
|---|
RuleDescription(long id,
String name,
String description,
Calendar creationDate,
org.gcube.data.analysis.tabulardata.expression.Expression rule,
RuleScope scope,
String owner,
RuleType ruleType,
List<String> sharedWith) |
| Modifier and Type | Method and Description |
|---|---|
Calendar |
getCreationDate() |
String |
getDescription() |
long |
getId() |
String |
getName() |
String |
getOwner() |
org.gcube.data.analysis.tabulardata.expression.Expression |
getRule() |
RuleType |
getRuleType() |
RuleScope |
getScope() |
List<String> |
getSharedWithGroups() |
List<String> |
getSharedWithUsers() |
String |
toString() |
public long getId()
public String getName()
public String getDescription()
public org.gcube.data.analysis.tabulardata.expression.Expression getRule()
public RuleScope getScope()
public String getOwner()
public RuleType getRuleType()
public Calendar getCreationDate()
Copyright © 2015. All Rights Reserved.