blackboard.admin.data.datasource
Class DataSourceObjectCount
java.lang.Object
blackboard.data.BbObject
blackboard.admin.data.AdminObject
blackboard.admin.data.datasource.DataSourceObjectCount
- All Implemented Interfaces:
- IAdminObject, IBbObject, Identifiable, java.io.Serializable, java.lang.Cloneable
public class DataSourceObjectCount
- extends AdminObject
The DataSourceObjectCount class is a representation of data source
summary information within the Bb Course Management System. A DataSourceObjectCount
defines the sum of enterprise grade objects based on their DataSource>/code>
within the CMS.
- Since:
- Bb 6.0
- See Also:
DataSource,
Serialized Form
|
Constructor Summary |
DataSourceObjectCount()
Creates an instance of DataSourceObjectCount with default property values. |
|
Method Summary |
Id |
getDataSourceId()
Returns the data source Id associated with this DataSourceObjectCount. |
DataType |
getDataType()
Returns the DataType identifier for this object. |
java.lang.Long |
getObjectCount()
Returns the object count value for this DataSourceObjectCount |
java.lang.String |
getObjectDataTable()
Returns the object data table value for this DataSourceObjectCount |
void |
setDataSourceId(Id iDataSourceId)
Sets the data source Id value for this DataSourceObjectCount. |
void |
setObjectCount(long val)
Sets the object count value for this DataSourceObjectCount |
void |
setObjectDataTable(java.lang.String val)
Sets the object data table value for this DataSourceObjectCount |
| Methods inherited from class blackboard.data.BbObject |
clone, getBbAttributes, getCreatedDate, getId, getModifiedDate, matches, persist, setCreatedDate, setId, setModifiedDate, toString, validate |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DATA_TYPE
public static final DataType DATA_TYPE
DataSourceObjectCount
public DataSourceObjectCount()
- Creates an instance of
DataSourceObjectCount with default property values.
setObjectDataTable
public void setObjectDataTable(java.lang.String val)
- Sets the object data table value for this
DataSourceObjectCount
- Parameters:
val - object data table value for this DataSourceObjectCount
getObjectDataTable
public java.lang.String getObjectDataTable()
- Returns the object data table value for this
DataSourceObjectCount
- Returns:
- object data table value for this
DataSourceObjectCount
setObjectCount
public void setObjectCount(long val)
- Sets the object count value for this
DataSourceObjectCount
- Parameters:
val - object count value for this DataSourceObjectCount
getObjectCount
public java.lang.Long getObjectCount()
- Returns the object count value for this
DataSourceObjectCount
- Returns:
- object count value for this
DataSourceObjectCount
getDataSourceId
public Id getDataSourceId()
- Returns the data source
Id associated with this DataSourceObjectCount.
- Returns:
- data source
Id value for this DataSourceObjectCount
setDataSourceId
public void setDataSourceId(Id iDataSourceId)
- Sets the data source
Id value for this DataSourceObjectCount.
- Parameters:
iDataSourceId - a data source Id value to use for this
DataSourceObjectCount
getDataType
public DataType getDataType()
- Returns the
DataType identifier for this object. Can be used to
uniquely identify the "type" of this data object.
- Specified by:
getDataType in interface IBbObject- Specified by:
getDataType in interface Identifiable- Specified by:
getDataType in class BbObject
- Returns:
- the
DataType for this object
Copyright © 2012 Blackboard, Inc. All Rights Reserved.