com.partnersoft.v3x.tools.javadoc
Class DocbookPropertyInfo

java.lang.Object
  extended by com.partnersoft.v3x.tools.javadoc.DocbookPropertyInfo
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public class DocbookPropertyInfo
extends java.lang.Object
implements java.io.Serializable, java.lang.Comparable

See Also:
Serialized Form

Constructor Summary
DocbookPropertyInfo()
          Create a new DocbookPropertyInfo.
 
Method Summary
 int compareTo(java.lang.Object nother)
           
 java.lang.String getDescription()
          Description of property.
 java.lang.String getName()
          Name of property.
 java.lang.String getType()
          Type (class) of property.
 void setDescription(java.lang.String newDescription)
          Description of property.
 void setName(java.lang.String newName)
          Name of property.
 void setType(java.lang.String newType)
          Type (class) of property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocbookPropertyInfo

public DocbookPropertyInfo()
Create a new DocbookPropertyInfo.

Method Detail

getDescription

public java.lang.String getDescription()
Description of property.


setDescription

public void setDescription(java.lang.String newDescription)
Description of property.


getName

public java.lang.String getName()
Name of property.


setName

public void setName(java.lang.String newName)
Name of property.


getType

public java.lang.String getType()
Type (class) of property.


setType

public void setType(java.lang.String newType)
Type (class) of property.


compareTo

public int compareTo(java.lang.Object nother)
Specified by:
compareTo in interface java.lang.Comparable