Package net.sf.basedb.core
Class RawDataProperty
- java.lang.Object
-
- net.sf.basedb.core.ExtendedProperty
-
- net.sf.basedb.core.RawDataProperty
-
public class RawDataProperty extends ExtendedProperty
Holds information about an extended property for raw data.- Version:
- 2.0
- Author:
- Nicklas
- See Also:
ExtendedProperty
- Last modified
- $Date: 2018-07-11 14:42:30 +0200 (on, 11 jul 2018) $
-
-
Field Summary
Fields Modifier and Type Field Description private int
channel
-
Constructor Summary
Constructors Constructor Description RawDataProperty(String name, String title, String description, String column, Type type, int length, boolean nullable, Formula.AverageMethod averageMethod, int channel)
Create a new rawdata property.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getChannel()
Get the channel this property belongs to.-
Methods inherited from class net.sf.basedb.core.ExtendedProperty
getAverageMethod, getColumn, getDescription, getLength, getName, getTitle, getType, getUrl, isAveragable, isHidden, isInsertable, isNullable, isRestrictedEdit, isUpdateable, isValidName, parseString, parseString, validateValue
-
-