org.openmobileis.modules.common.data
Interface Label
- All Superinterfaces:
- Orderable, java.io.Serializable
- All Known Implementing Classes:
- DefaultLabel
- public interface Label
- extends Orderable, java.io.Serializable
Title: OpenMobileIS project source
Description: USe to manage the pair identifier/label used by article, visite type and contact type.
- Since:
- JDK 1.1
- Version:
- 1.0.
- Author:
- Philippe Delrieu
Methods inherited from interface org.openmobileis.common.util.collection.Orderable |
compareTo |
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
getLabel
public java.lang.String getLabel()
getCategory
public java.lang.String getCategory()
getLabelId
public java.lang.String getLabelId()
getLabelLanguage
public java.lang.String getLabelLanguage()
setLabelSortOrder
public void setLabelSortOrder(int o)
- Use to sort label in a specific order. Sorting id made :
sort with labelOrder if equals use label.
- Parameters:
o
- label sort order
getLabelSortOrder
public int getLabelSortOrder()
Copyright 2006 OpenMobileIS. All Rights Reserved.