public class P4Revision extends Object implements Serializable, Comparable
Constructor and Description |
---|
P4Revision(int change) |
P4Revision(String label) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object obj) |
boolean |
equals(Object obj) |
int |
getChange() |
P4ChangeEntry |
getChangeEntry(ClientHelper p4) |
int |
hashCode() |
boolean |
isLabel() |
String |
toString() |
public P4Revision(String label)
public P4Revision(int change)
public boolean isLabel()
public int getChange()
public P4ChangeEntry getChangeEntry(ClientHelper p4) throws Exception
Exception
public int compareTo(Object obj)
compareTo
in interface Comparable
Copyright © 2016–2019. All rights reserved.