|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bankframe.services.cache.indexmetadata.impl.IndexMetaDataPK
public class IndexMetaDataPK
This is the primaryKey class of the IndexMetaData EJB.
| Field Summary | |
|---|---|
String |
dataPacketField
|
String |
dataPacketName
|
String |
indexName
|
| Fields inherited from interface com.bankframe.ejb.EPrimaryKey |
|---|
serialVersionUID |
| Constructor Summary | |
|---|---|
IndexMetaDataPK()
Default constructor |
|
IndexMetaDataPK(String indexName,
String dataPacketName,
String dataPacketField)
Initialize a key from the passed values |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
equals method |
int |
hashCode()
hashCode method |
DataPacket |
toDataPacket()
This method converts this primary-key's values to a DataPacket |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.bankframe.ejb.EPrimaryKey |
|---|
toString |
| Field Detail |
|---|
public String indexName
public String dataPacketName
public String dataPacketField
| Constructor Detail |
|---|
public IndexMetaDataPK()
public IndexMetaDataPK(String indexName,
String dataPacketName,
String dataPacketField)
indexName - dataPacketName - dataPacketField - | Method Detail |
|---|
public boolean equals(Object o)
equals in interface EPrimaryKeyequals in class Objecto -
public int hashCode()
hashCode in interface EPrimaryKeyhashCode in class Objectpublic DataPacket toDataPacket()
toDataPacket in interface EPrimaryKeyINDEX_META_DATA and the keys
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||