org.agileclick.genorm.parser
Class GenOrmParser.Column
java.lang.Object
org.agileclick.genorm.parser.GenOrmParser.Column
- Enclosing class:
- GenOrmParser
public class GenOrmParser.Column
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenOrmParser.Column
public GenOrmParser.Column()
getComment
public java.lang.String getComment()
getCommentList
public java.util.List<java.lang.String> getCommentList()
getName
public java.lang.String getName()
getType
public java.lang.String getType()
getPrimaryKey
public java.lang.String getPrimaryKey()
getDefaultValue
public java.lang.String getDefaultValue()
getAllowNull
public java.lang.String getAllowNull()
getUnique
public java.lang.String getUnique()
getAutoSet
public java.lang.String getAutoSet()
getPropertyList
public java.util.List<GenOrmParser.Property> getPropertyList()
getProperty
public GenOrmParser.Property getProperty()
- Convenience function for getting a single value
getReferenceList
public java.util.List<GenOrmParser.Reference> getReferenceList()
getReference
public GenOrmParser.Reference getReference()
- Convenience function for getting a single value