Package com.sudicode.fb2gh.fogbugz
Class FBStatus
- java.lang.Object
-
- com.sudicode.fb2gh.fogbugz.FBStatus
-
public class FBStatus extends Object
FogBugz status ('Active', 'Resolved', etc).
-
-
Constructor Summary
Constructors Constructor Description FBStatus()
-
-
-
Method Detail
-
getId
public int getId()
- Returns:
- ID of the status.
-
getName
public String getName()
- Returns:
- Name of the status.
-
getCategoryId
public int getCategoryId()
- Returns:
- ID of the associated category.
-
-