Uses of Class
com.blinksale.domain.Status

Packages that use Status
com.blinksale.domain BlinkSale domain layer. 
 

Uses of Status in com.blinksale.domain
 

Methods in com.blinksale.domain that return Status
 Status Invoice.getStatus()
           
static Status Status.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Status[] Status.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.blinksale.domain with parameters of type Status
 void Invoice.setStatus(Status status)