com.siebel.rf.offline.data.publicholiday
Class PublicHoliday

java.lang.Object
  |
  +--com.siebel.rf.offline.data.publicholiday.PublicHoliday
All Implemented Interfaces:
Persisted

public class PublicHoliday
extends java.lang.Object
implements Persisted

The Company persisted class


Field Summary
 java.lang.String date
           
static com.bankframe.services.logger.ELogger logger
           
static java.util.HashMap MAPPING
           
static java.util.ArrayList PK_ATTRBUTES
           
 
Constructor Summary
PublicHoliday()
           
 
Method Summary
 boolean equals(java.lang.Object object)
          This method compares the object
 java.lang.String getDate()
          This method returns the value of date
 java.util.HashMap getMapping()
          This method returns the attributes vs.
 java.util.ArrayList getPKAttributes()
          This method returns the collection of primary key attributes
 java.lang.String getTableName()
          This method returns the table name
 void setDate(java.lang.String date)
          This method sets the value of date
 com.bankframe.bo.DataPacket toDataPacket()
          This method creates a dataPacket
 java.lang.String toString()
          This method converts the DataPacket to String
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

date

public java.lang.String date

MAPPING

public static java.util.HashMap MAPPING

PK_ATTRBUTES

public static java.util.ArrayList PK_ATTRBUTES

logger

public static com.bankframe.services.logger.ELogger logger
Constructor Detail

PublicHoliday

public PublicHoliday()
Method Detail

getDate

public java.lang.String getDate()
This method returns the value of date
Returns:
String

setDate

public void setDate(java.lang.String date)
This method sets the value of date
Parameters:
date - String

getMapping

public java.util.HashMap getMapping()
This method returns the attributes vs. table column name mapping
Specified by:
getMapping in interface Persisted
Returns:
HashMap

getPKAttributes

public java.util.ArrayList getPKAttributes()
This method returns the collection of primary key attributes
Specified by:
getPKAttributes in interface Persisted
Returns:
ArrayList

getTableName

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

toDataPacket

public com.bankframe.bo.DataPacket toDataPacket()
This method creates a dataPacket
Specified by:
toDataPacket in interface Persisted
Returns:
dataPacket DataPacket

toString

public java.lang.String toString()
This method converts the DataPacket to String
Overrides:
toString in class java.lang.Object
Returns:
String

equals

public boolean equals(java.lang.Object object)
This method compares the object
Overrides:
equals in class java.lang.Object
Parameters:
object - Object
Returns:
boolean