|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.org.usurper.model.PropertyTypeDefinition
public class PropertyTypeDefinition
The Class PropertyTypeDefinition is an immutable value object describing a target property type.
| Constructor Summary | |
|---|---|
PropertyTypeDefinition(java.lang.Class<?> targetClass)
Instantiates a new PropertyTypeDefinition from a Class object. |
|
PropertyTypeDefinition(java.lang.String targetDescription)
Instantiates a new PropertyTypeDefinition from the name of a Class. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.Class<?> |
getTargetClass()
Gets the target class. |
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyTypeDefinition(java.lang.Class<?> targetClass)
targetClass - the target classpublic PropertyTypeDefinition(java.lang.String targetDescription)
targetDescription - the target description| Method Detail |
|---|
public java.lang.Class<?> getTargetClass()
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 | |||||||||