org.nuiton.wikitty
Class WikittyUserHelper
java.lang.Object
org.nuiton.wikitty.BusinessEntityWikitty
org.nuiton.wikitty.WikittyUserAbstract
org.nuiton.wikitty.WikittyUserImpl
org.nuiton.wikitty.WikittyUserHelper
- All Implemented Interfaces:
- Serializable, Cloneable, BusinessEntity, WikittyUser
public class WikittyUserHelper
- extends WikittyUserImpl
- See Also:
- Serialized Form
| Methods inherited from class org.nuiton.wikitty.BusinessEntityWikitty |
addPropertyChangeListener, addPropertyChangeListener, equals, getExtensionFields, getExtensionNames, getField, getFieldType, getPropertyChangeSupport, getWikitty, getWikittyId, getWikittyVersion, hashCode, removePropertyChangeListener, removePropertyChangeListener, setField, setWikitty, setWikittyVersion |
| Methods inherited from interface org.nuiton.wikitty.BusinessEntity |
addPropertyChangeListener, addPropertyChangeListener, getExtensionFields, getExtensionNames, getField, getFieldType, getWikittyId, getWikittyVersion, removePropertyChangeListener, removePropertyChangeListener, setField, setWikittyVersion |
setLogin
public static void setLogin(Wikitty w,
String login)
getLogin
public static String getLogin(Wikitty w)
setPassword
public static void setPassword(Wikitty w,
String password)
getPassword
public static String getPassword(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.