public class EntityContextProperty extends Object
Constructor and Description |
---|
EntityContextProperty() |
Modifier and Type | Method and Description |
---|---|
String |
getPrefix()
Prefix prepended to the entity name.
|
String |
getProperty()
The property name.
|
String |
getRootPackage()
The root package.
|
String |
getSubPackage()
The sub package.
|
String |
getSuffix()
Prefix appended to the entity name.
|
void |
setPrefix(String prefix) |
void |
setProperty(String property) |
void |
setRootPackage(String rootPackage) |
void |
setSubPackage(String subPackage) |
void |
setSuffix(String suffix) |
public String getProperty()
public String getRootPackage()
public String getSubPackage()
public String getPrefix()
public String getSuffix()
public void setProperty(String property)
public void setRootPackage(String rootPackage)
public void setSubPackage(String subPackage)
public void setPrefix(String prefix)
public void setSuffix(String suffix)
Copyright © 2005-2013 JAXIO S.A.R.L. - All Rights Reserved.