com.silvermindsoftware.hitch.meta
Class ComponentMeta
java.lang.Object
com.silvermindsoftware.hitch.meta.ComponentMeta
public class ComponentMeta
- extends Object
- File-location:
- ComponentMeta
- Last check-in date:
- 2009-08-04 13:59:45 +0200 (Di, 04. Aug 2009) by swismer for revision 3873
Constructor Summary |
ComponentMeta(Class modelType,
String modelPropertyName,
String modelId,
Field componentField,
Field modelField,
Method modelGetter,
Method modelSetter,
Class componentHandler,
String[] handlerValues,
boolean autoBound,
ReadOnly readOnly,
Class modelPropertyType)
|
ComponentMeta(String propertyName,
String modelId)
|
ComponentMeta
public ComponentMeta(String propertyName,
String modelId)
ComponentMeta
public ComponentMeta(Class modelType,
String modelPropertyName,
String modelId,
Field componentField,
Field modelField,
Method modelGetter,
Method modelSetter,
Class componentHandler,
String[] handlerValues,
boolean autoBound,
ReadOnly readOnly,
Class modelPropertyType)
getModelType
public Class getModelType()
getModelPropertyName
public String getModelPropertyName()
getModelId
public String getModelId()
getComponentField
public Field getComponentField()
getModelField
public Field getModelField()
isModelGetter
public boolean isModelGetter()
getModelGetter
public Method getModelGetter()
isModelSetter
public boolean isModelSetter()
getModelSetter
public Method getModelSetter()
getComponentHandler
public Class getComponentHandler()
getHandlerValues
public String[] getHandlerValues()
isAutoBound
public boolean isAutoBound()
getReadOnly
public ReadOnly getReadOnly()
getModelPropertyType
public Class getModelPropertyType()
toString
public String toString()
- Overrides:
toString
in class Object
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2005-2011 ELCA. All Rights Reserved.