com.trendmicro.grid.acl.ds.jpa.entities
Class JpaJobSources.ID

java.lang.Object
  extended by com.trendmicro.grid.acl.ds.jpa.entities.JpaJobSources.ID
All Implemented Interfaces:
Serializable
Enclosing class:
JpaJobSources

@Embeddable
public static class JpaJobSources.ID
extends Object
implements Serializable

Implements the primary key for the table "JOB_SOURCES".

See Also:
Serialized Form

Constructor Summary
JpaJobSources.ID()
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JpaJobSources.ID

public JpaJobSources.ID()
Method Detail

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