org.sakaiproject.search.model.impl
Class SearchClusterImpl

java.lang.Object
  extended by org.sakaiproject.search.model.impl.SearchClusterImpl

public class SearchClusterImpl
extends Object

This Class is only here to allow Hibernate to build the schema

Author:
ieb

Constructor Summary
SearchClusterImpl()
           
 
Method Summary
 String getName()
           
 byte[] getPacket()
           
 long getSize()
           
 long getVersion()
           
 void setName(String name)
           
 void setPacket(byte[] packet)
           
 void setSize(long size)
           
 void setVersion(long version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchClusterImpl

public SearchClusterImpl()
Method Detail

getName

public String getName()
Returns:
Returns the name.

setName

public void setName(String name)
Parameters:
name - The name to set.

getPacket

public byte[] getPacket()
Returns:
Returns the packet.

setPacket

public void setPacket(byte[] packet)
Parameters:
packet - The packet to set.

getSize

public long getSize()
Returns:
Returns the size.

setSize

public void setSize(long size)
Parameters:
size - The size to set.

getVersion

public long getVersion()
Returns:
Returns the version.

setVersion

public void setVersion(long version)
Parameters:
version - The version to set.


Copyright © 2003-2012 Sakai Project. All Rights Reserved.