org.ow2.dragon.dataset
Class Post

java.lang.Object
  extended by org.ow2.dragon.dataset.Post
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

public class Post
extends java.lang.Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

Java class for Post complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Post">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="index" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="nature" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="contact" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Boolean contact
           
protected  java.lang.String description
           
protected  java.lang.String index
           
protected  java.lang.String name
           
protected  java.lang.String nature
           
 
Constructor Summary
Post()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 void equals(java.lang.Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
           
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.String getIndex()
          Gets the value of the index property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getNature()
          Gets the value of the nature property.
 int hashCode()
           
 void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
           
 java.lang.Boolean isContact()
          Gets the value of the contact property.
 void setContact(java.lang.Boolean value)
          Sets the value of the contact property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setIndex(java.lang.String value)
          Sets the value of the index property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setNature(java.lang.String value)
          Sets the value of the nature property.
 java.lang.String toString()
           
 void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

index

protected java.lang.String index

name

protected java.lang.String name

nature

protected java.lang.String nature

description

protected java.lang.String description

contact

protected java.lang.Boolean contact
Constructor Detail

Post

public Post()
Method Detail

getIndex

public java.lang.String getIndex()
Gets the value of the index property.

Returns:
possible object is String

setIndex

public void setIndex(java.lang.String value)
Sets the value of the index property.

Parameters:
value - allowed object is String

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getNature

public java.lang.String getNature()
Gets the value of the nature property.

Returns:
possible object is String

setNature

public void setNature(java.lang.String value)
Sets the value of the nature property.

Parameters:
value - allowed object is String

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

isContact

public java.lang.Boolean isContact()
Gets the value of the contact property.

Returns:
possible object is Boolean

setContact

public void setContact(java.lang.Boolean value)
Sets the value of the contact property.

Parameters:
value - allowed object is Boolean

toString

public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
Specified by:
toString in interface org.jvnet.jaxb2_commons.lang.ToString

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public void equals(java.lang.Object object,
                   org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

hashCode

public void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.