com.bankframe.services.cache.indexmetadata
Class IndexMetaDataBean

java.lang.Object
  extended by com.bankframe.services.cache.indexmetadata.IndexMetaDataBean
Direct Known Subclasses:
IndexMetaDataBean

public class IndexMetaDataBean
extends Object

This class is the IndexMetaDataBean Entity Bean which maintains information on the cache index structure.


Field Summary
 String cacheName
           
 String dataPacketField
           
 String dataPacketName
           
 String indexName
           
 
Constructor Summary
IndexMetaDataBean()
           
 
Method Summary
 void create(String indexName, String cacheName, String dataPacketName, String dataPacketField)
          Initialise IndexMetaDataBean
 String getCacheName()
          This method returns the cache name
 String getDataPacketField()
          This method returns this data packet field
 String getDataPacketName()
          This method returns this data packet name
 String getIndexName()
          This method returns the index name
 boolean isModified()
          This method checks if this index meta data has been modified
 void setCacheName(String cacheName)
          This method sets the cacheName
 void setDataPacketField(String newValue)
          This method sets data packet field
 void setDataPacketName(String newValue)
          This method sets data packet name
 void setIndexName(String indexName)
          This method sets the indexName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

indexName

public String indexName

cacheName

public String cacheName

dataPacketName

public String dataPacketName

dataPacketField

public String dataPacketField
Constructor Detail

IndexMetaDataBean

public IndexMetaDataBean()
Method Detail

create

public void create(String indexName,
                   String cacheName,
                   String dataPacketName,
                   String dataPacketField)
            throws CreateException
Initialise IndexMetaDataBean

Parameters:
indexName - Index Name
cacheName - Cache Name
dataPacketName - Data Packet Name
dataPacketField - Data Packet Field
Throws:
CreateException

getIndexName

public String getIndexName()
This method returns the index name

Returns:
String indexName

setIndexName

public void setIndexName(String indexName)
This method sets the indexName


getCacheName

public String getCacheName()
This method returns the cache name

Returns:
String cacheName

setCacheName

public void setCacheName(String cacheName)
This method sets the cacheName


getDataPacketName

public String getDataPacketName()
This method returns this data packet name

Returns:
data packet name

getDataPacketField

public String getDataPacketField()
This method returns this data packet field

Returns:
data packet field

isModified

public boolean isModified()
This method checks if this index meta data has been modified

Returns:
true if it has been modified, false otherwise

setDataPacketName

public void setDataPacketName(String newValue)
This method sets data packet name

Parameters:
newValue - new data packet name

setDataPacketField

public void setDataPacketField(String newValue)
This method sets data packet field

Parameters:
newValue - New data packet field


Copyright © 2005, 2007, Oracle. All rights reserved.