org.sakaiproject.search.model.impl
Class SearchClusterImpl
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchClusterImpl
public SearchClusterImpl()
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.