Class Type

java.lang.Object
com.rit.dca.pubpaper.model.Type

public class Type
extends java.lang.Object
Database Connectivity and Access
  • Field Summary

    Fields 
    Modifier and Type Field Description
    private int typeId  
    private java.lang.String typeName  
  • Constructor Summary

    Constructors 
    Constructor Description
    Type()  
  • Method Summary

    Modifier and Type Method Description
    int getTypeId()  
    java.lang.String getTypeName()  
    void setTypeId​(int typeId)  
    void setTypeName​(java.lang.String typeName)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • typeId

      private int typeId
    • typeName

      private java.lang.String typeName
  • Constructor Details

    • Type

      public Type()
  • Method Details

    • getTypeId

      public int getTypeId()
    • setTypeId

      public void setTypeId​(int typeId)
    • getTypeName

      public java.lang.String getTypeName()
    • setTypeName

      public void setTypeName​(java.lang.String typeName)