io.leopard.data4j.memdb
Class QueueBean

java.lang.Object
  extended by io.leopard.data4j.memdb.QueueBean

public class QueueBean
extends java.lang.Object


Constructor Summary
QueueBean()
           
 
Method Summary
 java.lang.String getKey()
           
 java.lang.String getSender()
           
 java.lang.String getType()
           
 java.lang.String getValue()
           
 void setKey(java.lang.String key)
           
 void setSender(java.lang.String sender)
           
 void setType(java.lang.String type)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueueBean

public QueueBean()
Method Detail

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)

getKey

public java.lang.String getKey()

setKey

public void setKey(java.lang.String key)

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)

getSender

public java.lang.String getSender()

setSender

public void setSender(java.lang.String sender)


Copyright © 2014-2015. All Rights Reserved.