Class ViewConfigurationColumn
- java.lang.Object
-
- com.adobe.cq.inbox.api.preferences.domain.view.ViewConfigurationColumn
-
public final class ViewConfigurationColumn extends java.lang.Object
The representation of a column inViewConfiguration
-
-
Constructor Summary
Constructors Constructor Description ViewConfigurationColumn(java.lang.String title, java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
java.lang.String
getTitle()
void
setTitle(java.lang.String title)
-