Class Action
java.lang.Object
com.mooltiverse.oss.nyx.entities.git.Action
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<Action>
This object is a Git action value holder independent from the underlying Git implementation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Action
Constructor.- Parameters:
identity- the identity. Cannot benulltimeStamp- the time stamp. May benull
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
compareTo
- Specified by:
compareToin interfaceComparable<Action>
-
getIdentity
Returns the identity.- Returns:
- the identity. Never
null.
-
getTimeStamp
Returns the time stamp.- Returns:
- the time stamp. May be
null.
-
toString
-