|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.floggy.persistence.migration.FieldPersistableInfo
public class FieldPersistableInfo
Represents a Persistable information in the update process.
| Field Summary | |
|---|---|
protected String |
className
The Persistable's class name |
protected int |
id
The Persistable's id |
| Constructor Summary | |
|---|---|
FieldPersistableInfo(int id,
String className)
Creates a new FieldPersistableInfo object. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getClassName()
Gets the class name |
int |
getId()
Gets the id |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String className
protected int id
| Constructor Detail |
|---|
public FieldPersistableInfo(int id,
String className)
id - The Persistable's idclassName - The Persistable's class name| Method Detail |
|---|
public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public String getClassName()
public int getId()
public int hashCode()
hashCode in class ObjectObject.hashCode()public String toString()
toString in class ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||