public class AttributeDetails
extends java.lang.Object
ClassDetails
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
attributeName |
protected boolean |
attributeOnSuperClass |
protected boolean |
collectionMapping |
protected java.lang.String |
getterMethodName |
protected boolean |
isMappedWithAttributeAccess |
protected OneToOneMapping |
mapping |
protected java.lang.String |
referenceClass |
protected java.lang.String |
setterMethodName |
protected boolean |
weaveValueHolders |
Constructor and Description |
---|
AttributeDetails(java.lang.String attributeName) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttributeName() |
java.lang.String |
getGetterMethodName() |
OneToOneMapping |
getMapping() |
java.lang.String |
getReferenceClass() |
java.lang.String |
getSetterMethodName() |
boolean |
isAttributeOnSuperClass() |
boolean |
isCollectionMapping() |
boolean |
isMappedWithAttributeAccess() |
void |
setAttributeOnSuperClass(boolean onSuperClass) |
void |
setCollectionMapping(boolean collectionMapping) |
void |
setIsMappedWithAttributeAccess(boolean isMappedWithAttributeAccess) |
java.lang.String |
toString() |
boolean |
weaveValueHolders() |
void |
weaveVH(boolean weaveValueHolders,
OneToOneMapping mapping) |
protected java.lang.String attributeName
protected java.lang.String referenceClass
protected boolean weaveValueHolders
protected OneToOneMapping mapping
protected java.lang.String getterMethodName
protected java.lang.String setterMethodName
protected boolean collectionMapping
protected boolean isMappedWithAttributeAccess
protected boolean attributeOnSuperClass
public java.lang.String getAttributeName()
public OneToOneMapping getMapping()
public java.lang.String getGetterMethodName()
public java.lang.String getSetterMethodName()
public java.lang.String getReferenceClass()
public void setAttributeOnSuperClass(boolean onSuperClass)
public boolean isAttributeOnSuperClass()
public boolean weaveValueHolders()
public void weaveVH(boolean weaveValueHolders, OneToOneMapping mapping)
public boolean isCollectionMapping()
public void setCollectionMapping(boolean collectionMapping)
public void setIsMappedWithAttributeAccess(boolean isMappedWithAttributeAccess)
public boolean isMappedWithAttributeAccess()
public java.lang.String toString()
toString
in class java.lang.Object