public class PojoProperty extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
javaType |
protected int |
keyPos |
protected String |
name |
protected PojoImportMatch |
pojoImportMatch |
protected PojoLinkFkey |
pojoLinkFkey |
protected PojoLinkUnique |
pojoLinkUnique |
protected PojoRegularProperty |
pojoRegularProperty |
protected String |
propertyPath |
protected String |
upperName |
Constructor and Description |
---|
PojoProperty() |
Modifier and Type | Method and Description |
---|---|
String |
getJavaType() |
int |
getKeyPos() |
String |
getName() |
PojoImportMatch |
getPojoImportMatch() |
PojoLinkFkey |
getPojoLinkFkey() |
PojoLinkUnique |
getPojoLinkUnique() |
PojoRegularProperty |
getPojoRegularProperty() |
String |
getPropertyPath() |
String |
getUpperName() |
void |
setJavaType(String newValue) |
void |
setKeyPos(int newValue) |
void |
setName(String newValue) |
void |
setPojoImportMatch(PojoImportMatch newValue) |
void |
setPojoLinkFkey(PojoLinkFkey newValue) |
void |
setPojoLinkUnique(PojoLinkUnique newValue) |
void |
setPojoRegularProperty(PojoRegularProperty newValue) |
void |
setPropertyPath(String newValue) |
void |
setUpperName(String newValue) |
String |
toString() |
protected volatile String name
protected volatile String upperName
protected volatile String propertyPath
protected volatile String javaType
protected volatile int keyPos
protected volatile PojoImportMatch pojoImportMatch
protected volatile PojoLinkFkey pojoLinkFkey
protected volatile PojoLinkUnique pojoLinkUnique
protected volatile PojoRegularProperty pojoRegularProperty
public String getName()
public void setName(String newValue)
public String getUpperName()
public void setUpperName(String newValue)
public String getPropertyPath()
public void setPropertyPath(String newValue)
public String getJavaType()
public void setJavaType(String newValue)
public int getKeyPos()
public void setKeyPos(int newValue)
public PojoImportMatch getPojoImportMatch()
public void setPojoImportMatch(PojoImportMatch newValue)
public PojoLinkFkey getPojoLinkFkey()
public void setPojoLinkFkey(PojoLinkFkey newValue)
public PojoLinkUnique getPojoLinkUnique()
public void setPojoLinkUnique(PojoLinkUnique newValue)
public PojoRegularProperty getPojoRegularProperty()
public void setPojoRegularProperty(PojoRegularProperty newValue)
Copyright © 1999–2025 ViaOA. All rights reserved.