gov.virginia.dcjs.regulatory
Interface Category

All Known Subinterfaces:
IndividualCategory, ServiceCategory, TrainingCategory

public interface Category


Method Summary
 int get()
           
 java.lang.String getDescription()
           
 float getFee()
           
 int set()
           
 void setDescription(java.lang.String desc)
           
 void setFee(float fee)
           
 

Method Detail

get

public int get()

set

public int set()

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String desc)

getFee

public float getFee()

setFee

public void setFee(float fee)