public interface SampleCategoryAble<E extends SampleCategoryAble> extends Iterable<SampleCategory<?>>
SampleCategory.| Modifier and Type | Method and Description |
|---|---|
Integer |
getCategoryIndex(Integer id) |
SampleCategory |
getFinestCategory() |
E |
getFirstAncestor(SampleCategory<?> entrySampleCategory) |
SampleCategory<?> |
getFirstSampleCategory() |
SampleCategory |
getSampleCategoryById(Integer sampleCategoryId) |
SampleCategory<?> |
getSampleCategoryByIndex(int sampleCategoryIndex) |
Serializable |
getSampleCategoryValue(Integer sampleCategoryId) |
void |
setSampleCategory(SampleCategory sampleCategory) |
void |
setSampleCategoryValue(Integer sampleCategoryId,
Serializable value) |
void |
setSampleCategoryWeight(Integer sampleCategoryId,
Object value) |
void setSampleCategory(SampleCategory sampleCategory)
SampleCategory<?> getFirstSampleCategory()
SampleCategory getFinestCategory()
SampleCategory getSampleCategoryById(Integer sampleCategoryId)
SampleCategory<?> getSampleCategoryByIndex(int sampleCategoryIndex)
Serializable getSampleCategoryValue(Integer sampleCategoryId)
void setSampleCategoryValue(Integer sampleCategoryId, Serializable value)
E getFirstAncestor(SampleCategory<?> entrySampleCategory)
Copyright © 2012–2014 Ifremer. All rights reserved.