org.apache.activemq.console.command.store.amq
public class Entry extends java.lang.Object
Constructor and Description |
---|
Entry() |
Modifier and Type | Method and Description |
---|---|
ByteSequence |
getData() |
java.lang.String |
getFormater() |
Location |
getLocation() |
org.josql.Query |
getQuery() |
DataStructure |
getRecord() |
java.lang.String |
getType() |
void |
setData(ByteSequence data) |
void |
setFormater(java.lang.String formater) |
void |
setLocation(Location location) |
void |
setQuery(org.josql.Query query) |
void |
setRecord(DataStructure record) |
void |
setType(java.lang.String type) |
public Entry()
public Location getLocation()
public void setLocation(Location location)
public DataStructure getRecord()
public void setRecord(DataStructure record)
public void setData(ByteSequence data)
public void setType(java.lang.String type)
public ByteSequence getData()
public java.lang.String getType()
public void setFormater(java.lang.String formater)
public java.lang.String getFormater()
public void setQuery(org.josql.Query query)
public org.josql.Query getQuery()
Copyright © 2005-2014. All Rights Reserved.