org.pentaho.platform.dataaccess.datasource.beans
Class LogicalModelSummary
java.lang.Object
org.pentaho.ui.xul.XulEventSourceAdapter
org.pentaho.platform.dataaccess.datasource.beans.LogicalModelSummary
- All Implemented Interfaces:
- Serializable, Comparable<LogicalModelSummary>, org.pentaho.ui.xul.XulEventSource
public class LogicalModelSummary
- extends org.pentaho.ui.xul.XulEventSourceAdapter
- implements Comparable<LogicalModelSummary>, Serializable
A summary of a logical model consisting of domain id, model id, and localized model name. This thin object is for UI
purposes only.
- Author:
- mlowery
- See Also:
- Serialized Form
Methods inherited from class org.pentaho.ui.xul.XulEventSourceAdapter |
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener |
LogicalModelSummary
public LogicalModelSummary()
- Constructor. Required by GWT.
LogicalModelSummary
public LogicalModelSummary(String domainId,
String modelId,
String modelName,
boolean agileBiModel)
- Constructor.
- Parameters:
domainId
- domain idmodelId
- model idmodelName
- localized model name
getDomainId
public String getDomainId()
getModelId
public String getModelId()
getModelName
public String getModelName()
toString
public String toString()
- Overrides:
toString
in class Object
compareTo
public int compareTo(LogicalModelSummary other)
- Specified by:
compareTo
in interface Comparable<LogicalModelSummary>
isAgileBiOriginated
public boolean isAgileBiOriginated()
setAgileBiOriginated
public void setAgileBiOriginated(boolean agileBiOriginated)