Joda System API

org.joda.property.impl
Class PropertyInit

java.lang.Object
  |
  +--org.joda.property.impl.PropertyInit

public class PropertyInit
extends java.lang.Object

Initialisation class passed into the constructor of properties.

Author:
Stephen Colebourne

Constructor Summary
PropertyInit(Bean bean, java.lang.Class[] types, java.lang.String name, PropertyData data)
          Constructor
PropertyInit(Bean bean, PropertyMetaData metaData, PropertyData data)
          Constructor
 
Method Summary
 Bean getBean()
          Get the bean.
 PropertyData getPropertyData()
          Get the property data object
 PropertyMetaData getPropertyMetaData()
          Get the property meta data
 java.lang.String getPropertyName()
          Get the property name
 java.lang.Class[] getPropertyTypes()
          Get the property types
 java.lang.String toString()
          Get a debugging string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyInit

public PropertyInit(Bean bean,
                    java.lang.Class[] types,
                    java.lang.String name,
                    PropertyData data)
Constructor

Parameters:
bean - the bean controlling this property
types - the property types
name - the property name
data - the property data

PropertyInit

public PropertyInit(Bean bean,
                    PropertyMetaData metaData,
                    PropertyData data)
Constructor

Parameters:
bean - the bean controlling this property
data - the property data
Method Detail

getBean

public Bean getBean()
Get the bean.

Returns:
bean

getPropertyMetaData

public PropertyMetaData getPropertyMetaData()
Get the property meta data

Returns:
property meta data

getPropertyData

public PropertyData getPropertyData()
Get the property data object

Returns:
property data object

getPropertyName

public java.lang.String getPropertyName()
Get the property name

Returns:
property name

getPropertyTypes

public java.lang.Class[] getPropertyTypes()
Get the property types

Returns:
property type

toString

public java.lang.String toString()
Get a debugging string

Overrides:
toString in class java.lang.Object

Joda System API

Copyright © 2001-2003 Stephen Colebourne. All Rights Reserved.