org.openmobileis.modules.crm.database.common.fodb
Class FODBLabel

java.lang.Object
  extended byorg.openmobileis.modules.crm.data.common.DefaultLabel
      extended byorg.openmobileis.modules.crm.database.common.fodb.FODBLabel
All Implemented Interfaces:
Label, Orderable, java.io.Serializable

public class FODBLabel
extends DefaultLabel

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
See Also:
Serialized Form

Constructor Summary
FODBLabel(java.lang.String id, java.lang.String category, java.lang.String label)
           
FODBLabel(java.lang.String id, java.lang.String category, java.lang.String label, java.lang.String language)
           
 
Method Summary
static java.lang.String convertIdsToLabelObjectIds(java.lang.String labelid, java.lang.String category)
           
 java.lang.String getLabelCategoryId()
           
static java.lang.String[] getLabelIdAndCatIdFromId(java.lang.String id)
           
 
Methods inherited from class org.openmobileis.modules.crm.data.common.DefaultLabel
compareTo, compareTo, equals, getCategory, getLabel, getLabelId, getLabelLanguage, getLabelSortOrder, hashCode, setLabelSortOrder, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FODBLabel

public FODBLabel(java.lang.String id,
                 java.lang.String category,
                 java.lang.String label)

FODBLabel

public FODBLabel(java.lang.String id,
                 java.lang.String category,
                 java.lang.String label,
                 java.lang.String language)
Method Detail

getLabelCategoryId

public java.lang.String getLabelCategoryId()

convertIdsToLabelObjectIds

public static java.lang.String convertIdsToLabelObjectIds(java.lang.String labelid,
                                                          java.lang.String category)

getLabelIdAndCatIdFromId

public static java.lang.String[] getLabelIdAndCatIdFromId(java.lang.String id)


Copyright 2005 e-Care. All Rights Reserved.