org.apache.mailreaderjpa
Class Protocol

java.lang.Object
  extended by org.apache.mailreaderjpa.Protocol
All Implemented Interfaces:
Serializable

public class Protocol
extends Object
implements Serializable

JPA entity class for the MAILREADER_PROTOCOLS table.

See Also:
Serialized Form

Constructor Summary
Protocol()
          Creates a new instance of Protocol
 
Method Summary
 boolean equals(Object obj)
           
 String getDescription()
           
 Integer getId()
           
 Timestamp getLastUpdate()
           
 int hashCode()
           
 void setDescription(String description)
           
 void setId(Integer id)
           
 void setLastUpdate(Timestamp lastUpdate)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Protocol

public Protocol()
Creates a new instance of Protocol

Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getLastUpdate

public Timestamp getLastUpdate()

setLastUpdate

public void setLastUpdate(Timestamp lastUpdate)


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.