com.googlecode.fascinator.model
Class Record

java.lang.Object
  extended by com.googlecode.fascinator.model.Record

@Entity
public class Record
extends Object

Entity for Records

Author:
Shilo Banihit

Constructor Summary
Record()
           
Record(String recordId)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getRecordId()
           
 void setRecordId(String recordId)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Record

public Record()

Record

public Record(String recordId)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getRecordId

public String getRecordId()

setRecordId

public void setRecordId(String recordId)


Copyright © 2009-2014. All Rights Reserved.