Sha256: 7459f520c02f9e42f3fd2cbf670da93f3f33da572d2507e5e3e8fe6dff5b296e
Contents?: true
Size: 440 Bytes
Versions: 3
Compression:
Stored size: 440 Bytes
Contents
/* Copyright 2008 Theo Hultberg/Iconara */ package <%= base_package %>.models.domain { import <%= base_package %>.models.constant.DocumentType; /** * This class currently does nothing different from PlainDocument, but the idea * is that in the future it will support rich text documents. */ public class PlainDocument extends Document { public function PlainDocument() { documentType = DocumentType.PLAIN; } } }
Version data entries
3 entries across 3 versions & 1 rubygems