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

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

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

Implements the primary key of the table "FILE_CONTENT_HISTORY".

See Also:
Serialized Form

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

Constructor Detail

JpaFileHistory.ID

public JpaFileHistory.ID()

JpaFileHistory.ID

public JpaFileHistory.ID(JpaFileDetails parent)
Method Detail

getParent

public JpaFileDetails getParent()

getRevision

public int getRevision()

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