org.jboss.services.deployment.metadata
Class PropertyInfo
java.lang.Object
org.jboss.services.deployment.metadata.PropertyInfo
- All Implemented Interfaces:
- java.io.Serializable
- public class PropertyInfo
- extends java.lang.Object
- implements java.io.Serializable
Simple POJO class to model XML data
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PropertyInfo
public PropertyInfo()
PropertyInfo
public PropertyInfo(PropertyInfo (src) that)
PropertyInfo
public PropertyInfo(java.lang.String name,
java.lang.String type,
boolean optional,
java.lang.String description,
java.lang.Object defaultValue)
getDefaultValue
public java.lang.Object getDefaultValue()
setDefaultValue
public void setDefaultValue(java.lang.Object defaultValue)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
isOptional
public boolean isOptional()
setOptional
public void setOptional(boolean optional)
getType
public java.lang.String getType()
setType
public void setType(java.lang.String type)
toString
public java.lang.String toString()