|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.org.usurper.model.HandledBeanProperty
public class HandledBeanProperty
The Class HandledBeanProperty is an immutable value object containing all the necessary elements for the handling of a precise attribute of an usurped object.
| Constructor Summary | |
|---|---|
HandledBeanProperty(java.lang.Object targetObject,
java.lang.Class<?> propertyClass,
java.lang.String propertyName,
IUsurperGeneratorSetup usurperGeneratorSetup)
This constructor creates the HandledBeanProperty |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.Class<?> |
getPropertyClass()
Gets the class of the property to be handled. |
java.lang.String |
getPropertyName()
Gets the property name. |
java.lang.Object |
getTargetObject()
Gets the object where the property will be set. |
IUsurperGeneratorSetup |
getUsurperGeneratorSetup()
Gets the usurper generator setup. |
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public HandledBeanProperty(java.lang.Object targetObject,
java.lang.Class<?> propertyClass,
java.lang.String propertyName,
IUsurperGeneratorSetup usurperGeneratorSetup)
targetObject - the object where the property will be set as a context (can be useful to handle relations between attributes).propertyClass - the class of the property to generate.propertyName - the name of the property to generate.usurperGeneratorSetup - the usurper generator setup| Method Detail |
|---|
public java.lang.Class<?> getPropertyClass()
public java.lang.String getPropertyName()
public java.lang.Object getTargetObject()
public IUsurperGeneratorSetup getUsurperGeneratorSetup()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||