com.crankuptheamps.client.fields
Class BookmarkField

java.lang.Object
  extended by com.crankuptheamps.client.fields.Field
      extended by com.crankuptheamps.client.fields.StringField
          extended by com.crankuptheamps.client.fields.BookmarkField

public class BookmarkField
extends StringField


Field Summary
 
Fields inherited from class com.crankuptheamps.client.fields.StringField
LATIN1, LATIN1_ZERO
 
Fields inherited from class com.crankuptheamps.client.fields.Field
buffer, length, position
 
Constructor Summary
  BookmarkField()
           
protected BookmarkField(byte[] buffer, int position, int length)
           
 
Method Summary
 Object clone()
          Provides a way to duplicate this object and retain its specific type (and hashcode() implementation).
 BookmarkField copy()
           
 long getPublisherId()
           
 long getSequenceNumber()
           
 int hashCode()
           
 
Methods inherited from class com.crankuptheamps.client.fields.StringField
getValue, getValue, getValue, setValue, setValue, setValue
 
Methods inherited from class com.crankuptheamps.client.fields.Field
byteAt, copyFrom, equals, isNull, reset, set, set, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BookmarkField

protected BookmarkField(byte[] buffer,
                        int position,
                        int length)

BookmarkField

public BookmarkField()
Method Detail

getPublisherId

public long getPublisherId()

getSequenceNumber

public long getSequenceNumber()

hashCode

public int hashCode()
Overrides:
hashCode in class Field

clone

public Object clone()
Provides a way to duplicate this object and retain its specific type (and hashcode() implementation).

Overrides:
clone in class Object

copy

public BookmarkField copy()
Overrides:
copy in class Field