public class AbstractBaseJavaEntity extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected JavaClassParent |
parent |
Constructor and Description |
---|
AbstractBaseJavaEntity() |
Modifier and Type | Method and Description |
---|---|
Annotation[] |
getAnnotations() |
int |
getLineNumber() |
String |
getName() |
JavaClassParent |
getParent()
Deprecated.
|
JavaClass |
getParentClass()
Not every entity has a parentClass, but AnnotationFieldRef requires access to it.
|
void |
setAnnotations(Annotation[] annotations) |
void |
setLineNumber(int lineNumber) |
void |
setName(String name) |
void |
setParent(JavaClassParent parent)
Deprecated.
|
protected String name
protected JavaClassParent parent
public int getLineNumber()
public String getName()
public Annotation[] getAnnotations()
public void setName(String name)
public void setAnnotations(Annotation[] annotations)
public void setLineNumber(int lineNumber)
public JavaClassParent getParent()
public void setParent(JavaClassParent parent)
parent
- public JavaClass getParentClass()
Copyright © 2002–2017. All rights reserved.