com.trendmicro.grid.acl.ds.jpa.entities
Class JpaFileHistory.ID
java.lang.Object
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
JpaFileHistory.ID
public JpaFileHistory.ID()
JpaFileHistory.ID
public JpaFileHistory.ID(JpaFileDetails parent)
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