|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BidirectionalProperty
A JavaBean property wrapper that updates its opposite property. This kind of property most often represents a relationship end with multiplicity greater than 1.
Method Summary | |
---|---|
java.lang.String |
getOppositeName()
Gets the name of the opposite property. |
java.lang.Object |
getOwner()
Gets the owner of this object. |
java.lang.Object |
getPropertyValue()
Gets the value (e.g. |
RelationshipUpdater |
getRelationshipUpdater()
Gets the updater of the another end of the represented relationship. |
void |
setOppositeName(java.lang.String propertyName)
Sets the name of the opposite property. |
void |
setOwner(java.lang.Object owner)
Sets the owner of this object. |
void |
setPropertyValue(java.lang.Object propertyValue)
Sets the value (e.g. |
void |
setRelationshipUpdater(RelationshipUpdater relationshipUpdater)
Sets the updater of the another end of the represented relationship. |
Method Detail |
---|
java.lang.Object getOwner()
void setOwner(java.lang.Object owner)
owner
- new valueRelationshipUpdater getRelationshipUpdater()
void setRelationshipUpdater(RelationshipUpdater relationshipUpdater)
relationshipUpdater
- the updater of the another end of the represented relationshipjava.lang.String getOppositeName()
void setOppositeName(java.lang.String propertyName)
name
- the name of the opposite propertyjava.lang.Object getPropertyValue()
void setPropertyValue(java.lang.Object propertyValue)
value
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |