org.nuiton.wikitty
Class LabelHelper
java.lang.Object
org.nuiton.wikitty.BusinessEntityWikitty
org.nuiton.wikitty.LabelAbstract
org.nuiton.wikitty.LabelImpl
org.nuiton.wikitty.LabelHelper
- All Implemented Interfaces:
- Serializable, Cloneable, BusinessEntity, Label
public class LabelHelper
- extends LabelImpl
- See Also:
- Serialized Form
| Methods inherited from class org.nuiton.wikitty.BusinessEntityWikitty |
addPropertyChangeListener, addPropertyChangeListener, getExtensionFields, getExtensionNames, getField, getFieldType, getPropertyChangeSupport, getWikitty, getWikittyId, getWikittyVersion, removePropertyChangeListener, removePropertyChangeListener, setField, setWikitty, setWikittyVersion |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.nuiton.wikitty.BusinessEntity |
addPropertyChangeListener, addPropertyChangeListener, getExtensionFields, getExtensionNames, getField, getFieldType, getWikittyId, getWikittyVersion, removePropertyChangeListener, removePropertyChangeListener, setField, setWikittyVersion |
getLabels
public static Set<String> getLabels(Wikitty w)
addLabels
public static void addLabels(Wikitty w,
String element)
removeLabels
public static void removeLabels(Wikitty w,
String element)
clearLabels
public static void clearLabels(Wikitty w)
isExtension
public static boolean isExtension(Wikitty w)
- Check if wikitty has current extension
addExtension
public static void addExtension(Wikitty w)
- ajout les extensions static de cette classe au wikitty en argument
equals
public static boolean equals(Wikitty w1,
Wikitty w2)
- Check equality on all field of this extension, and only those.
Copyright © 2009-2010 CodeLutin. All Rights Reserved.