|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.centrasite.appl.framework.mapping.BaseProperty
public class BaseProperty
Base implementation of the Property
interface.
Constructor Summary | |
---|---|
BaseProperty()
|
Method Summary | |
---|---|
AttributeDescription |
getAttributeDescription()
Returns attribute description of this property. |
java.lang.String |
getAttributeName()
|
BeanType |
getBeanType()
Returns the bean type this property. |
java.lang.reflect.Method |
getGetter()
Returns the getter java method for this property. |
java.lang.String |
getName()
Returns the property name. |
java.lang.reflect.Method |
getSetter()
Returns the setter java method for this property. |
java.lang.Class<?> |
getTargetType()
|
boolean |
hasAttributeDescription()
|
void |
setAttributeDescription(AttributeDescription attributeDescription)
|
void |
setAttributeName(java.lang.String attributeName)
|
void |
setBeanType(BeanType beanType)
|
void |
setGetter(java.lang.reflect.Method getter)
|
void |
setHasAttributeDescription(boolean hasAttributeDescription)
|
void |
setName(java.lang.String name)
Sets the property name. |
void |
setSetter(java.lang.reflect.Method setter)
|
void |
setTargetType(java.lang.Class<?> targetType)
Sets the target type. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BaseProperty()
Method Detail |
---|
public AttributeDescription getAttributeDescription()
Property
getAttributeDescription
in interface Property
public void setAttributeDescription(AttributeDescription attributeDescription) throws CSAppFrameworkException
attributeDescription
-
CSAppFrameworkException
public java.lang.String getName()
getName
in interface Property
String
public void setName(java.lang.String name)
name
- public java.lang.Class<?> getTargetType()
getTargetType
in interface Property
public void setTargetType(java.lang.Class<?> targetType)
targetType
- the target type.public java.lang.reflect.Method getGetter()
getGetter
in interface Property
public java.lang.reflect.Method getSetter()
getSetter
in interface Property
public void setGetter(java.lang.reflect.Method getter)
getter
- the getter to setpublic void setSetter(java.lang.reflect.Method setter)
setter
- the setter to setpublic BeanType getBeanType()
Property
getBeanType
in interface Property
public void setBeanType(BeanType beanType)
beanType
- public java.lang.String getAttributeName()
public void setAttributeName(java.lang.String attributeName)
attributeName
- the attributeName to setpublic boolean hasAttributeDescription()
public void setHasAttributeDescription(boolean hasAttributeDescription)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |