Package org.apache.xbean.recipe
Class ObjectRecipe.SetterProperty
- java.lang.Object
-
- org.apache.xbean.recipe.ObjectRecipe.Property
-
- org.apache.xbean.recipe.ObjectRecipe.SetterProperty
-
- Enclosing class:
- ObjectRecipe
public static class ObjectRecipe.SetterProperty extends ObjectRecipe.Property
-
-
Constructor Summary
Constructors Constructor Description SetterProperty(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
hashCode()
java.lang.String
toString()
-
Methods inherited from class org.apache.xbean.recipe.ObjectRecipe.Property
equals
-
-
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classObjectRecipe.Property
-
toString
public java.lang.String toString()
- Overrides:
toString
in classObjectRecipe.Property
-
-