org.openmobileis.modules.crm.data.common
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

Field Summary
static long serialVersionUID
           
 
Method Summary
 java.lang.String getCategory()
           
 java.lang.String getLabel()
           
 java.lang.String getLabelId()
           
 java.lang.String getLabelLanguage()
           
 int getLabelSortOrder()
           
 void setLabelSortOrder(int o)
          Use to sort label in a specific order.
 
Methods inherited from interface org.openmobileis.common.util.collection.Orderable
compareTo
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Method Detail

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 2005 e-Care. All Rights Reserved.