com.apelon.dts.common.subset
Class SubsetDescriptor
java.lang.Object
com.apelon.dts.common.subset.SubsetDescriptor
public class SubsetDescriptor
- extends Object
A descriptor to fetch various data fields for a Subset.
Copyright: Copyright (c) 2005
Company: Apelon Inc.
- Since:
- 3.4.0
- Version:
- DTS 3.4.0
- Author:
- Apelon Inc.
Field Summary |
static SubsetDescriptor |
ALL_SUBSET_DESCRIPTOR
This SubsetDescriptor will retrieve all the fields of Subset including the expression and concept count. |
static SubsetDescriptor |
DEFAULT_SUBSET_DESCRIPTOR
This SubsetDescriptor will retrieve all the attribute fields (id, name, created_by, created_date, modified_by,
modified_date, data_load_date, description) of Subset but not the expression and concept count. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_SUBSET_DESCRIPTOR
public static SubsetDescriptor DEFAULT_SUBSET_DESCRIPTOR
- This SubsetDescriptor will retrieve all the attribute fields (id, name, created_by, created_date, modified_by,
modified_date, data_load_date, description) of Subset but not the expression and concept count.
ALL_SUBSET_DESCRIPTOR
public static SubsetDescriptor ALL_SUBSET_DESCRIPTOR
- This SubsetDescriptor will retrieve all the fields of Subset including the expression and concept count.
SubsetDescriptor
public SubsetDescriptor()
SubsetDescriptor
public SubsetDescriptor(boolean fetchExpression,
boolean fetchConceptCount)
isFetchConceptCount
public boolean isFetchConceptCount()
setFetchConceptCount
public void setFetchConceptCount(boolean fetchConceptCount)
isFetchExpression
public boolean isFetchExpression()
setFetchExpression
public void setFetchExpression(boolean fetchExpression)
Copyright © 2011. All Rights Reserved.