public class SampleCategoryColumnIdentifier<R extends SampleCategoryAble> extends ColumnIdentifier<R>
| Modifier and Type | Method and Description |
|---|---|
Integer |
getSampleCategoryId() |
Object |
getValue(R entry) |
static <R extends SampleCategoryAble> |
newId(String propertyName,
Integer sampleCategoryId,
String headerI18nKey,
String headerTipI18nKey) |
void |
setCategoryValue(R entry,
Serializable value) |
void |
setWeightValue(R entry,
Object value) |
getHeaderI18nKey, getHeaderTipI18nKey, getPropertyName, newId, newReadOnlyId, setValuepublic static <R extends SampleCategoryAble> SampleCategoryColumnIdentifier<R> newId(String propertyName, Integer sampleCategoryId, String headerI18nKey, String headerTipI18nKey)
public Object getValue(R entry)
getValue in class ColumnIdentifier<R extends SampleCategoryAble>public void setCategoryValue(R entry, Serializable value)
public Integer getSampleCategoryId()
Copyright © 2012–2013 Ifremer. All rights reserved.