@Deprecated public class TopiaId extends Object implements Serializable
TopiaIds.| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<TopiaEntity,String> |
GET_TOPIA_ID
Deprecated.
since 3.0 use
TopiaEntities.GET_TOPIA_ID |
String |
topiaId
Deprecated.
|
| Constructor and Description |
|---|
TopiaId()
Deprecated.
|
TopiaId(String topiaId)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
create(Class clazz)
Deprecated.
Cree un topiaId pour une certaine classe
|
boolean |
equals(Object o)
Deprecated.
|
static Class |
getClassName(String topiaId)
Deprecated.
Extrait la classe du topiaId.
|
static String |
getClassNameAsString(String topiaId)
Deprecated.
Return class name id topiaId is id, and empty string if topiaId is not an
id.
|
int |
hashCode()
Deprecated.
|
static boolean |
isValidId(String topiaId)
Deprecated.
Verifie si l'id passé en paramètre est bien un Id topia, c-a-d si la
forme est bien classname#timemillis#random et si le classname est celui
d'une classe valide, c-a-d que le systeme arrive a trouver.
|
String |
toString()
Deprecated.
|
@Deprecated public static final com.google.common.base.Function<TopiaEntity,String> GET_TOPIA_ID
TopiaEntities.GET_TOPIA_IDTopiaEntity.getTopiaId() from any entity.public String topiaId
public TopiaId()
public TopiaId(String topiaId)
public static String create(Class clazz)
clazz - public static Class getClassName(String topiaId) throws TopiaNotFoundException
topiaId - TopiaNotFoundExceptionpublic static String getClassNameAsString(String topiaId)
topiaId - public static boolean isValidId(String topiaId)
topiaId - Copyright © 2004–2013 CodeLutin. All rights reserved.