lumis.portal.group.databaseviewmembership
Class DatabaseViewField

Package class diagram package DatabaseViewField
java.lang.Object
  extended by lumis.portal.group.databaseviewmembership.DatabaseViewField

public class DatabaseViewField
extends Object

Fields that are read from the database view for obtaining data used for selecting the members of a group.

Since:
4.2.1

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

DatabaseViewField

public DatabaseViewField()
Method Detail

getId

public String getId()
Returns the identifier of this field.

Returns:
the identifier.
Since:
4.2.1

getColumnName

public String getColumnName()
Returns the column name for this field.

Returns:
the column name.
Since:
4.2.1

setColumnName

public void setColumnName(String columnName)
Sets the column name for this field.

Parameters:
columnName - the column name.
Since:
4.2.1

getDataType

public String getDataType()
Returns the data type of this field.

Returns:
one of the constants in QueryFieldTypes.
Since:
4.2.1

setDataType

public void setDataType(String dataType)
Sets the data type of this field.

Parameters:
dataType - one of the constants in QueryFieldTypes.
Since:
4.2.1

getGroupTypeConfig

public DatabaseViewGroupTypeConfig getGroupTypeConfig()
Returns the group type configuration this field definition belongs to.

Returns:
the group type configuration.
Since:
4.2.1

setGroupTypeConfig

public void setGroupTypeConfig(DatabaseViewGroupTypeConfig groupTypeConfig)
Sets the group type configuration this field definition belongs to.

Parameters:
groupTypeConfig - the group type configuration.
Since:
4.2.1


Lumisportal  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.