|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
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.
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 |
|---|
protected transient java.lang.Integer dataSetID
protected transient java.lang.Integer variableID
| Constructor Detail |
|---|
public IMDBColumn()
| Method Detail |
|---|
public java.lang.Integer getDataSetID()
public void setDataSetID(java.lang.Integer dataSetID)
column - dataSetIDpublic java.lang.Integer getVariableID()
public void setVariableID(java.lang.Integer variableID)
column - variableIDpublic com.sas.collection.hlist.HListInterface getStyleList()
getStyleList in class com.sas.sasserver.dataset.DataSetColumnpublic void setStyleList(com.sas.collection.hlist.HListInterface styleList)
setStyleList in class com.sas.sasserver.dataset.DataSetColumncolumn - style list
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||