Package de.mhus.lib.basics.consts
Class Identifier
- java.lang.Object
-
- de.mhus.lib.basics.consts.Identifier
-
public class Identifier extends Object
Represents a identifier- Author:
- mikehummel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIdentifier.TYPE
-
Constructor Summary
Constructors Constructor Description Identifier(Identifier.TYPE type, Class<?> clazz, String id)Identifier(Class<?> clazz, String id)Identifier(String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)Class<?>getClazz()StringgetId()StringgetPojoName()Identifier.TYPEgetType()StringtoString()
-
-
-
Method Detail
-
getPojoName
public String getPojoName()
-
getClazz
public Class<?> getClazz()
-
getType
public Identifier.TYPE getType()
-
getId
public String getId()
-
-