public class CustomUidField extends java.lang.Object implements ReflectField
| Modifier and Type | Field and Description |
|---|---|
CustomClassRepository |
_repository |
| Constructor and Description |
|---|
CustomUidField() |
CustomUidField(CustomClassRepository repository) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
get(java.lang.Object onObject) |
ReflectClass |
getFieldType() |
java.lang.String |
getName() |
java.lang.Object |
indexEntry(java.lang.Object orig) |
ReflectClass |
indexType() |
boolean |
isPublic() |
boolean |
isStatic() |
boolean |
isTransient() |
void |
set(java.lang.Object onObject,
java.lang.Object value) |
java.lang.String |
toString() |
public CustomClassRepository _repository
public CustomUidField()
public CustomUidField(CustomClassRepository repository)
public java.lang.Object get(java.lang.Object onObject)
get in interface ReflectFieldpublic ReflectClass getFieldType()
getFieldType in interface ReflectFieldpublic java.lang.String getName()
getName in interface ReflectFieldpublic java.lang.Object indexEntry(java.lang.Object orig)
indexEntry in interface ReflectFieldpublic ReflectClass indexType()
indexType in interface ReflectFieldpublic boolean isPublic()
isPublic in interface ReflectFieldpublic boolean isStatic()
isStatic in interface ReflectFieldpublic boolean isTransient()
isTransient in interface ReflectFieldpublic void set(java.lang.Object onObject,
java.lang.Object value)
set in interface ReflectFieldpublic java.lang.String toString()
toString in class java.lang.Object