java.lang.Object
cz.cvut.kbss.jopa.modelgen.classmodel.Field

public class Field extends Object
  • Constructor Details

    • Field

      public Field()
    • Field

      public Field(Element elProperty, Element elParent)
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getType

      public Type getType()
    • setType

      public void setType(Type type)
    • getParentName

      public String getParentName()
    • setParentName

      public void setParentName(String parentName)
    • getAnnotatedWith

      public List<MappingAnnotations> getAnnotatedWith()
    • setAnnotatedWith

      public void setAnnotatedWith(List<MappingAnnotations> annotatedWith)
    • getImports

      public List<String> getImports()