public class ApplyAndDetachColumnRulesSession extends Object implements Serializable
| Constructor and Description |
|---|
ApplyAndDetachColumnRulesSession() |
ApplyAndDetachColumnRulesSession(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData column,
ArrayList<RuleDescriptionData> rulesThatWillBeApplied,
ArrayList<RuleDescriptionData> rulesThatWillBeDetached) |
| Modifier and Type | Method and Description |
|---|---|
org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData |
getColumn() |
ArrayList<RuleDescriptionData> |
getRulesThatWillBeApplied() |
ArrayList<RuleDescriptionData> |
getRulesThatWillBeDetached() |
org.gcube.portlets.user.td.widgetcommonevent.shared.TRId |
getTrId() |
void |
setColumn(org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData column) |
void |
setRulesThatWillBeApplied(ArrayList<RuleDescriptionData> rulesThatWillBeApplied) |
void |
setRulesThatWillBeDetached(ArrayList<RuleDescriptionData> rulesThatWillBeDetached) |
void |
setTrId(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) |
String |
toString() |
public ApplyAndDetachColumnRulesSession()
public ApplyAndDetachColumnRulesSession(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData column,
ArrayList<RuleDescriptionData> rulesThatWillBeApplied,
ArrayList<RuleDescriptionData> rulesThatWillBeDetached)
trId - column - rulesThatWillBeApplied - rulesThatWillBeDetached - public org.gcube.portlets.user.td.widgetcommonevent.shared.TRId getTrId()
public void setTrId(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
public org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData getColumn()
public void setColumn(org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData column)
public ArrayList<RuleDescriptionData> getRulesThatWillBeApplied()
public void setRulesThatWillBeApplied(ArrayList<RuleDescriptionData> rulesThatWillBeApplied)
public ArrayList<RuleDescriptionData> getRulesThatWillBeDetached()
public void setRulesThatWillBeDetached(ArrayList<RuleDescriptionData> rulesThatWillBeDetached)
Copyright © 2016. All Rights Reserved.