org.riverock.dbrevision.annotation.schema.db
Class DbView

java.lang.Object
  extended by org.riverock.dbrevision.annotation.schema.db.DbAbstractTable
      extended by org.riverock.dbrevision.annotation.schema.db.DbView

public class DbView
extends DbAbstractTable

Java class for DbView complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DbView">
   <complexContent>
     <extension base="{http://dbrevision.sourceforge.net/xsd/dbrevision-structure.xsd}DbAbstractTable">
       <sequence>
         <element name="Text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String text
           
 
Fields inherited from class org.riverock.dbrevision.annotation.schema.db.DbAbstractTable
name, remark, schema, type
 
Constructor Summary
DbView()
           
 
Method Summary
 String getText()
          Gets the value of the text property.
 void setText(String value)
          Sets the value of the text property.
 
Methods inherited from class org.riverock.dbrevision.annotation.schema.db.DbAbstractTable
getName, getRemark, getSchema, getType, setName, setRemark, setSchema, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

text

protected String text
Constructor Detail

DbView

public DbView()
Method Detail

getText

public String getText()
Gets the value of the text property.

Returns:
possible object is String

setText

public void setText(String value)
Sets the value of the text property.

Parameters:
value - allowed object is String


Copyright © 2008 Riverock community. All Rights Reserved.