logo

class

sql::Chapter

sys::Obj
  sql::Chapter
  1  //
  2  // Copyright (c) 2008, John Sublett
  3  // Licensed under the Academic Free License version 3.0
  4  //
  5  // History:
  6  //   01 Jan 08  John Sublett  Creation
  7  //
  8  
  9  **
 10  ** Chapter.
 11  **
 12  class Chapter
 13  {
 14    @refType=sql::Book.type
 15    Uri book
 16    
 17    Int number
 18    
 19    @maxLen=32
 20    Str title
 21  }

More Info

Slots