com.sas.models
Class IMDBColumn

com.sas.models.IMDBColumn

public class IMDBColumn

IMDBColumn is used by IMDBTable and contains information about a particular column in the IMDBTable. The IMDBTable class contains a collection of IMDBColumn objects.

See Also:
IMDBTable

Field Summary
protected  java.lang.Integer dataSetID
          File ID associated with column
protected  java.lang.Integer variableID
          Variable ID associated with column
 
Constructor Summary
IMDBColumn()
          Default constructor
 
Method Summary
 java.lang.Integer getDataSetID()
          Gets the column file ID
 com.sas.collection.hlist.HListInterface getStyleList()
          Gets the column style list - Not Supported
 java.lang.Integer getVariableID()
          Gets the column variable ID
 void setDataSetID(java.lang.Integer dataSetID)
          Sets the column dataSetID
 void setStyleList(com.sas.collection.hlist.HListInterface styleList)
          Sets the column style list - Not Supported
 void setVariableID(java.lang.Integer variableID)
          Sets the column variable ID
 

Field Detail

dataSetID

protected transient java.lang.Integer dataSetID
File ID associated with column


variableID

protected transient java.lang.Integer variableID
Variable ID associated with column

Constructor Detail

IMDBColumn

public IMDBColumn()
Default constructor

Method Detail

getDataSetID

public java.lang.Integer getDataSetID()
Gets the column file ID

Returns:
column file ID

setDataSetID

public void setDataSetID(java.lang.Integer dataSetID)
Sets the column dataSetID

Parameters:
column - dataSetID

getVariableID

public java.lang.Integer getVariableID()
Gets the column variable ID

Returns:
column variableID

setVariableID

public void setVariableID(java.lang.Integer variableID)
Sets the column variable ID

Parameters:
column - variableID

getStyleList

public com.sas.collection.hlist.HListInterface getStyleList()
Gets the column style list - Not Supported

Overrides:
getStyleList in class com.sas.sasserver.dataset.DataSetColumn
Returns:
column style list

setStyleList

public void setStyleList(com.sas.collection.hlist.HListInterface styleList)
Sets the column style list - Not Supported

Overrides:
setStyleList in class com.sas.sasserver.dataset.DataSetColumn
Parameters:
column - style list



Copyright © 2009 SAS Institute Inc. All Rights Reserved.