com.trendmicro.grid.acl.ds.jpa.entities
Class JpaFileSourceId

java.lang.Object
  extended by com.trendmicro.grid.acl.ds.jpa.entities.JpaFileSourceId
All Implemented Interfaces:
Serializable

@Embeddable
public class JpaFileSourceId
extends Object
implements Serializable

Implements the primary key of the table "FILE_CONTENT_SOURCES".

Version:
1.0
Author:
juergen_kellerer, 2010-06-17
See Also:
Serialized Form

Constructor Summary
JpaFileSourceId()
           
JpaFileSourceId(JpaFileDetails fileDetails, JpaSource source)
           
 
Method Summary
 boolean equals(Object o)
           
 JpaFileDetails getFileDetails()
           
 JpaSource getSource()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JpaFileSourceId

public JpaFileSourceId()

JpaFileSourceId

public JpaFileSourceId(JpaFileDetails fileDetails,
                       JpaSource source)
Method Detail

getFileDetails

public JpaFileDetails getFileDetails()

getSource

public JpaSource getSource()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object