com.silvermindsoftware.hitch.meta
Class ComponentMeta

java.lang.Object
  extended by 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)
           
 
Method Summary
 boolean equals(Object o)
           
 Field getComponentField()
           
 Class getComponentHandler()
           
 String[] getHandlerValues()
           
 Field getModelField()
           
 Method getModelGetter()
           
 String getModelId()
           
 String getModelPropertyName()
           
 Class getModelPropertyType()
           
 Method getModelSetter()
           
 Class getModelType()
           
 ReadOnly getReadOnly()
           
 int hashCode()
           
 boolean isAutoBound()
           
 boolean isModelGetter()
           
 boolean isModelSetter()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.