|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.portal.group.databaseviewmembership.DatabaseViewField
public class DatabaseViewField
Fields that are read from the database view for obtaining data used for selecting the members of a group.
Constructor Summary | |
---|---|
DatabaseViewField()
|
Method Summary | |
---|---|
String |
getColumnName()
Returns the column name for this field. |
String |
getDataType()
Returns the data type of this field. |
DatabaseViewGroupTypeConfig |
getGroupTypeConfig()
Returns the group type configuration this field definition belongs to. |
String |
getId()
Returns the identifier of this field. |
void |
setColumnName(String columnName)
Sets the column name for this field. |
void |
setDataType(String dataType)
Sets the data type of this field. |
void |
setGroupTypeConfig(DatabaseViewGroupTypeConfig groupTypeConfig)
Sets the group type configuration this field definition belongs to. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DatabaseViewField()
Method Detail |
---|
public String getId()
public String getColumnName()
public void setColumnName(String columnName)
columnName
- the column name.public String getDataType()
QueryFieldTypes
.public void setDataType(String dataType)
dataType
- one of the constants in QueryFieldTypes
.public DatabaseViewGroupTypeConfig getGroupTypeConfig()
public void setGroupTypeConfig(DatabaseViewGroupTypeConfig groupTypeConfig)
groupTypeConfig
- the group type configuration.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |