org.openmobileis.modules.common.database.fodb
Class FODBLabel
java.lang.Object
org.openmobileis.modules.common.data.DefaultLabel
org.openmobileis.modules.common.database.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)
|
Methods inherited from class org.openmobileis.modules.common.data.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 |
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)
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 2006 OpenMobileIS. All Rights Reserved.