Class Action
- java.lang.Object
-
- com.mooltiverse.oss.nyx.entities.git.Action
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<Action>
public class Action extends Object implements Comparable<Action>, Cloneable, Serializable
This object is a Git action value holder independent from the underlying Git implementation.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Action a)booleanequals(Object obj)IdentitygetIdentity()Returns the identity.TimeStampgetTimeStamp()Returns the time stamp.inthashCode()StringtoString()
-
-
-
Method Detail
-
compareTo
public int compareTo(Action a)
- Specified by:
compareToin interfaceComparable<Action>
-
getIdentity
public Identity getIdentity()
Returns the identity.- Returns:
- the identity. Never
null.
-
getTimeStamp
public TimeStamp getTimeStamp()
Returns the time stamp.- Returns:
- the time stamp. May be
null.
-
-