com.rapidtransform.core.meta.def
Class BaseMetaProperty

java.lang.Object
  extended by com.rapidtransform.core.meta.def.BaseMetaProperty
All Implemented Interfaces:
MetaProperty

public class BaseMetaProperty
extends java.lang.Object
implements MetaProperty

Author:
Steve

Constructor Summary
BaseMetaProperty()
           
 
Method Summary
 java.lang.String getDefaultValue()
           
 java.lang.String getDescription()
           
 java.lang.String getDisplayKey()
           
 java.lang.String getName()
           
 QName getType()
           
 boolean isIndexed()
           
 boolean isRequired()
           
 boolean isValueList()
           
 void setDefaultValue(java.lang.String defaultValue)
           
 void setDescription(java.lang.String description)
           
 void setDisplayKey(java.lang.String display)
           
 void setIndexed(boolean indexed)
           
 void setName(java.lang.String name)
           
 void setRequired(boolean required)
           
 void setType(QName type)
           
 void setValueList(boolean valueList)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseMetaProperty

public BaseMetaProperty()
Method Detail

getDefaultValue

public java.lang.String getDefaultValue()
Specified by:
getDefaultValue in interface MetaProperty
Returns:
Returns the defaultValue.

setDefaultValue

public void setDefaultValue(java.lang.String defaultValue)
Parameters:
defaultValue - The defaultValue to set.

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface MetaProperty
Returns:
Returns the description.

setDescription

public void setDescription(java.lang.String description)
Parameters:
description - The description to set.

getDisplayKey

public java.lang.String getDisplayKey()
Specified by:
getDisplayKey in interface MetaProperty
Returns:
Returns the display resource bundle key.

setDisplayKey

public void setDisplayKey(java.lang.String display)
Parameters:
display - The display to set.

getName

public java.lang.String getName()
Specified by:
getName in interface MetaProperty
Returns:
Returns the name.

setName

public void setName(java.lang.String name)
Parameters:
name - The name to set.

getType

public QName getType()
Specified by:
getType in interface MetaProperty
Returns:
Returns the type.

setType

public void setType(QName type)
Parameters:
type - The type to set.

isValueList

public boolean isValueList()
Specified by:
isValueList in interface MetaProperty
Returns:
Returns the valueList.

setValueList

public void setValueList(boolean valueList)
Parameters:
valueList - The valueList to set.

isRequired

public boolean isRequired()
Specified by:
isRequired in interface MetaProperty
Returns:
Returns the required.

setRequired

public void setRequired(boolean required)
Parameters:
required - The required to set.

isIndexed

public boolean isIndexed()
Specified by:
isIndexed in interface MetaProperty
Returns:
Returns the indexed.

setIndexed

public void setIndexed(boolean indexed)
Parameters:
indexed - The indexed to set.