org.paylogic.fogbugz
Class FogbugzEvent

java.lang.Object
  extended by org.paylogic.fogbugz.FogbugzEvent
All Implemented Interfaces:
Comparable<FogbugzEvent>

public class FogbugzEvent
extends Object
implements Comparable<FogbugzEvent>


Constructor Summary
FogbugzEvent(int id, int caseId, String verb, int person, int personAssignedTo, Date dateTimeStamp, String description, String sPerson)
           
 
Method Summary
 int compareTo(FogbugzEvent o)
           
 String formatNicely()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FogbugzEvent

public FogbugzEvent(int id,
                    int caseId,
                    String verb,
                    int person,
                    int personAssignedTo,
                    Date dateTimeStamp,
                    String description,
                    String sPerson)
Method Detail

compareTo

public int compareTo(FogbugzEvent o)
Specified by:
compareTo in interface Comparable<FogbugzEvent>

toString

public String toString()
Overrides:
toString in class Object

formatNicely

public String formatNicely()


Copyright © 2015. All rights reserved.