Here you can find the source of getSequenceId()
public static String getSequenceId()
//package com.java2s; public class Main { public static String getSequenceId() { String mark = String.valueOf(System.currentTimeMillis()); return mark; }/*from www . ja va 2s . c om*/ }