com.siebel.rf.offline.branch.datastore
Class PersistedSample

java.lang.Object
  |
  +--com.siebel.rf.offline.branch.datastore.PersistedSample
All Implemented Interfaces:
Persisted

public class PersistedSample
extends java.lang.Object
implements Persisted

The PersistedSample class


Field Summary
 java.lang.String name
           
 boolean valid
           
 double value
           
 
Constructor Summary
PersistedSample()
           
 
Method Summary
 java.util.HashMap getMapping()
          Returns HashMap
 java.util.ArrayList getPKAttributes()
          Returns ArrayList
 java.lang.String getTableName()
          Returns table name
 com.bankframe.bo.DataPacket toDataPacket()
          Returns the Datapacket
 java.lang.String toString()
          Returns String value of name + value + valid
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public java.lang.String name

value

public double value

valid

public boolean valid
Constructor Detail

PersistedSample

public PersistedSample()
Method Detail

getPKAttributes

public java.util.ArrayList getPKAttributes()
Returns ArrayList
Specified by:
getPKAttributes in interface Persisted
Returns:
the ArrayList

toString

public java.lang.String toString()
Returns String value of name + value + valid
Overrides:
toString in class java.lang.Object
Returns:
the value of name + value + valid

getTableName

public java.lang.String getTableName()
Returns table name
Specified by:
getTableName in interface Persisted
Returns:
the table name

getMapping

public java.util.HashMap getMapping()
Returns HashMap
Specified by:
getMapping in interface Persisted
Returns:
the value of HashMap

toDataPacket

public com.bankframe.bo.DataPacket toDataPacket()
Returns the Datapacket
Specified by:
toDataPacket in interface Persisted
Returns:
the value of Datapacket