com.siebel.rf.offline.data.allrolesforactors
Class AllRolesForActors

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

public class AllRolesForActors
extends java.lang.Object
implements Persisted

The AllRolesForActors persisted class


Field Summary
 java.lang.String accessProviderId
           
 java.lang.String actorId
           
 java.lang.String actorRoleType
           
static java.util.HashMap MAPPING
           
 java.lang.String parentActorGroupId
           
static java.util.ArrayList PK_ATTRIBUTES
           
 java.lang.String roleId
           
 
Constructor Summary
AllRolesForActors()
           
 
Method Summary
 boolean equals(java.lang.Object object)
          Compares object
 java.lang.String getAccessProviderId()
          Returns accessProviderId
 java.lang.String getActorId()
          Returns actorId
 java.lang.String getActorRoleType()
          Returns actorRoleType
 java.util.HashMap getMapping()
          Returns attributes vs.
 java.lang.String getParentActorGroupId()
          Returns parentActorGroupId
 java.util.ArrayList getPKAttributes()
          Returns collection of primary key attributes
 java.lang.String getRoleId()
          Returns roleId
 java.lang.String getTableName()
          Returns table name
 void setAccessProviderId(java.lang.String accessProviderId)
          Sets accessProviderId
 void setActorId(java.lang.String actorId)
          Sets actorId
 void setActorRoleType(java.lang.String actorRoleType)
          Sets actorRoleType
 void setParentActorGroupId(java.lang.String parentActorGroupId)
          Sets parentActorGroupId
 void setRoleId(java.lang.String roleId)
          Sets roleId
 com.bankframe.bo.DataPacket toDataPacket()
          Creates dataPacket of AllRolesForActors
 java.lang.String toString()
          Converts DataPacket to String
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

roleId

public java.lang.String roleId

actorId

public java.lang.String actorId

accessProviderId

public java.lang.String accessProviderId

actorRoleType

public java.lang.String actorRoleType

parentActorGroupId

public java.lang.String parentActorGroupId

MAPPING

public static java.util.HashMap MAPPING

PK_ATTRIBUTES

public static java.util.ArrayList PK_ATTRIBUTES
Constructor Detail

AllRolesForActors

public AllRolesForActors()
Method Detail

getRoleId

public java.lang.String getRoleId()
Returns roleId
Returns:
the value of roleId

getActorId

public java.lang.String getActorId()
Returns actorId
Returns:
the value of actorId

getAccessProviderId

public java.lang.String getAccessProviderId()
Returns accessProviderId
Returns:
the value of accessProviderId

getActorRoleType

public java.lang.String getActorRoleType()
Returns actorRoleType
Returns:
the value of actorRoleType

getParentActorGroupId

public java.lang.String getParentActorGroupId()
Returns parentActorGroupId
Returns:
the value of parentActorGroupId

setRoleId

public void setRoleId(java.lang.String roleId)
Sets roleId
Parameters:
roleId - String

setActorId

public void setActorId(java.lang.String actorId)
Sets actorId
Parameters:
actorId - String

setAccessProviderId

public void setAccessProviderId(java.lang.String accessProviderId)
Sets accessProviderId
Parameters:
accessProviderId - String

setActorRoleType

public void setActorRoleType(java.lang.String actorRoleType)
Sets actorRoleType
Parameters:
actorRoleType - String

setParentActorGroupId

public void setParentActorGroupId(java.lang.String parentActorGroupId)
Sets parentActorGroupId
Parameters:
parentActorGroupId - String

getMapping

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

getPKAttributes

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

getTableName

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

toDataPacket

public com.bankframe.bo.DataPacket toDataPacket()
Creates dataPacket of AllRolesForActors
Specified by:
toDataPacket in interface Persisted
Returns:
dataPacket DataPacket

toString

public java.lang.String toString()
Converts DataPacket to String
Overrides:
toString in class java.lang.Object
Returns:
String after converting the DataPacket to String

equals

public boolean equals(java.lang.Object object)
Compares object
Overrides:
equals in class java.lang.Object
Parameters:
object - Object
Returns:
boolean after comparing the object