Class ExtendedGUID
- java.lang.Object
- 
- org.apache.tika.parser.microsoft.onenote.ExtendedGUID
 
- 
- All Implemented Interfaces:
- Comparable<ExtendedGUID>
 
 public class ExtendedGUID extends Object implements Comparable<ExtendedGUID> 
- 
- 
Constructor SummaryConstructors Constructor Description ExtendedGUID()ExtendedGUID(GUID guid, long n)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(ExtendedGUID other)booleanequals(Object o)StringgetExtendedGuidString()GUIDgetGuid()longgetN()inthashCode()static ExtendedGUIDnil()List<Byte>SerializeToByteList()This method is used to convert the element of ExtendedGUID object into a byte List.ExtendedGUIDsetGuid(GUID guid)ExtendedGUIDsetN(long n)StringtoString()
 
- 
- 
- 
Constructor Detail- 
ExtendedGUIDpublic ExtendedGUID() 
 - 
ExtendedGUIDpublic ExtendedGUID(GUID guid, long n) 
 
- 
 - 
Method Detail- 
nilpublic static ExtendedGUID nil() 
 - 
compareTopublic int compareTo(ExtendedGUID other) - Specified by:
- compareToin interface- Comparable<ExtendedGUID>
 
 - 
getGuidpublic GUID getGuid() 
 - 
setGuidpublic ExtendedGUID setGuid(GUID guid) 
 - 
getExtendedGuidStringpublic String getExtendedGuidString() 
 - 
getNpublic long getN() 
 - 
setNpublic ExtendedGUID setN(long n) 
 
- 
 
-