|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.ooweb.objectmapping.ObjectAndMethod
public class ObjectAndMethod
ObjectAndMethod is a simple value object holding the name of the mapped object and the required method to call on that object.
| Constructor Summary | |
|---|---|
ObjectAndMethod(java.lang.String fullPath)
creates an ObjectAndMethod representation from a string path by sanitising the string and splitting it into its component parts. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object arg0)
simply determines if the hashCodes are the same |
java.lang.String |
getFullPath()
|
java.lang.String |
getMethod()
|
java.lang.String |
getObject()
|
int |
hashCode()
support the equals() method |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectAndMethod(java.lang.String fullPath)
fullPath - | Method Detail |
|---|
public boolean equals(java.lang.Object arg0)
equals in class java.lang.ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()public java.lang.String getMethod()
public java.lang.String getObject()
public java.lang.String getFullPath()
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||