Class ConstructorResult
- java.lang.Object
-
- org.hibernate.jpamodelgen.xml.jaxb.ConstructorResult
-
public class ConstructorResult extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected List<ColumnResult>
column
protected String
targetClass
-
Constructor Summary
Constructors Constructor Description ConstructorResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ColumnResult>
getColumn()
Gets the value of the column property.String
getTargetClass()
Gets the value of the targetClass property.void
setTargetClass(String value)
Sets the value of the targetClass property.
-
-
-
Field Detail
-
column
protected List<ColumnResult> column
-
targetClass
protected String targetClass
-
-
Method Detail
-
getColumn
public List<ColumnResult> getColumn()
Gets the value of the column property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the column property.For example, to add a new item, do as follows:
getColumn().add(newItem);
Objects of the following type(s) are allowed in the list
ColumnResult
-
getTargetClass
public String getTargetClass()
Gets the value of the targetClass property.- Returns:
- possible object is
String
-
-